Zobacz temat
Nietypowe... "II problemy"
|
|
DearD |
Dodany dnia 08.11.2006 14:45:49
|
![]() Przedszkolak ![]() Postów: 56 Data rejestracji: 25.10.2006 14:21 |
Witam! I) Mam chyba do?? "nietypowy" problem, poniewa? nie wiem czemu, ale po dodaniu na stron? LOGA nie jest równo... [czyli odchodzi] sami z reszt? zobaczcie www.parkour-sport... :] II) Drugim moim problememem jest mniej wa?ne, ale równie? mi potrzebna pomoc. Otó? po zalogowaniu na swoje konto widz? w panelu nawigacji opcj? rowijan? dodaj. Ostatnio edytowa?em dla tej?e kategorii obraz, bo niechc?cy wykasowa?a mi si? "dyskietka", po ponownym dodaniu w menu strony -> dodaj -> edytuj 'dodaj -> Ikona -> images/dyskietkta.gif doda?a mi si?, ale niestety, mam te? drugi obraz w tle, który si? nie wy?wietla, tylko jest napisane przy nim 'OBRAZ' :/ W podsumowaniu mam tak: obraz dyskietki -> *obraz nie wy?wietlaj?cy si?* -> dodaj. ![]() *To chc? usun??!! Pzdr. THX za odp. ;> |
|
|
W?cibski Go?? |
Dodany dnia 10.09.2025 12:06:54
|
Pan Kontekstualny Postów: n^x Data rejestracji: Zawsze |
![]() |
IP: localhost | |
MeTeo |
Dodany dnia 08.11.2006 14:58:30
|
![]() Bywalec ![]() Postów: 880 Pomógł: 23 Ostrzeżeń: 2 Data rejestracji: 14.12.2005 19:38 |
je?li chodzi o pierwszy problem to umie?? tutaj kod theme.php bo prawdopodobnie logo ma jeszcze jakie? warto?ci oprócz align='center'... by? mo?e ma margines :) gdy wzi??em kod strony to mi znalaz?o przed linkiem do obrazka kod zmie? na i powinno pomóc. a drugi problem... sam nie wiem... lecz to pytanie kieruj na forum extreme bo tej modyfikacji fusiona u?ywasz |
|
|
DearD |
Dodany dnia 08.11.2006 15:05:08
|
![]() Przedszkolak ![]() Postów: 56 Data rejestracji: 25.10.2006 14:21 |
Oczywi?cie tam te? skierowa?em, ale niestety do tej pory nie zosta?em poinformowany o odpowiedzi ![]() ![]() |
|
|
DearD |
Dodany dnia 08.11.2006 15:14:22
|
![]() Przedszkolak ![]() Postów: 56 Data rejestracji: 25.10.2006 14:21 |
meTeo ale ja mam cellpadding='0'
|
|
|
MeTeo |
Dodany dnia 08.11.2006 15:28:19
|
![]() Bywalec ![]() Postów: 880 Pomógł: 23 Ostrzeżeń: 2 Data rejestracji: 14.12.2005 19:38 |
nie pisz post pod postem! masz opcj? edytuj! to tylko tak btw. Sk?d mam zna? linie skoro nie znam kodu? sprawdzi?em tylko w kodzie strony (mam firefox'a) i tam znalaz?o mi... wstaw theme.php to pogadamy... |
|
|
DearD |
Dodany dnia 09.11.2006 06:42:44
|
![]() Przedszkolak ![]() Postów: 56 Data rejestracji: 25.10.2006 14:21 |
Prosz? o to mój plik theme.php ![]() <?
//************************************************************************************************************************// // Theme Name: Void Theme for PHP-Fusion 6.00 // Theme Design: by: PHP-Fusion Themes (http://phpfusion.org) // version 2.0 // // PHP-Fusion Themes and/or Lorkan is a Registered Organization and holds a copyright with CIPO // Original Author of file: PHP-Fusion Themes [Shedrock] // Developed by: PHP-Fusion Themes - Bringing Your Portal To Life // Copyright ? 2005 by PHP-Fusion Themes - All Rights Reserved // ---------------------------------------------------------------------- // THEME MODIFICATION // Users may alter or modify this theme at their own risk, // but only for their own use. They may also hire PHP-Fusion Themes to modify their own copy of the theme. // Although users may modify the code for their use, // modified code may not be resold or distributed, // without express written permission from PHP-Fusion Themes. // // DISPLAY OF COPYRIGHT NOTICES REQUIRED // All copyright notices used within the scripts that the scripts generate, // MUST remain intact. Furthermore, these notices must remain visible. // // SUPPORT // PHP-Fusion Themes provides free support on all their theme designs. // (includes consulting, troubleshooting and fixing problems). // For Support, please visit us at: http://www.phpfus...forum_id=2 // // PHP-Fusion Themes is not liable for any products or services offered by means of the theme. // The user must assume the entire risk of using the program. //************************************************************************************************************************// /************************/ /* Theme Settings */ /************************/ $body_text = "#D7DCE9"; $body_bg = "#202734"; $theme_width = "100%"; $theme_width_l = "170"; $theme_width_r = "170"; function render_header($header_content) { global $theme_width,$settings; echo "<script src='".THEME."/grade.js' language='Javascript'></script>"; echo "<table width='$theme_width' cellspacing='0' cellpadding='0' border='0'>"; echo "<tr><td align='center' valign='top'>"; echo "<table background='".THEME."images/cellpic_bkg.jpg' width='100%' border='0' cellspacing='0' cellpadding='5'><tr>"; echo "<td width='100%' height='110'>$header_content</td>"; echo "</td></tr></table>"; echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>"; echo "<td><table width='100%' height='28' border='0' cellpadding='4' cellspacing='0'>"; $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order" ![]() if (dbrows($result) != 0) { echo "<td class='cellpic'>\n"; $i = 0; while($data = dbarray($result)) { if (checkgroup($data['link_visibility'])) { if ($data['link_url']!="---" ![]() if ($i != 0) { echo " <img src='".THEME."images/divider.gif'> "; } else { echo "\n"; } $link_target = ($data['link_window'] == "1" ? " target='_blank'" : "" ![]() if (strstr($data['link_url'], "http://" ![]() ![]() echo "<a href='".$data['link_url']."'".$link_target."'>".$data['link_name']."</a>"; } else { echo "<a href='".BASEDIR.$data['link_url']."'".$link_target."'>".$data['link_name']."</a>"; } } $i++; } } } echo ($i == 0 ? " " : "" ![]() echo "<td align='right' class='cellpic' nowrap><strong>".ucwords(showdate($settings['subheaderdate'], time()))."</strong>"; echo "</td></tr></table></td></tr></table>"; echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>"; echo "</tr></table>"; echo "<table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>"; echo "<tr valign='top'>"; echo "<td valign='middle' align='right'>"; echo "<table width='100%' cellpadding='4' bgcolor='#202734' cellspacing='0' border='0'>"; } function render_footer($license=false) { global $theme_width,$settings,$locale; echo "</tr>\n</table>\n"; echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>"; echo "<td>".stripslashes($settings['footer'])."<br>"; echo "<tr><td><table border='0' cellpadding='0' cellspacing='0' width='100%' height='30'>"; echo "<tr><td class='footer' valign='middle' width='35%'>"; if ($license == false) { echo "Powered by <a target='_blank' href='http://www.php-fusion.co.uk'><img src='".THEME."images/fusion.gif' title='PHP-Fusion' style='vertical-align:middle;'></a> v".$settings['version']." © 2003-2005"; } echo "</td>"; echo "<td class='footer' align='center' width='20%'>"; echo "Void by: <a target='_blank' href='http://phpfusion.org'><img title='PHP-Fusion Themes' src='".THEME."images/fthemes.gif' style='vertical-align:middle;'></a></td>"; echo "<td class='footer' align='right' width='35%'><b>".$settings['counter']."</b> ".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n" ![]() echo "</td></tr></table></center></table></table></table>\n"; } function render_news($subject, $news, $info) { global $locale; echo "<table border='0' style='border: 1px solid #404050' cellspacing='1' width='100%' cellpadding='3'><tr>"; echo "<td background='".THEME."images/cellpic3.gif' height='24'><img border='0' src='".THEME."images/small_arrow.gif' hspace='3'><font class='block-title'>$subject</font></td>"; echo "</tr></table>"; echo "<table width='100%' cellpadding='0' cellspacing='1' class='border'><tr>"; echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>"; echo "<td class='main-body'>$news</td></tr></table>"; echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>"; echo "<td class='news-footer'> "; echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> "; echo "".$locale['041'].showdate("longdate", $info['news_date'])." </td>"; echo "<td height='24' align='right' class='news-footer'>"; echo "".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ?\n" : "" ![]() if ($info['news_allow_comments']) echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> ? "; echo "".$info['news_reads'].$locale['044']." "; echo "<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a>"; echo "</td></tr></table></td></tr></table>\n"; } function render_article($subject, $article, $info) { global $locale; echo "<table border='0' style='border: 1px solid #404050' cellspacing='1' width='100%' cellpadding='3'><tr>"; echo "<td background='".THEME."images/cellpic3.gif' height='24'><img border='0' src='".THEME."images/small_arrow.gif' hspace='3'><font class='block-title'>$subject</font></td>"; echo "</td></tr></table>"; echo "<table width='100%' cellpadding='0' cellspacing='1' class='border'><tr>"; echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>"; echo "<td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article).""; echo "</td></tr></table>"; echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>"; echo "<td class='news-footer'>"; echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> "; echo "".$locale['041'].showdate("longdate", $info['article_date'])."</td>"; echo "<td height='24' align='right' class='news-footer'>"; if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." ? "; echo "".$info['article_reads'].$locale['044']." "; echo "<a href='print.php?type=A&item_id=".$info['article_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' style='vertical-align:middle;'></a>"; echo "</td></tr></table></td></tr></table>\n"; } // Open table begins function opentable($title) { echo "<table width='100%' cellpadding='2' cellspacing='1' style='border: 1px solid #404050'>"; echo "<tr><td background='".THEME."images/cellpic2.gif' bgcolor='#202734' height='24'><font class='head-title'> $title</font></td>"; echo "</tr></table>"; echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>"; echo "<td class='main-body'>\n"; } // Close table end function closetable() { echo "</td></tr></table>\n"; } function openside($title) { echo "<table border='0' style='border: 1px solid #404050' cellspacing='1' width='100%' cellpadding='3'><tr>"; echo "<td height='24' width='100%' background='".THEME."images/cellpic3.gif'>"; echo "<img border='0' src='".THEME."images/small_arrow.gif' hspace='3'><font class='block-title'>$title</font>"; echo "</td></tr>"; echo "<tr><td bgcolor='#404050' class='side-body' width='100%'>"; } function closeside() { echo "</td></tr></table>"; tablebreak(); } function opensidex($title,$open="on" ![]() if($open=="on" ![]() echo "<table border='0' style='border: 1px solid #404050' cellspacing='1' width='100%' cellpadding='3'><tr>"; echo "<td height='24' width='100%' background='".THEME."images/cellpic3.gif'>"; echo "<img align='right' style='cursor:hand' onclick=\"javascript:flipBox('$title' ![]() echo "</td></tr>"; echo "<tr><td bgcolor='#404050' class='side-body'width='100%' '".THEME."images/back1.gif'>"; echo "<div id='box_$title'"; if($open=="off" ![]() } function closesidex() { echo "</div></td></tr></table>"; tablebreak(); } // Table functions function tablebreak() { echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'></td></tr></table>\n"; } ?> |
|
Przejdź do forum: |