Skrypt dodający 3 ostatnie newsy do rotatora dla v7
|
kibel |
Dodany dnia 10.02.2010 00:13:49
|
Początkujący
Postów: 157 Pomógł: 8 Ostrzeżeń: 2
Data rejestracji: 01.02.2010 18:02
ZBANOWANY: Dożywotnio
|
Mi chodziło o przełączanie newsów a nie sam efekt aby wolniej się news przesuwał.
Edytowane przez Pieka dnia 04.01.2011 16:35:52
|
|
|
|
Wścibski Gość |
Dodany dnia 24.11.2024 21:06:18
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
Szapko |
Dodany dnia 10.02.2010 01:35:06
|
Bywalec
Postów: 888 Pomógł: 66
Data rejestracji: 19.08.2007 19:49
|
Następnym razem proszę precyzyjniej, bo między "zwolnieniem czasu przewijania newsa", a "skróceniem czasu między newsami" jest różnica. ;P
Zmiana czasu między newsami
i
ile razy ma rotować newsy
W pliku news_rotator_panel.php znajdź:
autorotateconfig: [3000, 2]
Pierwsza liczba służy do zmiany czasu między newsami. Efekt na stronie testowej (wartość 500).
Druga liczba to ile razy ma się rotować (ja mam 3), a potem trzeba już ręcznie przełączać.
Edytowane przez Szapko dnia 10.02.2010 01:38:37
|
|
|
|
kibel |
Dodany dnia 11.02.2010 02:45:12
|
Początkujący
Postów: 157 Pomógł: 8 Ostrzeżeń: 2
Data rejestracji: 01.02.2010 18:02
ZBANOWANY: Dożywotnio
|
A czy da rady zmienić wielkość panelu?
Kliknij jeśli pomogłem.
Bo życie uczy nas myślenia.
|
|
|
|
Szapko |
Dodany dnia 11.02.2010 06:12:42
|
Bywalec
Postów: 888 Pomógł: 66
Data rejestracji: 19.08.2007 19:49
|
Zmiana rozmiarów rotatora
W pliku css/featuredcontentglider.css:
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 350px;
height: 230px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid #687C98;
overflow: hidden;
}
Zmieniasz wartości dla width (szerokość) i height (wysokość). To są rozmiary ramki.
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 330px;
}
Tutaj width odpowiada za szerokość na jaką ma "rozchodzić się" tekst.
.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
W tej klasie ustalasz szerokość na jaką mają się "rozchodzić" przyciski pod ramką w newsem. Powinna być zawsze o 10 większa niż szerokość ramki (pierwsza klasa).
Edytowane przez Szapko dnia 11.02.2010 06:13:31
|
|
|
|
maxforces |
Dodany dnia 28.02.2010 06:35:21
|
Przedszkolak
Postów: 26 Pomógł: 1
Data rejestracji: 02.05.2009 02:31
|
kibel napisał/a:
U mnie w ogóle nie wyświetla newsów, zrobiłem zgodnie z instrukcją i jest tylko białe puste pole.
dokładnie to samo to chyba zależy od skórki
<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }
define("THEME_BULLET", "<span class='bullet'>·</span>");
define("THEME_WIDTH", "800px");
require_once INCLUDES."theme_functions_include.php";
function render_page($license=false) {
global $settings, $main_style, $locale;
//Header
echo "<table cellpadding='0' cellspacing='0' class='main' align='center' width='100%'>\n<tr>\n";
echo "<td class='hayalettab'></td>\n";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' class='main' align='center' width='100%'>\n<tr>\n";
echo "<td class='sub-header-left'></td>\n";
echo "<td class='full-header'>\n".showbanners()."</td>\n";
echo "<td class='sub-header-left'></td>\n";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' class='main' align='center'>\n<tr>\n";
echo "<td class='sub-header-left'></td>\n";
echo "<td class='sub-header' align='center'>".showsublinks("", "white")."</td>\n";
echo "<td class='sub-header-left'></td>\n";
echo "<table cellpadding='0' cellspacing='0' class='main' align='center'>\n<tr>\n";
echo "<td class='sub-header-right'><br> </td>\n";
echo "</tr>\n</table>\n";
//Content
echo "<table cellpadding='0' cellspacing='0' class='main' align='center'>\n<tr>\n";
if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }
echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }
echo "</tr>\n</table>\n";
//Footer
echo "<table cellpadding='0' cellspacing='0' class='main spacer' align='center'>\n<tr>\n";
echo "<tr><td align='center' bgcolor='#dcdcdc'>\n";
if (iGUEST) {
echo "
".(isset($loginerror) ? $loginerror : "")."<form name='loginform' method='post' action='".FUSION_SELF."'>
<input type='text' name='user_name' value='Nick:' class='button' onfocus=\"this.value=''\" class='textbox' style='width:75px;' style='height:12px'> <input type='password' value='sifreniz' class='button' onfocus=\"this.value=''\" name='user_pass' class='textbox' style='width:75px;' style='height:12px'> <input type='submit' name='login' value='Zaloguj się!!' class='button' style='height:16px'> | <a class='button' style='height:15px' href='".BASEDIR."register.php'>Zarejestruj się!</a> <a class='button' href='".BASEDIR."lostpassword.php'>Nowe hasło?</a></form>";
} else {
echo "<form name='searchform' method='post' action='".BASEDIR."search.php'>
<input type='text' name='stext' value=' Zapytanie' align ='center' onfocus=\"this.value=''\" class='textbox' style='width:100px' style='height:12px' b>
<input type='submit' name='search' value='Szukaj' class='button' style='height:16px'>
</form>";
}
echo "<tr></td>\n";
echo "<td align='center' class='main-footer'>".stripslashes($settings['footer']);
//Aţţađýdaki Theme By HaYaLeT Ve Hayaletsevgili.com Ýle Birlikte Copyrightleri Silerseniz Siteleriniz Ayýplý Site Olarak Ýlan Edilir,Hiçbir Resmi Destek Sitesinden Yardým Talep Edemezsiniz! Emek Hýrsýzlýđý Yapmýţ Olursunuz!
echo "<br /><font color='red'>Theme</font> <font color='orange'>By </font><a href= 'http://www.hayaletsevgili.com/' target='_blank'>HaYaLeT<img src='".THEME."images/o.png' border='0'></a>\n";
if (!$license) { echo "<br />\n".showcopyright(); }
echo "</td>\n";
echo "</tr>\n</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='capmain-left'><img src='".THEME."images/sb-rt-top-left.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain' valign='bottom'>".$subject."</td>\n";
echo "<td class='capmain-right'><img src='".THEME."images/sb-rt-top-right.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "</tr>\n</table>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n<tr>\n";
echo "<td class='main-body middle-border'>".$news."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td align='center' class='news-footer middle-border'>\n";
echo newsposter($info," ·").newsopts($info,"·").itemoptions("N",$info['news_id']);
echo "</td>\n";
echo "</tr></table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'>\n<tr>\n";
echo "<td class='capmain-footer-left'><img src='".THEME."images/post-btm-left.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer'><img src='".THEME."images/post-btm-center.jpg' width='100%' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer-right'><img src='".THEME."images/post-btm-right.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n<tr>\n";
echo "<td class='capmain-left'><img src='".THEME."images/sb-rt-top-left.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain' valign='bottom'>".$subject."</td>\n";
echo "<td class='capmain-right'><img src='".THEME."images/sb-rt-top-right.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "</tr>\n</table>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n<tr>\n";
echo "<td class='main-body middle-border'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td align='center' class='news-footer'>\n";
echo articleposter($info," ·").articleopts($info,"·").itemoptions("A",$info['article_id']);
echo "</td>\n</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'>\n<tr>\n";
echo "<td class='capmain-footer-left'><img src='".THEME."images/post-btm-left.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer'><img src='".THEME."images/post-btm-center.jp' width='100%' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer-right'><img src='".THEME."images/post-btm-right.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='capmain-left'><img src='".THEME."images/sb-rt-top-left.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain' valign='bottom'>".$title."</td>\n";
echo "<td class='capmain-right'><img src='".THEME."images/sb-rt-top-right.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='main-body'>\n";
}
function closetable() {
echo "</td>\n";
echo "</tr></table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'>\n<tr>\n";
echo "<td class='capmain-footer-left'><img src='".THEME."images/post-btm-left.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer'><img src='".THEME."images/post-btm-center.jpg' width='100%' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer-right'><img src='".THEME."images/post-btm-right.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
}
function openside($title, $collapse = false, $state = "on") {
global $panel_collapse; $panel_collapse = $collapse;
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='scapmain-left'><img src='".THEME."images/sb-rt-top-left.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "<td class='scapmain' valign='bottom'>$title</td>\n";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='scapmain' align='right'>".panelbutton($state, $boxname)."</td>\n";
}
echo "<td class='scapmain-right'><img src='".THEME."images/sb-rt-top-right.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='side-body'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }
}
function closeside() {
global $panel_collapse;
if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td>\n</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'>\n<tr>\n";
echo "<td class='capmain-footer-left'><img src='".THEME."images/post-btm-left.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer'><img src='".THEME."images/post-btm-center.png' width='100%' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer-right'><img src='".THEME."images/post-btm-right.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
}
?>
<html>
<head>
<script type='text/javascript' src='".INCLUDES."jscript.js'></script>
<script type='text/javascript' src='js/prototype.js'></script>
<script type='text/javascript' src='js/scriptaculous.js?load=effects'></script>
<script type='text/javascript' src='js/lightbox.js'></script>
<link rel='stylesheet' href='css/lightbox.css' type='text/css' media='screen' />
</head>
<html>
<body>
<!-- (C) stat24 / Strona glowna -->
<script type="text/javascript">
<!--
document.writeln('<'+'scr'+'ipt type="text/javascript" src="http://s2.hit.stat24.com/_'+(new Date()).getTime()+'/script.js?id=nF47MkSaHOyYlmgx.n3DRfUHHWxpgLu3wfrG3aOmZ0X.z7/l=11"></'+'scr'+'ipt>');
//-->
</script>
<!-- (C) stat24 / podstrony -->
<script type="text/javascript">
<!--
document.writeln('<'+'scr'+'ipt type="text/javascript" src="http://s2.hit.stat24.com/_'+(new Date()).getTime()+'/script.js?id=nL41lkQKwT44qk_4JpgP0adFfXVsyXronXEWsa0dbyH.M7/l=11"></'+'scr'+'ipt>');
//-->
</script>
</html>
</body>
Edytowane przez maxforces dnia 28.02.2010 06:38:24
|
|
|
|
ksplomien |
Dodany dnia 11.05.2010 22:19:15
|
Przedszkolak
Postów: 4
Data rejestracji: 31.03.2010 08:57
ZBANOWANY: Dożywotnio
|
A czy istnieje możliwość, żeby zamiast białego (czy też innego) tła wyskoczył obrazek, a na nim tekst? |
|
|
|
Szapko |
Dodany dnia 15.05.2010 16:58:46
|
Bywalec
Postów: 888 Pomógł: 66
Data rejestracji: 19.08.2007 19:49
|
A czy istnieje możliwość, żeby zamiast białego (czy też innego) tła wyskoczył obrazek, a na nim tekst?
Obrazek w tle
W pliku css/featuredcontentglider.css znajdź:
.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 330px;
}
Kliknij i zaczekaj na załadowanie kodu ...
i zmień:
background: white;
Kliknij i zaczekaj na załadowanie kodu ...
na:
background-image: url(XXX.png);
Kliknij i zaczekaj na załadowanie kodu ...
Obrazek wrzucasz do infusions\news_rotator_panel\css\ i tam gdzie XXX.png zmieniasz na nazwę swojego obraza.
maxforces napisał/a:
kibel napisał/a:
U mnie w ogóle nie wyświetla newsów, zrobiłem zgodnie z instrukcją i jest tylko białe puste pole.
dokładnie to samo to chyba zależy od skórki
<?php
if (!defined("IN_FUSION")) { die("Access Denied"); }
define("THEME_BULLET", "<span class='bullet'>·</span>");
define("THEME_WIDTH", "800px");
require_once INCLUDES."theme_functions_include.php";
function render_page($license=false) {
global $settings, $main_style, $locale;
//Header
echo "<table cellpadding='0' cellspacing='0' class='main' align='center' width='100%'>\n<tr>\n";
echo "<td class='hayalettab'></td>\n";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' class='main' align='center' width='100%'>\n<tr>\n";
echo "<td class='sub-header-left'></td>\n";
echo "<td class='full-header'>\n".showbanners()."</td>\n";
echo "<td class='sub-header-left'></td>\n";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' class='main' align='center'>\n<tr>\n";
echo "<td class='sub-header-left'></td>\n";
echo "<td class='sub-header' align='center'>".showsublinks("", "white")."</td>\n";
echo "<td class='sub-header-left'></td>\n";
echo "<table cellpadding='0' cellspacing='0' class='main' align='center'>\n<tr>\n";
echo "<td class='sub-header-right'><br> </td>\n";
echo "</tr>\n</table>\n";
//Content
echo "<table cellpadding='0' cellspacing='0' class='main' align='center'>\n<tr>\n";
if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }
echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }
echo "</tr>\n</table>\n";
//Footer
echo "<table cellpadding='0' cellspacing='0' class='main spacer' align='center'>\n<tr>\n";
echo "<tr><td align='center' bgcolor='#dcdcdc'>\n";
if (iGUEST) {
echo "
".(isset($loginerror) ? $loginerror : "")."<form name='loginform' method='post' action='".FUSION_SELF."'>
<input type='text' name='user_name' value='Nick:' class='button' onfocus=\"this.value=''\" class='textbox' style='width:75px;' style='height:12px'> <input type='password' value='sifreniz' class='button' onfocus=\"this.value=''\" name='user_pass' class='textbox' style='width:75px;' style='height:12px'> <input type='submit' name='login' value='Zaloguj się!!' class='button' style='height:16px'> | <a class='button' style='height:15px' href='".BASEDIR."register.php'>Zarejestruj się!</a> <a class='button' href='".BASEDIR."lostpassword.php'>Nowe hasło?</a></form>";
} else {
echo "<form name='searchform' method='post' action='".BASEDIR."search.php'>
<input type='text' name='stext' value=' Zapytanie' align ='center' onfocus=\"this.value=''\" class='textbox' style='width:100px' style='height:12px' b>
<input type='submit' name='search' value='Szukaj' class='button' style='height:16px'>
</form>";
}
echo "<tr></td>\n";
echo "<td align='center' class='main-footer'>".stripslashes($settings['footer']);
//Aţţađýdaki Theme By HaYaLeT Ve Hayaletsevgili.com Ýle Birlikte Copyrightleri Silerseniz Siteleriniz Ayýplý Site Olarak Ýlan Edilir,Hiçbir Resmi Destek Sitesinden Yardým Talep Edemezsiniz! Emek Hýrsýzlýđý Yapmýţ Olursunuz!
echo "<br /><font color='red'>Theme</font> <font color='orange'>By </font><a href= 'http://www.hayaletsevgili.com/' target='_blank'>HaYaLeT<img src='".THEME."images/o.png' border='0'></a>\n";
if (!$license) { echo "<br />\n".showcopyright(); }
echo "</td>\n";
echo "</tr>\n</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='capmain-left'><img src='".THEME."images/sb-rt-top-left.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain' valign='bottom'>".$subject."</td>\n";
echo "<td class='capmain-right'><img src='".THEME."images/sb-rt-top-right.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "</tr>\n</table>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n<tr>\n";
echo "<td class='main-body middle-border'>".$news."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td align='center' class='news-footer middle-border'>\n";
echo newsposter($info," ·").newsopts($info,"·").itemoptions("N",$info['news_id']);
echo "</td>\n";
echo "</tr></table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'>\n<tr>\n";
echo "<td class='capmain-footer-left'><img src='".THEME."images/post-btm-left.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer'><img src='".THEME."images/post-btm-center.jpg' width='100%' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer-right'><img src='".THEME."images/post-btm-right.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n<tr>\n";
echo "<td class='capmain-left'><img src='".THEME."images/sb-rt-top-left.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain' valign='bottom'>".$subject."</td>\n";
echo "<td class='capmain-right'><img src='".THEME."images/sb-rt-top-right.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "</tr>\n</table>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n<tr>\n";
echo "<td class='main-body middle-border'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td>\n";
echo "</tr>\n<tr>\n";
echo "<td align='center' class='news-footer'>\n";
echo articleposter($info," ·").articleopts($info,"·").itemoptions("A",$info['article_id']);
echo "</td>\n</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'>\n<tr>\n";
echo "<td class='capmain-footer-left'><img src='".THEME."images/post-btm-left.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer'><img src='".THEME."images/post-btm-center.jp' width='100%' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer-right'><img src='".THEME."images/post-btm-right.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='capmain-left'><img src='".THEME."images/sb-rt-top-left.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain' valign='bottom'>".$title."</td>\n";
echo "<td class='capmain-right'><img src='".THEME."images/sb-rt-top-right.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='main-body'>\n";
}
function closetable() {
echo "</td>\n";
echo "</tr></table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'>\n<tr>\n";
echo "<td class='capmain-footer-left'><img src='".THEME."images/post-btm-left.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer'><img src='".THEME."images/post-btm-center.jpg' width='100%' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer-right'><img src='".THEME."images/post-btm-right.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
}
function openside($title, $collapse = false, $state = "on") {
global $panel_collapse; $panel_collapse = $collapse;
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='scapmain-left'><img src='".THEME."images/sb-rt-top-left.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "<td class='scapmain' valign='bottom'>$title</td>\n";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='scapmain' align='right'>".panelbutton($state, $boxname)."</td>\n";
}
echo "<td class='scapmain-right'><img src='".THEME."images/sb-rt-top-right.png' width='8px' height='31px' alt='' style='display:block' /></td>\n";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
echo "<td class='side-body'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }
}
function closeside() {
global $panel_collapse;
if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td>\n</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='spacer'>\n<tr>\n";
echo "<td class='capmain-footer-left'><img src='".THEME."images/post-btm-left.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer'><img src='".THEME."images/post-btm-center.png' width='100%' height='9px' alt='' style='display:block' /></td>\n";
echo "<td class='capmain-footer-right'><img src='".THEME."images/post-btm-right.png' width='8px' height='9px' alt='' style='display:block' /></td>\n";
echo "</tr></table>\n";
}
?>
<html>
<head>
<script type='text/javascript' src='".INCLUDES."jscript.js'></script>
<script type='text/javascript' src='js/prototype.js'></script>
<script type='text/javascript' src='js/scriptaculous.js?load=effects'></script>
<script type='text/javascript' src='js/lightbox.js'></script>
<link rel='stylesheet' href='css/lightbox.css' type='text/css' media='screen' />
</head>
<html>
<body>
<!-- (C) stat24 / Strona glowna -->
<script type="text/javascript">
<!--
document.writeln('<'+'scr'+'ipt type="text/javascript" src="http://s2.hit.stat24.com/_'+(new Date()).getTime()+'/script.js?id=nF47MkSaHOyYlmgx.n3DRfUHHWxpgLu3wfrG3aOmZ0X.z7/l=11"></'+'scr'+'ipt>');
//-->
</script>
<!-- (C) stat24 / podstrony -->
<script type="text/javascript">
<!--
document.writeln('<'+'scr'+'ipt type="text/javascript" src="http://s2.hit.stat24.com/_'+(new Date()).getTime()+'/script.js?id=nL41lkQKwT44qk_4JpgP0adFfXVsyXronXEWsa0dbyH.M7/l=11"></'+'scr'+'ipt>');
//-->
</script>
</html>
</body>
Ten problem został wcześniej rozwiązany, więc spróbuj jeszcze raz wszystko dokładnie wykonać. Jeżeli nie działa to może go blokować jakiś inny skrypt JS.
Edytowane przez Pieka dnia 16.01.2011 23:47:09
|
|
|
|
qba88 |
Dodany dnia 04.01.2011 16:05:36
|
Początkujący
Postów: 277 Pomógł: 14
v7.02.03 Data rejestracji: 14.08.2006 14:57
|
Czy ma ktoś pomysł jak zrobić, żeby te newsy co są w rotatorze nie wyświetlały się na stronie głównej? Jak wprowadzić to ograniczenie w pliku news.php, żeby nie wyświetlało na przykład 3 pierwszych newsów? Z góry dziękuję za odpowiedź.
Edytowane przez qba88 dnia 04.01.2011 16:09:45
Jeśli Ci pomogłem, kliknij "Pomógł"
|
|
|
|
bartek124 |
Dodany dnia 04.01.2011 16:34:07
|
Weteran
Postów: 3264 Pomógł: 236
v7.02.06 Data rejestracji: 26.05.2007 12:25
|
Linia 33:
$result = dbquery(
"SELECT tn.*, tc.*, tu.user_id, tu.user_name, tu.user_status FROM ".DB_NEWS." tn
LEFT JOIN ".DB_USERS." tu ON tn.news_name=tu.user_id
LEFT JOIN ".DB_NEWS_CATS." tc ON tn.news_cat=tc.news_cat_id
WHERE ".groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().") AND (news_end='0'||news_end>=".time().") AND news_draft='0'
ORDER BY news_sticky DESC, news_datestamp DESC LIMIT ".$_GET['rowstart'].",$items_per_page"
);
zamień na:
$result = dbquery(
"SELECT tn.*, tc.*, tu.user_id, tu.user_name, tu.user_status FROM ".DB_NEWS." tn
LEFT JOIN ".DB_USERS." tu ON tn.news_name=tu.user_id
LEFT JOIN ".DB_NEWS_CATS." tc ON tn.news_cat=tc.news_cat_id
WHERE ".groupaccess('news_visibility')." AND (news_start='0'||news_start<=".time().") AND (news_end='0'||news_end>=".time().") AND news_draft='0'
ORDER BY news_sticky DESC, news_datestamp DESC LIMIT ".($_GET['rowstart']+3).",$items_per_page"
);
Nie pomagam na komunikatorach oraz PW!
|
|
|
|
emil90ck |
Dodany dnia 16.01.2011 20:53:44
|
Bywalec
Postów: 376 Pomógł: 30 Ostrzeżeń: 3
v7.00.05 Data rejestracji: 25.07.2008 13:11
|
Wie ktoś może jak zmodyfikować panel by były dodawane obrazki kategorii news |
|
|
|
krzysiu111 |
Dodany dnia 05.06.2011 19:29:49
|
Przedszkolak
Postów: 1
Data rejestracji: 05.06.2011 19:28
|
Zrobiłem wszystko tak aby mieć klikalny tytuł newsa i mam taki kod:
echo "<strong><a href='".BASEDIR."news.php?readmore=".$data['news_id']."'>".$data['news_subject']. "</a></strong><br />";
Co zrobić aby wyświetlało treść newsa a nie sam tytuł? |
|
|
|
Atrej |
Dodany dnia 22.02.2012 12:57:37
|
Przedszkolak
Postów: 6 Ostrzeżeń: 1
Data rejestracji: 31.12.2010 11:04
|
Zastanawiam się czy da się, a jeśli tak, to w jaki sposób to zrobić, aby "obracały się" nie newsy, a artykuły z wybranych tylko kategorii, np. artykuły z kategorii 2 i 5.
Chciałbym, aby pojawiała się automatyczna, przeskalowana do jakiegoś konkretnego formatu, np. 250x250 pixeli miniatura wstawionej do artykułu grafiki, podlinkowana do danego artykułu. Jaka funkcja odpowiada za wczytanie obrazka z treści artykułu i wyświetlenie go w postaci miniatury klikalnej, odsyłającej do tego arta? |
|
|
|
devil100 |
Dodany dnia 22.04.2012 11:54:10
|
Przedszkolak
Postów: 1
Data rejestracji: 22.04.2012 00:00
|
Czy wie ktos jak zrobic np. jak tutaj jest: http://www.sporto...
ze link do tematu jest na takim polprzezroczystym pasku czarnym? |
|
|
|
no0bek |
Dodany dnia 09.04.2013 16:17:39
|
Przedszkolak
Postów: 9
v7.02.05 Data rejestracji: 05.04.2013 13:18
|
Sorry, że odgrzebuje ten temat, ale mam problem. Zainstalowałem wtyczkę i niby wszystko ładnie pięknie, ale news na newsa nachodzi. To znaczy, gdy pojawi się pierwszy to po pewnym czasie pojawi się drugi a ten pierwszy nie znika tylko pozostaje. Czy ma ktoś jakiś pomysł, co z tym zrobić? |
|
|
|
bogdan |
Dodany dnia 09.04.2013 17:59:48
|
Ekspert
Postów: 2451 Pomógł: 164
v7.02.07 Data rejestracji: 21.07.2009 12:55
|
Podaj wersję PHP-Fusion i adres - w edycji profilu.
Spróbuj zmienić skórkę na standardową np. Gillette i sprawdź.
U mnie na v.7.02.06 działa.
Edytowane przez bogdan dnia 16.10.2014 16:01:35
Nie szukaj Szczęścia, lecz dawaj Je innym, a wtedy samo do Ciebie przyjdzie.
Nie ma mnie na GG.
|
|
|
|
no0bek |
Dodany dnia 10.04.2013 08:43:19
|
Przedszkolak
Postów: 9
v7.02.05 Data rejestracji: 05.04.2013 13:18
|
Oki działa faktycznie mój błąd. :P
Ale teraz w dzienniku błędów mam błędy:
news_rotator_panel/news_rotator_panel.php
Undefined index: ROT2 Linia: 51
news_rotator_panel/news_rotator_panel.php
Undefined index: ROT3 Linia: 52
news_rotator_panel/news_rotator_panel.php
Undefined index: ROT3 Linia: 53
news_rotator_panel/news_rotator_panel.php
Undefined index: ROT3 Linia: 54
news_rotator_panel/news_rotator_panel.php
Undefined index: ROT3 Linia: 55
news_rotator_panel/news_rotator_panel.php
Undefined index: ROT3 Linia: 56
news_rotator_panel/news_rotator_panel.php
Undefined index: ROT4 Linia: 57
Odpowiedzialne za te błędy linijki to:
echo "<a href='#' class='prev'>".$locale['ROT2']."</a>";
echo "<a href='#' class='toc'>".$locale['ROT3']." 1</a> ";
echo "<a href='#' class='toc'>".$locale['ROT3']." 2</a> ";
echo "<a href='#' class='toc'>".$locale['ROT3']." 3</a> ";
echo "<a href='#' class='toc'>".$locale['ROT3']." 4</a> ";
echo "<a href='#' class='toc'>".$locale['ROT3']." 5</a> ";
Oraz
news_rotator_panel/news_rotator_panel.php
Undefined index: ROT1 Linia: 32
Błąd:
opentable("".$locale['ROT1']."");
Edytowane przez no0bek dnia 10.04.2013 08:53:49
|
|
|
|
bogdan |
Dodany dnia 10.04.2013 13:47:18
|
Ekspert
Postów: 2451 Pomógł: 164
v7.02.07 Data rejestracji: 21.07.2009 12:55
|
Prawdopodobnie masz stronę w kodowaną w UTF, a w paczce brak tych locali.
Dodaj tą z załącznika i sprawdź.
bogdan dodał/a następującą plik:
Nie szukaj Szczęścia, lecz dawaj Je innym, a wtedy samo do Ciebie przyjdzie.
Nie ma mnie na GG.
|
|
|
|
no0bek |
Dodany dnia 10.04.2013 15:15:22
|
Przedszkolak
Postów: 9
v7.02.05 Data rejestracji: 05.04.2013 13:18
|
Faktycznie brak 1 pliku thx |
|
|