Jak umieścić własny banner w stylu Maxitron
|
Legal |
Dodany dnia 30.04.2008 22:08:20
|
Przedszkolak
Postów: 13
Data rejestracji: 29.09.2007 16:23
|
Witam otóż mam problem bo chcę umieścić własny banner na stronie ale nie chce się ukazać a gdy podmieniam plik image w stylu to pokazuje mi się logo w małym kwadraciku.
Chciałbym usunąć całe te niebieskie tło i żeby znikły te tabele na tym niebieskim tle: search, articles, itp,
Mam nadzieję że ktoś mi pomoże.
Pozdrawiam |
|
|
|
Wścibski Gość |
Dodany dnia 25.11.2024 19:44:33
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
sexyfacio |
Dodany dnia 01.05.2008 09:39:31
|
Przedszkolak
Postów: 60 Pomógł: 3 Ostrzeżeń: 2
Data rejestracji: 26.04.2008 15:45
ZBANOWANY: Dożywotnio
|
Zazwyczaj w pliku theme o ile się nie mylę powinien być odpowiadający za to kod postaci:
<img src='".THEME."images/logo.jpg' alt='".$settings['sitename']."' title='".$settings['sitename']."' >
lub
<a href='".BASEDIR."index.php'><img src='".THEME."images/logo.jpg' alt='".$settings['sitename']."' title='".$settings['sitename']."' style='border: 0pt none ;'></a>
Pozdro :p |
|
|
|
Pieka |
Dodany dnia 01.05.2008 10:10:58
|
Postów: 19882 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
Strikte dla tego thema..
Znajdz w pliku theme.php:
<div class='header'>
<div class='innerHeader'>
<div class='title'><img src='".THEME."images/logo.png' alt='logo' width='48' height='48'>
<h1><a class='title_header' href='".BASEDIR."index.php'>".$settings['sitename']."</a></h1>Leaders in Quality and Design</div>
<div class='menu'>
<a class='white' href='".BASEDIR."search.php'>Search</a>
<a class='white' href='".BASEDIR."articles.php'>Articles</a>
<a class='white' href='".BASEDIR."staff.php'>Staff List</a>
<a class='white' href='".BASEDIR."infusions/themedb/submit_theme.php'>Submit Themes</a>
</div>
</div>
</div>
I zastap ponizszym:
<div class='header'>
<div class='innerHeader'>
<div class='title'><img src='".IMAGES."twoje_logo.gif' alt='logo'></div>
<div class='menu'>
<a class='white' href='".BASEDIR."search.php'>Szukaj</a>
<a class='white' href='".BASEDIR."articles.php'>Artykuły</a>
<a class='white' href='".BASEDIR."staff.php'>Administracja</a>
<a class='white' href='".BASEDIR."infusions/themedb/submit_theme.php'>Dodaj Theme</a>
</div>
</div>
</div>
Jestem jaki jestem
|
|
|
|
Legal |
Dodany dnia 01.05.2008 15:53:30
|
Przedszkolak
Postów: 13
Data rejestracji: 29.09.2007 16:23
|
Jednak jeszcze coś jest nie tak, jak robie tak jak podałeś Pieka to potem jak ładuję się strona jest cały czas biało i nic się nie zmienia.
Jak ktoś może to niech mi złoży ten plik.
Logo: http://img219.ima...gg6xx3.png
Oryginalny plik theme:
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
/*--------------------------------------------+
| PHP-Fusion 6 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2007 |
| web: http://www.php-fusion.co.uk |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
/*--------------------------------------------+
| Maxitron Theme for PHP-Fusion v6+ |
|---------------------------------------------|
| author: Fuzed Themes - Shedrock © 2006/7 |
| web: http://phpfusion-themes.com |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
// theme settings
$body_text = "#555555";
$body_bg = "#F8F7F5";
$theme_width = "100%";
$theme_width_l = "180";
$theme_width_r = "180";
// Right Panels off in Forum Mode - Custom coded
$theme_panels_exclude = array("/forum/");
function render_header($header_content) {
global $theme_width, $settings;
$cookieval = "";
if (isset($_COOKIE['Maxitron_Theme'])) {
$cookie = explode("&",$_COOKIE['Maxitron_Theme']);
for ($i = 0;$i < sizeof($cookie);$i++) {
$cookie2 = explode(":",$cookie[$i]);
if ($cookie2[0] == "hideleft" || $cookie2[0] == "hideright") {
$cookieval .= ",".$cookie2[0].":'".($cookie2[1] == 'off' ? 'off' : 'on')."'";
}
}
}
echo "<script language='javascript' src='".THEME."maxitron.js' type='text/javascript'></script>\n";
echo "<div class='header'>
<div class='innerHeader'>
<div class='title'><img src='".THEME."images/logo.png' alt='logo' width='48' height='48'>
<h1><a class='title_header' href='".BASEDIR."index.php'>".$settings['sitename']."</a></h1>Leaders in Quality and Design</div>
<div class='menu'>
<a class='white' href='".BASEDIR."search.php'>Search</a>
<a class='white' href='".BASEDIR."articles.php'>Articles</a>
<a class='white' href='".BASEDIR."staff.php'>Staff List</a>
<a class='white' href='".BASEDIR."infusions/themedb/submit_theme.php'>Submit Themes</a>
</div>
</div>
</div>
<!-- nav -->
<div class='navPanel'>
<div class='innerNavPanel'>
<div class='buttons'>".showsublinks("","white")."
<div id='Clock' class='label'><script language='javascript' type='text/javascript'>Maxitron.tick();</script>
</div>
</div>
</div>
</div>
<div class='shadowStrip'> </div>\n";
echo "<table bgcolor='#F8F7F5' cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%' class='footer'>
<tr>
<td align='center' width='100%'>".stripslashes($settings['footer'])."<br>\n";
if (!$license) { echo showcopyright("")."<br><br>\n"; }
echo "</td>
</tr>
<tr>
<td align='center' width='100%'>".showcounter()." - Maxitron by: <a target='_blank' href='http://phpfusion-themes.com'>Fuzed Themes</a></td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
$subject = strip_tags($subject);
echo "<table cellpadding='0' cellspacing='1' width='100%' class='border'>
<tr>
<td class='news_articles'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info,"·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='1' class='border'>
<tr>
<td class='news_articles'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info,"·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='1' width='100%' class='border'>
<tr>
<td class='p_title'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='p_title'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td width='100%' class='p_title'>$title</td>
<td class='p_title_box' align='center'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='8'></td>\n</tr>\n</table>\n";
}
?> |
|
|
|
Pieka |
Dodany dnia 01.05.2008 16:02:24
|
Postów: 19882 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
Podalem Ci dokladnie ten kod, ktory znajduje sie na themes4.php-fusio..., wiec jesli tam dziala, to u Cie rowniez musi.
Edytowane przez Pieka dnia 01.05.2008 16:04:13
Jestem jaki jestem
|
|
|
|
Legal |
Dodany dnia 01.05.2008 16:29:29
|
Przedszkolak
Postów: 13
Data rejestracji: 29.09.2007 16:23
|
Ale jeżeli mam banner w formacie .png to ma jakieś znaczenie ? |
|
|
|
Pieka |
Dodany dnia 01.05.2008 16:30:31
|
Postów: 19882 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
Legal napisał/a:
Ale jeżeli mam banner w formacie .png to ma jakieś znaczenie ?
Przeciez masz w formacie PNG.
Jestem jaki jestem
|
|
|
|
Legal |
Dodany dnia 01.05.2008 16:42:54
|
Przedszkolak
Postów: 13
Data rejestracji: 29.09.2007 16:23
|
Ale chciałem żeby zniknęły jeszcze te odnośniki szukaj artykuły itd. co tam są obok |
|
|
|
Pieka |
Dodany dnia 01.05.2008 17:04:35
|
Postów: 19882 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
Legal napisał/a:
Ale chciałem żeby zniknęły jeszcze te odnośniki szukaj artykuły itd. co tam są obok
Masz pojecia co ja bym chcial? Chlopie...
W zalaczniku masz dzialajaca skorke, przynajmniej takie odnioslem wrazenie.
Pieka dodał/a następującą plik:
Jestem jaki jestem
|
|
|
|
Legal |
Dodany dnia 01.05.2008 17:39:11
|
Przedszkolak
Postów: 13
Data rejestracji: 29.09.2007 16:23
|
Po zrobieniu tak jak mówiłeś jest problem to rozrzuca stronę.
|
|
|