Rozdzielczość
|
Rogalik88 |
Dodany dnia 09.09.2006 16:47:37
|
Przedszkolak
Postów: 7
Data rejestracji: 09.09.2006 16:42
|
Witam! Jestem pierwszy raz na tym forum i mam problem z moją stroną www.brygadag.yoyo.pl . Otóż jak zrobie logo pasujące do rozdzielczości 1024x768 to nie pasuje ono do rozdzielczości 1152x864 którą ja sam posiadam (gdyż w niższej rozdzielczości rozciaga stronę). Proszę o pomoc. Czy może jest jakiś styl który robi logo na samym środku czy może strona robi się mniejsza i pasuje dowszystkich rozdzielczości? Proszę o pomoc!
Edytowane przez Pieka dnia 09.09.2006 18:02:58
|
|
|
|
Wścibski Gość |
Dodany dnia 09.01.2025 20:00:54
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
jantom |
Dodany dnia 09.09.2006 21:38:24
|
Weteran
Postów: 3460 Pomógł: 123
Data rejestracji: 31.03.2005 20:10
|
Zajrzyj w katalogu swego thema, otwórz pliczek theme.php, zajrzyj do sekcji theme settings i sprawdź, czy przypadkiem wartość $theme_width nie jest procentowa. Zakładam, że dalej już będziesz wiedzieć o co chodzi |
|
|
|
teb |
Dodany dnia 21.09.2006 23:32:15
|
Przedszkolak
Postów: 4
Data rejestracji: 21.09.2006 16:40
|
Rogalik88 napisał/a:
Witam! Jestem pierwszy raz na tym forum i mam problem z moją stroną www.brygadag.yoyo.pl . Otóż jak zrobie logo pasujące do rozdzielczości 1024x768 to nie pasuje ono do rozdzielczości 1152x864 którą ja sam posiadam (gdyż w niższej rozdzielczości rozciaga stronę). Proszę o pomoc. Czy może jest jakiś styl który robi logo na samym środku czy może strona robi się mniejsza i pasuje dowszystkich rozdzielczości? Proszę o pomoc!
mam ten sam problem moze sie dowiem jak się z tym upora
Prosze o pomoc |
|
|
|
qwertyuiop |
Dodany dnia 22.09.2006 10:26:55
|
Początkujący
Postów: 120
Data rejestracji: 24.08.2006 20:15
|
mam ten sam problem moze sie dowiem jak się z tym upora
dokladnie zrob tak jak napisal jantom, na samym poczatku pliku theme.php w twoim themie |
|
|
|
proton |
Dodany dnia 22.09.2006 13:29:10
|
Bywalec
Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
Ale jeśli sama zmiana $theme_width nic nie da zmieńcie jeszcze szerokość panali:
$theme_width_l
$theme_width_r
|
|
|
|
crasch |
Dodany dnia 22.09.2006 13:29:27
|
Zaawansowany
Postów: 1473
Data rejestracji: 02.01.2005 01:21
|
1. Zrób logo tak szerokie jaką chciałbyś mieć szeroką strone.
2. Wejdź w theme.php i znajdź (na samym początku):
$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "[b]100[/b]%";
$theme_width_l = "171";
$theme_width_r = "171";
..zmień na:
$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "[b]10[/b]%";
$theme_width_l = "171";
$theme_width_r = "171";
To co pogrubiłem wystarczy zmienić z 100% (lub ile tam bedzie) na jak najmniej np. 10%.
I gotowe.
Od tej chwili strona bedzie zawsze pasowala do loga. Troche prymitywny sposób ale skuteczny :D nie chce mi sie tlumaczyc na jakiej zasadzie to dziala. Powiem tak: to co masz zeedytowac wyznacza szerokość strony, jeżeli zwężysz ją tam i dasz większe logo to logo str. bedzie wygladala ok a nie wąsko bo logo ja rozsunie :D:D mam nadzieje, że rozumiesz ;) ważne, że działa :)
pozdro!!
..i to by było na tyle.
28 listopada 2006
|
|
|
|
proton |
Dodany dnia 22.09.2006 13:34:08
|
Bywalec
Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
Prosto mówiąc theme ma ustaloną szerokść coś koło 100px (10%) a logo dajmy 500px i to ono będzie tak jakby rozszerzać szerokość strony.
Chyba dobrze rozumiem? ;)
|
|
|
|
crasch |
Dodany dnia 22.09.2006 13:52:09
|
Zaawansowany
Postów: 1473
Data rejestracji: 02.01.2005 01:21
|
proton napisał/a:
Prosto mówiąc theme ma ustaloną szerokść coś koło 100px (10%) a logo dajmy 500px i to ono będzie tak jakby rozszerzać szerokość strony.
Chyba dobrze rozumiem?
Dokładnie stosuje taki sposób na www.games-zone.pl i działa wyśmienicie heh.
pozdro!!
..i to by było na tyle.
28 listopada 2006
|
|
|
|
teb |
Dodany dnia 22.09.2006 14:21:08
|
Przedszkolak
Postów: 4
Data rejestracji: 21.09.2006 16:40
|
crasch napisał/a:
1. Zrób logo tak szerokie jaką chciałbyś mieć szeroką strone.
2. Wejdź w theme.php i znajdź (na samym początku):
$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "[b]100[/b]%";
$theme_width_l = "171";
$theme_width_r = "171";
..zmień na:
$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "[b]10[/b]%";
$theme_width_l = "171";
$theme_width_r = "171";
To co pogrubiłem wystarczy zmienić z 100% (lub ile tam bedzie) na jak najmniej np. 10%.
I gotowe.
Od tej chwili strona bedzie zawsze pasowala do loga. Troche prymitywny sposób ale skuteczny :D nie chce mi sie tlumaczyc na jakiej zasadzie to dziala. Powiem tak: to co masz zeedytowac wyznacza szerokość strony, jeżeli zwężysz ją tam i dasz większe logo to logo str. bedzie wygladala ok a nie wąsko bo logo ja rozsunie :D:D mam nadzieje, że rozumiesz ;) ważne, że działa :)
pozdro!!
Dzieki za pomoc ale niestety jakos tak ale brakuje mi tej linijki w moim stylu a jak dodalem sam ja to troche mi sie theme zgrzał da sie to jakos zrobic mam/ chcem miec Black-orage na innych dziala bez zazutow to :)) |
|
|
|
proton |
Dodany dnia 22.09.2006 14:23:18
|
Bywalec
Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
Jest to w pliku theme.php i musi być inaczej ci to nie będzie działać (theme), może kaurat to nie jest dokładnie:
$body_text = "#000000";
$body_bg = "#ffffff";
$theme_width = "10%";
$theme_width_l = "171";
$theme_width_r = "171";
Ale może to być np.
$body_text = "#000000";
$body_bg = "#fddfff";
$theme_width = "90%";
$theme_width_l = "341";
$theme_width_r = "341";
Poszuakj tego, jest to prawie u samej góry.
|
|
|
|
teb |
Dodany dnia 22.09.2006 14:52:49
|
Przedszkolak
Postów: 4
Data rejestracji: 21.09.2006 16:40
|
;
$theme_width = "90%";
W tym stylu co powiedzialem nie ma tej linijki a reszta jest o to mi chodzilo. |
|
|
|
proton |
Dodany dnia 22.09.2006 14:56:30
|
Bywalec
Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
Daj mi całe theme.php z twojej skórki bo nic już nie rozumiem.
|
|
|
|
teb |
Dodany dnia 22.09.2006 15:21:21
|
Przedszkolak
Postów: 4
Data rejestracji: 21.09.2006 16:40
|
<?
// theme settings
$body_text = "#ffffff"; <---- Tu mi brakuje jednej linijki
$theme_width_l = "170";
$theme_width_r = "170";
$body_bg = "#000000";
function render_header($header_content)
{
$settings;
echo '<table width="100%" border="0" cellspacing="0" cellpadding="0" background="'.THEME.'images/cell.gif"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"> </td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>';
echo $header_content;
echo '</td></tr></table></td><td background="'.THEME.'images/frame_right.gif"> </td></tr><tr><td height="4"><img src="'.THEME.'images/frame_foot_left.gif" width="8" height="17" alt="isa, dnd.rpg.info.pl" title="isa, dnd.rpg.info.pl"></td><td height="4" background="'.THEME.'images/frame_foot_mid.gif"></td><td height="4"><img src="'.THEME.'images/frame_foot_right.gif" width="8" height="17" alt="wotc, ogl" title="wotc, ogl"></td></tr></table><BR>';
echo '<table width="100%" border="0" cellspacing="0" cellpadding="0" background="'.THEME.'images/cell.gif"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"> MENU </td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>';
echo "<td class='white-header'>\n";
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
$i = 0;
while($data = dbarray($result)) {
if (checkgroup($data['link_visibility'])) {
if ($data['link_url']!="---") {
if ($i != 0) { echo " ·\n"; } else { echo "\n"; }
$link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {
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 ? " " : "")."</td></tr></table></td>";
echo '<td background="'.THEME.'images/frame_right.gif"> </td></tr><tr><td height="4"><img src="'.THEME.'images/frame_foot_left.gif" width="8" height="17" alt="isa, dnd.rpg.info.pl" title="isa, dnd.rpg.info.pl"></td>
<td height="4" background="'.THEME.'images/frame_foot_mid.gif"></td><td height="4"><img src="'.THEME.'images/frame_foot_right.gif" width="8" height="17"></td></tr></table><BR>';
echo "<table width='100%' cellspacing='0' cellpadding='0'>\n<tr>\n";
}
function render_footer($license=false)
{
global $settings,$locale;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='white-header'>
".stripslashes($settings['footer'])."
</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='full-header'><br>
".$settings['counter']." ".($settings['counter'] == 1 ? $locale['140']."<br><br>\n" : $locale['141']."<br>\n");
if ($license == false) {
echo "Powered by <a href='http://www.php-fusion.co.uk' class='foot'>PHP-Fusion</a> v".$settings['version']." © 2003-2005<br><br>\n";
}
echo "</td>\n</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info)
{
global $locale;
echo '<center><table width="99%" border="0" cellspacing="0" cellpadding="0"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"><B><center>'.$subject.'</center></B> </td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>';
echo "<div style='width:100%;vertical-align:top;'>$news</div>
<div class='news-footer'><img src='".THEME."images/bullet.gif'>
".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."' class='infobar2'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['news_date'])."
".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."' class='infobar2'>".$locale['042']."</a> ·\n" : "")."
<a href='news.php?readmore=".$info['news_id']."' class='infobar2'>";
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']."
<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>
</div>";
echo '</td></tr></table></td><td background="'.THEME.'images/frame_right.gif"> </td></tr><tr><td height="4"><img src="'.THEME.'images/frame_foot_left.gif" width="8" height="17" alt="isa, dnd.rpg.info.pl" title="isa, dnd.rpg.info.pl"></td><td height="4" background="'.THEME.'images/frame_foot_mid.gif"></td><td height="4"><img src="'.THEME.'images/frame_foot_right.gif" width="8" height="17" alt="wotc, ogl" title="wotc, ogl"></td></tr></table></center><BR>';
}
function render_article($subject, $article, $info)
{
global $locale;
echo '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"><B><center>'.$subject.'</center></B></td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>';
echo "<div style='width:100%;vertical-align:top;'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</div>
<div class='news-footer'><img src='".THEME."images/bullet.gif'>
".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['article_date'])."";
if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." · ";
echo "".$info['article_reads'].$locale['044']."
<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>
</div>";
echo '</td></tr></table></td><td background="'.THEME.'images/frame_right.gif"> </td></tr><tr><td height="4"><img src="'.THEME.'images/frame_foot_left.gif" width="8" height="17" alt="isa, dnd.rpg.info.pl" title="isa, dnd.rpg.info.pl"></td><td height="4" background="'.THEME.'images/frame_foot_mid.gif"></td><td height="4"><img src="'.THEME.'images/frame_foot_right.gif" width="8" height="17" alt="wotc, ogl" title="wotc, ogl"></td></tr></table><BR>';
}
function opentable($title)
{
echo '<center><table width="99%" border="0" cellspacing="0" cellpadding="0"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"> <B><center>'.$title.'</center></B> </td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>';
}
function closetable()
{
echo '</td></tr></table></td><td background="'.THEME.'images/frame_right.gif"> </td></tr><tr><td height="4"><img src="'.THEME.'images/frame_foot_left.gif" width="8" height="17" alt="isa, dnd.rpg.info.pl" title="isa, dnd.rpg.info.pl"></td><td height="4" background="'.THEME.'images/frame_foot_mid.gif"></td><td height="4"><img src="'.THEME.'images/frame_foot_right.gif" width="8" height="17" alt="wotc, ogl" title="wotc, ogl"></td></tr></table></center><BR>';
}
function openside($title)
{
echo '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"><B><center>'.$title.'</center></B> </td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="sbody">';
}
function closeside()
{
echo '</td></tr></table></td><td background="'.THEME.'images/frame_right.gif"> </td></tr><tr><td height="4"><img src="'.THEME.'images/frame_foot_left.gif" width="8" height="17" alt="isa, dnd.rpg.info.pl" title="isa, dnd.rpg.info.pl"></td><td height="4" background="'.THEME.'images/frame_foot_mid.gif"></td><td height="4"><img src="'.THEME.'images/frame_foot_right.gif" width="8" height="17" alt="wotc, ogl" title="wotc, ogl"></td></tr></table><BR>';
}
function opensidex($title,$open="on")
{
if($open=="on"){$box_img="off";}else{$box_img="on";}
echo '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"><B><center>'.$title.'</center></B> </td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>';
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='scapmain' align='right'>
<img onclick=\"javascript:flipBox('$title')\" name='b_$title' border='0' src='".THEME."images/panel_$box_img.gif'>
</td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='sbody'>
<div id='box_$title'"; if($open=="off"){ echo "style='display:none'"; } echo ">\n";
}
function closesidex()
{
echo "</div>
</td>
</tr>
</table>\n";
echo '</td></tr></table></td><td background="'.THEME.'images/frame_right.gif"> </td></tr><tr><td height="4"><img src="'.THEME.'images/frame_foot_left.gif" width="8" height="17" alt="isa, dnd.rpg.info.pl" title="isa, dnd.rpg.info.pl"></td><td height="4" background="'.THEME.'images/frame_foot_mid.gif"></td><td height="4"><img src="'.THEME.'images/frame_foot_right.gif" width="8" height="17" alt="wotc, ogl" title="wotc, ogl"></td></tr></table><BR>';
}
function tablebreak() {
}
?>
|
|
|
|
proton |
Dodany dnia 22.09.2006 15:49:29
|
Bywalec
Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
Eh, kto robił theme bez tej linijki :|
<?
// theme settings
$body_text = "#ffffff";
$theme_width = "10%";
$theme_width_l = "170";
$theme_width_r = "170";
$body_bg = "#000000";
Tak powinien wyglądać top.
|
|
|
|
crasch |
Dodany dnia 22.09.2006 16:19:15
|
Zaawansowany
Postów: 1473
Data rejestracji: 02.01.2005 01:21
|
@Proton - ale w jego skinie jest nieco inaczej :D przyjżyj się :)
@Teb - Tak więc u Ciebie musisz zmienić to:
<?
// theme settings
$body_text = "#ffffff";
$theme_width_l = "170";
$theme_width_r = "170";
$body_bg = "#000000";
function render_header($header_content)
{
$settings;
echo '<table width="100%" border="0" cellspacing="0" cellpadding="0" background="'.THEME.'images/cell.gif"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"> </td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>';
echo $header_content;
echo '</td></tr></table></td><td background="'.THEME.'images/frame_right.gif"> </td></tr><tr><td height="4"><img src="'.THEME.'images/frame_foot_left.gif" width="8" height="17" alt="isa, dnd.rpg.info.pl" title="isa, dnd.rpg.info.pl"></td><td height="4" background="'.THEME.'images/frame_foot_mid.gif"></td><td height="4"><img src="'.THEME.'images/frame_foot_right.gif" width="8" height="17" alt="wotc, ogl" title="wotc, ogl"></td></tr></table><BR>';
echo '<table width="[b]100%[/b]" border="0" cellspacing="0" cellpadding="0" background="'.THEME.'images/cell.gif"><tr><td width="5"><img src="'.THEME.'images/frame_top_left.gif" alt="dnd, d&d" title="dnd, d&d"></td><td valign="top" background="'.THEME.'images/frame_top_mid.gif" class="maina"> MENU </td><td width="5"><img src="'.THEME.'images/frame_top_right.gif" alt="dungeons and dragons" title="dungeon and dragon"></td></tr><tr><td background="'.THEME.'images/frame_left.gif"> </td><td align="center" valign="middle" background="'.THEME.'images/cell.gif"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td>';
echo "<td class='white-header'>\n";
Te 100% pogrubione zmień na 10% i powinno być ok! :)
pozdro
Edytowane przez crasch dnia 22.09.2006 16:19:50
..i to by było na tyle.
28 listopada 2006
|
|
|
|
Rogalik88 |
Dodany dnia 25.10.2006 19:23:47
|
Przedszkolak
Postów: 7
Data rejestracji: 09.09.2006 16:42
|
Mam styl Battlefield z Fuzed Themes i on wcale nie chce się skrócić, majstruję ciągle w nim ale się nie da! Zmieniałem na 10%, zmieniałem to pogrubione styl się nie zmniejsza! Udało mi się raz zmniejszyć stronę ale za to ona nie była pośrodku tylko po lewej stronie! Da się to zmienić? To mój styl:
<?
//************************************************************************************************************************//
// Theme Name: Battelfield 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.phpfusion.org/forum/viewforum.php?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 = "#000000";
$body_bg = "#71786A";
$theme_width = "10%";
$theme_width_l = "160";
$theme_width_r = "160";
function render_header($header_content) {
global $theme_width,$settings;
echo "<table class='bodyline' width='100%' cellspacing='0' cellpadding='0' border='0'>";
echo "<tr><td align='center' valign='top'>";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
echo "<td width='40%' background='".THEME."images/cellpic_bkg.jpg' height='110'><a href='".BASE."index.php'><img src='".THEME."images/logo.jpg' border='0' alt='$sitename'></td>";
echo "<td width='40%' background='".THEME."images/cellpic_bkg.jpg' height='110'>";
echo "</td></tr></table>";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
echo "<td><table width='100%' height='26' border='0' cellpadding='4' cellspacing='0' background='".THEME."images/cellpic_nav.gif'>";
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
echo "<td>\n";
$i = 0;
while($data = dbarray($result)) {
if (checkgroup($data['link_visibility'])) {
if ($data['link_url']!="---") {
if ($i != 0) { echo " r6;\n"; } else { echo "\n"; }
$link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {
echo "<a href='".$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
} else {
echo "<a href='".BASEDIR.$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
}
}
$i++;
}
}
}
echo ($i == 0 ? " " : "")."</td>\n";
echo "<td width='250' nowrap><div align='right'><font class='date'><b>".ucwords(showdate($settings['subheaderdate'], time()))."";
echo "   </b></font></div>";
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='#8E9886' cellspacing='0' border='0'>";
}
function render_footer($license=false) {
global $theme_width,$locale,$settings;
echo "</tr>\n</table>\n";
echo "<div align='center'>";
echo "<table class='border1' cellpadding='3' cellspacing='0' width='98%'>";
echo "<tr><td align='center' >";
echo "This site has had: <b>".$settings['counter']." </b>".($settings['counter'] == 1 ? $locale['140']."<br><br>\n" : $locale['141']."<br><br>\n");
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 "| Battlefield by: <a target='_blank' href='http://phpfusion.org'><img title='PHP-Fusion Themes' src='".THEME."images/fthemes.gif' style='vertical-align:middle;'></a></td></tr><tr><td align='center'>";
echo "<table border='1' cellspacing='0' style='border-collapse: collapse' bordercolor='#203906' width='70%'>";
echo "</td></tr></table></td></tr></table></center></div><br> \n";
}
function render_news($subject, $news, $info) {
global $locale;
echo "<table border='0' style='border: 1px solid #63774F' cellspacing='1' width='100%' cellpadding='3'><tr>";
echo "<td background='".THEME."images/cellpic_nav.gif' height='22'><img border='0' src='".THEME."images/panel_img.gif'> <font class='block-news'>$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 #63774F' cellspacing='1' width='100%' cellpadding='3'><tr>";
echo "<td background='".THEME."images/cellpic_nav.gif' height='22'><img border='0' src='".THEME."images/panel_img.gif'> <font class='block-news'>$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='22' 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 #63774F'>";
echo "<tr><td background='".THEME."images/cellpic1.gif' bgcolor='#7E8E71' height='22'><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 #63774F' cellspacing='1' width='100%' cellpadding='3'><tr>";
echo "<td height='22' width='100%' background='".THEME."images/cellpic1.gif'>";
echo "<img border='0' src='".THEME."images/panel_img.gif'> <font class='block-title'>$title</font>";
echo "</td></tr>";
echo "<tr><td bgcolor='#ADB9A2' background='".THEME."images/back1.gif' class='side-body' width='100%'>";
}
function closeside() {
echo "</td></tr></table>";
tablebreak();
}
function opensidex($title,$open="on") {
$box_img = ($open=="on" ? "off" : "on");
echo "<table border='0' style='border: 1px solid #63774F' cellspacing='1' width='100%' cellpadding='3'><tr>";
echo "<td height='22' width='100%' background='".THEME."images/cellpic1.gif'>";
echo "<img align='left'onclick=\"javascript:flipBox('$title')\" name='b_$title' alt='$box_img' border='0' src='".THEME."images/panel_$box_img.gif'><font class='block-title'>$title</font>";
echo "</td></tr>";
echo "<tr><td bgcolor='#ADB9A2' class='side-body'width='100%' '".THEME."images/back1.gif'>";
echo "<div id='box_$title'".($open=="off" ? "style='display:none'" : "").">\n";
}
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";
}
?>
|
|
|
|
Pieka |
Dodany dnia 25.10.2006 21:44:41
|
Postów: 19885 Pomógł: 767
v7.02.03 Data rejestracji: 23.02.2005 18:12
|
Zmien tu:
echo "<table class='bodyline' width='100%'
I zobacz co bedzie.
Zmienilem na 80% i efekt jest tak:
Edytowane przez Pieka dnia 25.10.2006 21:51:14
Jestem jaki jestem
|
|
|
|
Rogalik88 |
Dodany dnia 26.10.2006 15:47:12
|
Przedszkolak
Postów: 7
Data rejestracji: 09.09.2006 16:42
|
A u mnie to nie jest na środku! Mógłbyś przesłać mi na e-mail'a bądź coś theme.php? Bardzo bym prosił! Z góry dzięki! Rogalik.
michal88[at]tkdami.net
[Edit]Mam problem... z tym już poradziłem sobie chociaż rady nadal potrzebne lecz teraz nie mogę zmienić loga w theme'ach zrobionych nie przez autorów. Wchodzę w panel administratora zmieniam logo i nie działa! Pomóżcie !
Edytowane przez Rogalik88 dnia 26.10.2006 16:16:56
|
|
|