Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
Va SCREEN: http://img530.imageshack.us/my.p...850nb8.gif
Man reikia ta centrine panele kur raudonai apvesta praplesti i sonus,kad neissitampytu saitas,kad sonines paneles but biski siauresnes,ka reikia keisti theme.php faile?
|
bad_user
Narys
Antras po Dievo
Pranešimai: 4956
Įstojęs: 2007 Spa. 26 20:10:01
|
theme.php sides puses mažink
Rules: 21 & 22 Read first! |
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
dekui
bet,
gal galima tiksliua kurioje vietoje?
Redagavo Karalius 2009 Vas. 7 15:02:38 |
Niger
Garbės narys
Antras po Dievo
Pranešimai: 3554
Įstojęs: 2005 Bir. 21 18:06:06
|
Karalius parašė:
dekui
gal galima tiksliua kurioje vietoje?
gal galima tiksliua kurioje vietoje?
Tau labai labai tiksliai pasake
s.k.y.p.e - pavojuz |
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
Na nemanau , kad labai tiksliai
|
Ginciuss
Narys
Ekspertas
Pranešimai: 2712
Įstojęs: 2008 Sau. 25 13:01:11
|
Nu taigi turi būt theme.php faile left side right side.
www.elmonas.lt |
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
Jau nebereikia dekui visiems
|
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
Na nejo niekaip susitvarkyti va idedu themes.php faila gal padesite :)
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#555555";
$body_bg = "#2c2c2c";
$theme_width = "931";
$theme_width_l = "254";
$theme_width_r = "254";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table width='932' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td rowspan='3'>
<img src='".THEME."images/header_01.png' width='411' height='122' alt='' /></td>
<td colspan='2'>
<img src='".THEME."images/header_02.png' width='521' height='33' alt='' /></td>
</tr>
<tr>
<td>
<a href='http://csource.xz.lt'><img src='".THEME."images/header_03.png' width='468' height='60' alt='' border='0' /></a></td>
<td>
<img src='".THEME."images/header_04.jpg' width='53' height='60' alt='' /></td>
</tr>
<tr>
<td colspan='2'>
<img src='".THEME."images/header_05.png' width='521' height='29' alt='' /></td>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header' height='31'>".showsublinks("·","white")."</td>
</tr>
</table>\n";
echo "<table 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 cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer' height='52'>".stripslashes($settings['footer'])."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='395' align='center'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body' height='25'>$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='395' cellpadding='0' cellspacing='0' align='center'>
<tr>
<td class='capmain' height='25'>$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='0' width='395' align='center'>
<tr>
<td class='capmain' height='25'>$title</td>
</tr>
<tr>
<td class='main-body' style=' border-bottom:4px solid #2c2c2c;'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='scapmain' height='25'>$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%'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".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='5'></td>\n</tr>\n</table>\n";
}
?>
|
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
Atsiprasau uz flood , bet ziauriai reikia pagalbos
|
Spyware
Narys
Kapitonas
Pranešimai: 727
Įstojęs: 2008 Lap. 28 09:11:38
|
// theme settings
$body_text = "#555555";
$body_bg = "#2c2c2c";
$theme_width = "931";
$theme_width_l = "254";
$theme_width_r = "254"
Čia keisk kažką.
Visada yra išeitis..
www.Bendraukim.Net |
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
Tame ir esme ka?
Dar prigrybuosiu
Redagavo Karalius 2009 Vas. 7 21:02:18 |
Meskis
Narys
Generolas
Pranešimai: 939
Įstojęs: 2008 Spa. 10 17:10:52
|
$theme_width_l = "254";
$theme_width_r = "254"
|
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
Na bandysiu
Na va pasidariau,bet susimazinau.tik sonines paneles,ka reikia keisti kad padidinti centrine panele?
Redagavo Karalius 2009 Vas. 7 21:02:11 |
Meskis
Narys
Generolas
Pranešimai: 939
Įstojęs: 2008 Spa. 10 17:10:52
|
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#555555";
$body_bg = "#2c2c2c";
$theme_width = "931";
$theme_width_l = "200";
$theme_width_r = "200";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table width='932' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td rowspan='3'>
<img src='".THEME."images/header_01.png' width='411' height='122' alt='' /></td>
<td colspan='2'>
<img src='".THEME."images/header_02.png' width='521' height='33' alt='' /></td>
</tr>
<tr>
<td>
<a href='http://csource.xz.lt'><img src='".THEME."images/header_03.png' width='468' height='60' alt='' border='0' /></a></td>
<td>
<img src='".THEME."images/header_04.jpg' width='53' height='60' alt='' /></td>
</tr>
<tr>
<td colspan='2'>
<img src='".THEME."images/header_05.png' width='521' height='29' alt='' /></td>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header' height='31'>".showsublinks("·","white")."</td>
</tr>
</table>\n";
echo "<table 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 cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer' height='52'>".stripslashes($settings['footer'])."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='500' align='center'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body' height='25'>$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='500' cellpadding='0' cellspacing='0' align='center'>
<tr>
<td class='capmain' height='25'>$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='0' width='500' align='center'>
<tr>
<td class='capmain' height='25'>$title</td>
</tr>
<tr>
<td class='main-body' style=' border-bottom:4px solid #2c2c2c;'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='scapmain' height='25'>$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%'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".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='5'></td>\n</tr>\n</table>\n";
}
?>
|
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
viskas pasidare taip pat kaip ir buvo
|
Meskis
Narys
Generolas
Pranešimai: 939
Įstojęs: 2008 Spa. 10 17:10:52
|
pamiršau pakeist panelų plotį. bandyk vėl.
EDIT
vėl bandyk
|
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
EDIT Viskas butu labai saunu bet sentrine panele per daug i sonus jau
Redagavo Karalius 2009 Vas. 7 21:02:10 |
Meskis
Narys
Generolas
Pranešimai: 939
Įstojęs: 2008 Spa. 10 17:10:52
|
per plati?
|
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
na taip , ir skaitliukas dar dingo nuo footerio
|
Meskis
Narys
Generolas
Pranešimai: 939
Įstojęs: 2008 Spa. 10 17:10:52
|
aš tik dviejose vietose keičiau, šoninų panelų plotį ir news plotį. nieko daugiau nedariau. tuoj redaguosiu tą viršuj...
EDIT
jau..
jei ką, čia keiti viską pagal save ;)
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='500' align='center'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body' height='25'>$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";
EDIT
Vėl paredagavau, tikiuosi dabar bus gerai :D
|
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
ok
Na viskas dabar gerai bet kai ieini pvz: i foruma buna mazos tos paneles centrine ;/
smailus isjunk
Redagavo Karalius 2009 Vas. 7 21:02:08 |
Karalius
Narys
Buldozeris
Pranešimai: 307
Įstojęs: 2009 Sau. 17 22:01:31
|
labai aciu tau +10
|
Meskis
Narys
Generolas
Pranešimai: 939
Įstojęs: 2008 Spa. 10 17:10:52
|
nėra už ką, jei sugebu, padedu.
|