Linki w belce i coś jeszcze(Dimension)
|
zezol |
Dodany dnia 09.12.2006 22:54:12
|
Bywalec
Postów: 593 Pomógł: 34
Data rejestracji: 09.12.2006 22:16
|
Mam 2 pytania - Pytania tutaj
Sorki, że tak linkiem...
|
|
|
|
Wścibski Gość |
Dodany dnia 11.01.2025 00:00:18
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
Pieka |
Dodany dnia 09.12.2006 23:06:59
|
Postów: 19885 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
Nie rozumiem? Tu pytasz, a tam piszesz, ze juz znalazles rozwiazanie i podajesz link do naszego forum..
PS: Już po problemie, znaczy dacie Mam już rozwiązanie... link
Moze sie zdecydujesz?
Jestem jaki jestem
|
|
|
|
zezol |
Dodany dnia 10.12.2006 08:31:24
|
Bywalec
Postów: 593 Pomógł: 34
Data rejestracji: 09.12.2006 22:16
|
No dobrze...
Jeśli by mi ktoś pomógł, bardzo proszę...
1. Jak można dodać/usunąć linki w górnej belce?
2. Jak można zmenić treść tych niby newsów?
ww pytania dotyczą skórki Dimension.
Edytowane przez zezol dnia 10.12.2006 08:34:26
|
|
|
|
Muszelka_28 |
Dodany dnia 10.12.2006 09:17:13
|
Przedszkolak
Postów: 50
Data rejestracji: 03.12.2006 19:57
|
Jeśli chcesz, aby w górnej belce były Twoje informacje, to musisz zmienić je w pliku billboard.php. Natomiast jesli chcesz je całkowicie stamtąd usunąć to musisz wyrzucić z pliku theme.php to:
echo "<div align='center'><img src='".THEME."images/swiftnews.gif'></div>";
include THEME."js_functions.php";
include THEME."billboard.php";
Natomiast menu w górnej belce to gify, zrobisz nowe po Polsku, wrzucisz je do images tej skórki i po kłopocie. |
|
|
|
zezol |
Dodany dnia 10.12.2006 13:03:26
|
Bywalec
Postów: 593 Pomógł: 34
Data rejestracji: 09.12.2006 22:16
|
Muszelka_28, mi nie chodziło o spolszczenie buttonów(już je skądś 'zdarłem') ale o usunięcie ich, lub dodanie.
|
|
|
|
Muszelka_28 |
Dodany dnia 10.12.2006 14:52:00
|
Przedszkolak
Postów: 50
Data rejestracji: 03.12.2006 19:57
|
W pliku theme.php usuń:
//Nav Links
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%' ><tr><td width='39'><table height='39' cellSpacing='0' cellPadding='0' width='78' border='0'><tr>";
echo "<td><a onmouseover=\"MM_swapImage('Image1','','".THEME."images/portal_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."index.php'><img src='".THEME."images/portal.gif' name='Image1'></a>";
echo "</td></tr></table></td>";
echo "<td width='39'><table height='39' cellSpacing='0' cellPadding='0' width='78' border='0'><tr>";
echo "<td><a onmouseover=\"MM_swapImage('Image2','','".THEME."images/downloads_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."downloads.php'><img src='".THEME."images/downloads.gif' name='Image2'></a>";
echo "</td></tr></table></td>";
echo "<td width='39'><table height='39' cellSpacing='0' cellPadding='0' width='78' border='0'><tr>";
echo "<td><a onmouseover=\"MM_swapImage('Image3','','".THEME."images/gallery_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."photogallery.php'><img src='".THEME."images/gallery.gif' name='Image3'></a>";
echo "</td></tr></table></td>";
echo "<td width='39'><table height='39' cellSpacing='0' cellPadding='0' width='78' border='0'><tr>";
echo "<td><a onmouseover=\"MM_swapImage('Image4','','".THEME."images/articles_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."articles.php'><img src='".THEME."images/articles.gif' name='Image4'></a>";
echo "</td></tr></table></td>";
if (isset($stype)) $stype = $stype;
if (isset($stext)) $stext = stripinput($stext);
if (!isset($stype)) $stype = isset($_POST['stype']) ? $_POST['stype'] : "f";
if (!isset($stext)) $stext = isset($_POST['stext']) ? $_POST['stext'] : "";
echo "<td width='39'><table height='39' cellSpacing='0' cellPadding='0' width='78' border='0'><tr>";
echo "<td><a onmouseover=\"MM_swapImage('Image5','','".THEME."images/search_on.gif',1)\" onmouseout='MM_swapImgRestore()' href=\"javascript:;\"><img onclick=\"return !showMenu('1', event);\" src='".THEME."images/search.gif' name='Image5'/></a><div id='wv_menu1' onclick='event.cancelBubble = true;'>";
echo "<div style='position:absolute; left:35px; top:2px; z-index:1;'>";
echo "<form action='".BASEDIR."search.php' method='post'>";
echo "<div style='position:absolute; left:20px; top:1px; z-index:1;'><b>";
echo "<input type='textbox' value='Enter search here...' name='stext' class='textbox' style='width:130px' onBlur=\"if(this.value=='') this.value='Enter search here...';\" onFocus=\"if(this.value=='Enter search here...') this.value='';\">";
echo "<input type='radio' name='stype' value='a'".($stype == "a" ? " checked" : "")."> ".$locale['402']."";
echo "<input type='radio' name='stype' value='n'".($stype == "n" ? " checked" : "")."> ".$locale['403']."";
echo "<input type='radio' name='stype' value='f'".($stype == "f" ? " checked" : "")."> ".$locale['404']."";
echo "<input type='radio' name='stype' value='d'".($stype == "d" ? " checked" : "")."> ".$locale['405']."";
echo "<input type='radio' name='stype' value='w'".($stype == "w" ? " checked" : "")."> ".$locale['406']."";
echo "<input type='radio' name='stype' value='m'".($stype == "m" ? " checked" : "")."> ".$locale['407']."";
echo "</b></div>";
echo "<div style='position:absolute; left:-30px; z-index:1;'>";
echo "<input title='Click to initiate search' alt='Click to initiate search' style='border:0px;background-color:transparent;' vspace='7' type='image' src='".THEME."images/search_small.gif' value='Search' />";
echo "</div></form></div></div></div>";
echo "</td></tr></table></td>";
echo "<td width='39'><table height='39' cellSpacing='0' cellPadding='0' width='78' border='0'><tr>";
echo "<td><a onmouseover=\"MM_swapImage('Image6','','".THEME."images/forums_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."forum/index.php'><img src='".THEME."images/forums.gif' name='Image6'></a>";
echo "</td></tr></table></td>";
//Nav Links End
Kod w code, a nie quote/Pieka
Edytowane przez Pieka dnia 22.12.2006 23:43:06
|
|
|
|
zezol |
Dodany dnia 23.12.2006 18:01:35
|
Bywalec
Postów: 593 Pomógł: 34
Data rejestracji: 09.12.2006 22:16
|
Wielkie wam obu dzięki;)
Jednak coś mu 'nie pasi'...
...a to, że jak usunę:
echo "<div align='center'><img src='".THEME."images/swiftnews.gif'></div>";
include THEME."js_functions.php";
include THEME."billboard.php"; z pliku theme.php to linki(obrazki) w górnej belce wyswietlają się tylko jako jeden obrazek, wskazując na jakiś link myszką obrazek się nie zmienia.
|
|
|