|
zmiana szerkosci nawigacji poziomej
|
| c-milionaire |
Dodany dnia 22.09.2006 14:17:47
|

Pocz?tkuj?cy

Postów: 185
Data rejestracji: 23.06.2006 11:36
|
tak jak w temavie jak to zrobic  |
| |
|
|
| W?cibski Go?? |
Dodany dnia 29.10.2025 00:13:23
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
| IP: localhost |
|
|
| proton |
Dodany dnia 22.09.2006 14:25:24
|

Bywalec

Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
Pisanie takich tematów oznacza ?e nie znasz podstawowych zasad pisania postów na forach, wyt?umacz to dok?adniej, napisz jaki theme i pytania ca?ego nie dawaj w temacie a potem tylko "tak jak w temacie", ja ju? jestem tutaj d?u?ej na tym forum i dosz?em do czego chodzi (szeroko?? strony) a wi?c szukaj!
To ju? twój 62 post jak ci nie wstyd pisa? takie rzeczy!
|
| |
|
|
| c-milionaire |
Dodany dnia 22.09.2006 14:29:24
|

Pocz?tkuj?cy

Postów: 185
Data rejestracji: 23.06.2006 11:36
|
chce zmienic szerokosc nawigacji poziomej (górnej) w theme Fallout i nie szerkosc strony tylko szerokosc nawigacji poziomej bo szerkosc strony by?o juz tysiac razy |
| |
|
|
| proton |
Dodany dnia 22.09.2006 15:02:24
|

Bywalec

Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
Podaj mi adres twojej strony i plik theme.php
Sprawdze sobie co i jak.
|
| |
|
|
| c-milionaire |
Dodany dnia 22.09.2006 17:41:48
|

Pocz?tkuj?cy

Postów: 185
Data rejestracji: 23.06.2006 11:36
|
wiesz chcia?bym zeby to by?o jak w theme chalet (czy jakos tak )
adres
www.bws.rap-style.pl
<?
/*--------------------------------------------+
| PHP-Fusion v6 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fusion.co.uk |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
/*--------------------------------------------+
| Fallout Theme Theme for PHP-Fusion v6.x |
| BASED ON "X3" THEME |
|---------------------------------------------|
| author: Therror |
| web: http://www.therror.ovh.org |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
// theme settings
$body_text = "#ffffff";
$body_bg = "#000000";
$theme_width = "850";
$theme_width_l = "187";
$theme_width_r = "187";
function render_header($header_content) {
global $theme_width,$settings,$locale;
echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0' style='border:1px #aaa solid;'>
<tr>
<td>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td class='full-header' style='padding:5px;'>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td>$header_content</td>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table width='100%' cellspacing='0' cellpadding='0'>\n<tr>
<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." 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><td align='right' class='white-header'>".ucwords(showdate("%A, %B %d, %Y", time()))."</td>
</tr>
</table>\n";
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><br>\n");
if ($license == false) {
echo "<center><b>Powered by PHP-Fusion</b><a href='' target='_blank'><b></b></a> v".$settings['version']."©<b>2006</b></center><br>
<center> <b>Black Wall Street Site by</b> <a href='mailto:'><b>C-Milionaire</b></a></center><br>\n";
}
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
global $locale;
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capleftbig'><img src='".THEME."images/blank.gif' width='20' height='37' alt='' style='display:block'></td>
<td class='capmainbig'>$subject<br>
<span class='small'>".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."' class='white'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['news_date'])."</span></td>
<td class='caprightbig'><img src='".THEME."images/blank.gif' width='20' height='37' alt='' style='display:block'></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='main-body'>
$news
</td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td align='right' class='news-footer'>\n";
if ($info['news_ext'] == "y") echo "<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> |\n";
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>
</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
global $locale;
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capleftbig'><img src='".THEME."images/blank.gif' width='20' height='37' alt='' style='display:block'></td>
<td class='capmainbig'>$subject<br>
<span class='small'>".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."' class='white'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['article_date'])."</span></td>
<td class='caprightbig'><img src='".THEME."images/blank.gif' width='20' height='37' alt='' style='display:block'></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td align='right' class='news-footer'>\n";
if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." ·\n";
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>
</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capleft'><img src='".THEME."images/blank.gif' width='17' height='25' alt='' style='display:block'></td>
<td class='capmain'>$title</td>
<td class='capright'><img src='".THEME."images/blank.gif' width='17' height='25' alt='' style='display:block'></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='scapleft'><img src='".THEME."images/blank.gif' width='35' height='27' alt='' style='display:block'></td>
<td class='scapmain'>$title</td>
<td class='scapright'><img src='".THEME."images/blank.gif' width='17' height='27' alt='' style='display:block'></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
}
function opensidex($title,$open="on") {
if($open=="on"){$box_img="off";}else{$box_img="on";}
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='scapleft'><img src='".THEME."images/blank.gif' width='35' height='27' alt='' style='display:block'></td>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>
<img onclick=\"javascript:flipBox('$title')\" name='b_$title' border='0' src='".THEME."images/panel_$box_img.gif'>
</td>
<td class='scapright'><img src='".THEME."images/blank.gif' width='17' height='27' alt='' style='display:block'></td>
</tr>
</table>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='side-body'>
<div id='box_$title'"; if($open=="off"){ echo "style='display:none'"; } echo ">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
}
function tablebreak() {
echo "<table width='100%' cellspacing='0' cellpadding='0'>
<tr><td height='8'></td></tr>
</table>\n";
}
?>
|
| |
|
|
| proton |
Dodany dnia 22.09.2006 17:58:40
|

Bywalec

Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
/*--------------------------------------------+
| Fallout Theme Theme for PHP-Fusion v6.x |
| BASED ON "X3" THEME |
|---------------------------------------------|
| author: Therror |
| web: http://www.therror.ovh.org |
| email: |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
Skoro kod thema jest z theme fallout to czemu nie ma na dole informacji o tym?
Wyt?umacz mi co chcesz od belki górnej?
|
| |
|
|
| c-milionaire |
Dodany dnia 22.09.2006 18:12:33
|

Pocz?tkuj?cy

Postów: 185
Data rejestracji: 23.06.2006 11:36
|
?eby by?a taka jak w themie chalet szersza |
| |
|
|
| proton |
Dodany dnia 22.09.2006 18:48:03
|

Bywalec

Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
Teraz to ju? nic nie wiem w chalet belka jest na 100% szeroko?ci i ty te? tak chcesz mie??
Jak tak to czemu mówisz ?e nie chcesz poszerzy? thema? Jedyne rozwi?zanie to w?a?nie go powi?kszy?.
|
| |
|
|
| c-milionaire |
Dodany dnia 22.09.2006 19:00:39
|

Pocz?tkuj?cy

Postów: 185
Data rejestracji: 23.06.2006 11:36
|
chce zeby belka wygl?da?a jak tam identycznie |
| |
|
|
| proton |
Dodany dnia 22.09.2006 19:07:20
|

Bywalec

Postów: 945 Pomógł: 22
Data rejestracji: 10.11.2005 18:29
|
No to zmie? szeroko?? thema - jak? Odpowied? zanjdziesz nawet jescze chyba w ostatnich tematach.
Ale skoro nie ma nigdzie na dole informacji ?e theme bazowany na podstawie Fallout to musisz wiedziec jak takie co? zrobi?, bo brak stopki przyjmuje na to ?e sam opracowa?e? kod thema w takim razie.
|
| |
|