Navigacija

Vartotojų tinkle

Prisijungusių svečių: 72
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,956
Naujausias narys: saulyzas

Naujausi straipsniai

Paskutiniai nariai

Rytis 5 dienos
Reikalas 2 savaitės
MaFetas 4 savaitės
ozzWANTED 6 savaitės
saulyzas 8 savaitės
TOMIJUS 9 savaitės
Jaunelis24 savaitės
lanis24 savaitės
And2s25 savaitės
Memento Mori30 savaitės
Quwqkibor33 savaitės
asirija36 savaitės
tomeem38 savaitės
weberiz42 savaitės
mRokass44 savaitės
kartoonas45 savaitės
grunskiz48 savaitės
Bruksnys49 savaitės
illusion49 savaitės
ordo50 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 18.117.170.80
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,538
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

ozzWANTED
2024 Lap. 30 15:11:14
Taip, vis dar up šypsosi

MaFetas
2024 Lap. 13 22:11:57
hey how, geras dar veikiantis saitas?

Jaunelis
2024 Lie. 25 11:07:43
Oho vis dar veikia svetainė akinanti šypsen Šimtas metų, matau Šaukykloje nuostalgija. Smagu panaršyt po forumą ir pažiūrėt senas temas šypsosi

And2s
2024 Lie. 17 19:07:04
2008 pirmą kart čia patekau, man buvo 10m ir čia pramokau programavimo.. smagu skaityti senas žinutes, tokia nostalgija akinanti šypsen ačiū Ozz kad saugoji šitą kultūrinį reliktą šypsosi

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
Dėl headerio
Forumas | Modai, įskiepiai, panelės (PHP-FUSION) | Themes

Autorius: Jaunelis Peržiūrų: 1068      Spausdinti temą
2008 Lie. 26 00:07:05          1 žinutė iš 4
Spausdinti pranešimą
Sveiki,taigi darau theme ir man reikia Jūsų pagalbos... Ką aš blogai darau taip ir nesuprantu man reikia kad atrodytu taip:




Bet atrodo viską padarius taip:




O štai theme.php
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
/*--------------------------------------------+
| PHP-Fusion v6 - Content Management System   |
|---------------------------------------------|
| author: Qrmiz © 2007-2008                   |
| web: http://www.php-fusion.co.uk            |
| email: Qrmiz@mail.lt                        |
+--------------------------------------------*/
define('IN_LED', true);
require_once(INCLUDES.'theme_functions_include.php');
require_once(THEME.'theme_config.php');

function render_header() {
   global $theme_width, $rtNavbar, $rtHeader, $settings;
   if ((isset($rtHeader['logo_url'])) && (!empty($rtHeader['logo_url'])))
      $url = $rtHeader['logo_url'];
   else
      $url = false;

   if ((isset($rtHeader['logo_url_title'])) && (!empty($rtHeader['logo_url_title'])))
      $title = $rtHeader['logo_url_title'];
   else
      $title = false;
      
   echo "\n"
   ."<table align='center' border='0' cellpadding='0' cellspacing='0' width='900'>\n"
   ."<tr><td class='pageRight'></td><td width='100%' class='pageRight' valign='top'>\n"
                ."<tr><td class='pageLeft'></td><td width='100%' class='pageLeft' valign='news'>\n"
   ."<table border='0' cellpadding='0' cellspacing='0' id='header' width='900'><tr>\n"
   ."<td class='logo' height='100' valign='top' width='900'>"
   .($url ? "<a href='$url' onmousedown='return false;'".($title ? " title='".$title."'" : "").">" : "")
   ."<img".($title ? " alt='".$title."'" : " alt=''")." border='0' src='".THEME."images/top_01.jpg'".($title ? " title='".$title."'" : "").">"
   .($url ? "</a>" : "")
   .((isset($rtHeader['slogan']) && !empty($rtHeader['slogan'])) ? "<br><span class='slogan'>".$rtHeader['slogan']."</span>" : "")."</td>\n";
   
   echo "<td><a href='".BASEDIR."http://l2tops.xz.lt'><img src='".THEME."images/top_02.gif'></a><br><a href='forum/index.php'><img src='".THEME."images/top_03.gif'></a><br><a href='".BASEDIR."viewpage.php?page_id=1'><img src='".THEME."images/top_04.gif'></a></td>\n";
   echo "<td><a href='".BASEDIR."news.php<img src='".THEME."images/news_02.gif'></a><br><a href='viewpage.php?page_id=17><img src='".THEME."images/news_03.gif'></a><br><a href='".BASEDIR."viewpage.php?page_id=20<img src='".THEME."images/news_04.gif'></a></td>\n";   
                echo "</tr></table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>\n";
}

function render_footer($license=false) {
global $theme_width,$locale,$settings;

   echo "</tr>\n</table>\n";
   echo "<table cellSpacing='0' cellPadding='2' width='100%' border='0' bgcolor='#144778'' style='padding-left: 50px;'><tr><td height='20' class='white' align='center'><b>Dizainas pagal: <a href='http://'>Qrmi</a></b></td></tr></table>";
}


function render_news($subject, $news, $info) {
   global $locale;
   opentable($subject);
   echo $locale['040'].newsposter($info)."\n"
   ."<br>\n<hr>\n<br>\n".$news."<br><br>\n<hr>\n"
   .openform("N",$info['news_id']).newsopts($info," &middot;").closeform("N",$info['news_id'])."\n";
   closetable();
}

function render_article($subject, $article, $info) {
   global $locale;
   opentable($subject);
   echo $locale['040'].articleposter($info)."\n"
   ."<br>\n<hr>\n<br>\n".$article."<br><br>\n<hr>\n"
   .openform("A",$info['article_id']).articleopts($info," &middot;").closeform("A",$info['article_id'])."\n";
   closetable();
}


function opentable($title) {
   echo "<table border='0' cellpadding='0' cellspacing='0' class='centerTitle' width='100%'><tr><td class='centerTitleOverlay' height='20' width='100%' valign='top'>".$title."</td></tr></table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td class='centerContent' width='100%'>\n";
}
function closetable() {
   echo "</td></tr></table>\n";
   tablebreak();
}

function openside($title) {
   echo "<table border='0' cellpadding='0' cellspacing='0' class='sideTitle' width='100%'><tr><td class='sideTitleOverlay' height='30' width='100%' valign='top'>".$title."</td></tr></table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td class='sideContent' width='100%'>\n";
}

function closeside() {
   echo "</td></tr></table>\n";
   sidebreak();
}

$boxcounter = 1;
function opensidex($title,$open="on") {
   global $boxcounter;
   $boxname = "expbox".$boxcounter;
   $boxcounter++;
   $box_img = ($open=="on" ? "off" : "on");
   echo "<table border='0' cellpadding='0' cellspacing='0' class='sideTitle' width='100%'><tr>"
   ."<td class='sideTitleOverlay' height='30' width='100%' valign='top'>".$title."</td>"
   ."<td nowrap='nowrap'><img onclick=\"javascript:flipBox('$boxname')\" name='b_$boxname' alt='$box_img' src='".THEME."images/panel_$box_img.gif'></td>"
   ."</tr></table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td class='sideContent' width='100%'><div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}

function closesidex() {
   echo "</div></td></tr></table>\n";
   sidebreak();
}

function tablebreak() {
   echo "<table cellpadding='0' cellspacing='0'><tr><td height='10'></td></tr></table>\n";
}

function sidebreak() {
   global $theme_panels_width;
   echo "<img alt='spacer' height='10' src='".THEME."images/spacer.gif' width='".$theme_panels_width."'>\n";
}
?>



P.S.Nežiūrėkit į tu buttonu dydi viską sumažinsiu kai bus ši problema sutvarkyta.Laukiu pagalbos iš anksto dėkui...

code and design solutions tinklalapių kūrimas
2008 Lie. 26 11:07:47          2 žinutė iš 4
Spausdinti pranešimą
Niekas nepades žliumbia

code and design solutions tinklalapių kūrimas
2008 Lie. 26 11:07:05          3 žinutė iš 4
Spausdinti pranešimą
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
/*--------------------------------------------+
| PHP-Fusion v6 - Content Management System   |
|---------------------------------------------|
| author: Qrmiz © 2007-2008                   |
| web: http://www.php-fusion.co.uk            |
| email: Qrmiz@mail.lt                        |
+--------------------------------------------*/
define('IN_LED', true);
require_once(INCLUDES.'theme_functions_include.php');
require_once(THEME.'theme_config.php');

function render_header() {
   global $theme_width, $rtNavbar, $rtHeader, $settings;
   if ((isset($rtHeader['logo_url'])) && (!empty($rtHeader['logo_url'])))
      $url = $rtHeader['logo_url'];
   else
      $url = false;

   if ((isset($rtHeader['logo_url_title'])) && (!empty($rtHeader['logo_url_title'])))
      $title = $rtHeader['logo_url_title'];
   else
      $title = false;
     
   echo "\n"
   ."<table align='center' border='0' cellpadding='0' cellspacing='0' width='900'>\n"
   ."<tr><td class='pageRight'></td><td width='100%' class='pageRight' valign='top'>\n"
                ."<tr><td class='pageLeft'></td><td width='100%' class='pageLeft' valign='news'>\n"
   ."<table border='0' cellpadding='0' cellspacing='0' id='header' width='900'><tr>\n"
   ."<td class='logo' height='100' valign='top' width='900'>"
   .($url ? "<a href='$url' onmousedown='return false;'".($title ? " title='".$title."'" : "").">" : "")
   ."<img".($title ? " alt='".$title."'" : " alt=''")." border='0' src='".THEME."images/top_01.jpg'".($title ? " title='".$title."'" : "").">"
   .($url ? "</a>" : "")
   .((isset($rtHeader['slogan']) && !empty($rtHeader['slogan'])) ? "<br><span class='slogan'>".$rtHeader['slogan']."</span>" : "")."</td>\n";
   
   echo "<td><a href='".BASEDIR."http://l2tops.xz.lt'><img src='".THEME."images/top_02.gif'></a><br><a href='forum/index.php'><img src='".THEME."images/top_03.gif'></a><br><a href='".BASEDIR."viewpage.php?page_id=1'><img src='".THEME."images/top_04.gif'></a></td>\n";
   echo "<td align='left'><a href='".BASEDIR."news.php<img src='".THEME."images/news_02.gif'></a><br><a href='viewpage.php?page_id=17><img src='".THEME."images/news_03.gif'></a><br><a href='".BASEDIR."viewpage.php?page_id=20<img src='".THEME."images/news_04.gif'></a></td>\n";   
                echo "</tr></table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>\n";
}

function render_footer($license=false) {
global $theme_width,$locale,$settings;

   echo "</tr>\n</table>\n";
   echo "<table cellSpacing='0' cellPadding='2' width='100%' border='0' bgcolor='#144778'' style='padding-left: 50px;'><tr><td height='20' class='white' align='center'><b>Dizainas pagal: <a href='http://'>Qrmi</a></b></td></tr></table>";
}


function render_news($subject, $news, $info) {
   global $locale;
   opentable($subject);
   echo $locale['040'].newsposter($info)."\n"
   ."<br>\n<hr>\n<br>\n".$news."<br><br>\n<hr>\n"
   .openform("N",$info['news_id']).newsopts($info," &middot;").closeform("N",$info['news_id'])."\n";
   closetable();
}

function render_article($subject, $article, $info) {
   global $locale;
   opentable($subject);
   echo $locale['040'].articleposter($info)."\n"
   ."<br>\n<hr>\n<br>\n".$article."<br><br>\n<hr>\n"
   .openform("A",$info['article_id']).articleopts($info," &middot;").closeform("A",$info['article_id'])."\n";
   closetable();
}


function opentable($title) {
   echo "<table border='0' cellpadding='0' cellspacing='0' class='centerTitle' width='100%'><tr><td class='centerTitleOverlay' height='20' width='100%' valign='top'>".$title."</td></tr></table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td class='centerContent' width='100%'>\n";
}
function closetable() {
   echo "</td></tr></table>\n";
   tablebreak();
}

function openside($title) {
   echo "<table border='0' cellpadding='0' cellspacing='0' class='sideTitle' width='100%'><tr><td class='sideTitleOverlay' height='30' width='100%' valign='top'>".$title."</td></tr></table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td class='sideContent' width='100%'>\n";
}

function closeside() {
   echo "</td></tr></table>\n";
   sidebreak();
}

$boxcounter = 1;
function opensidex($title,$open="on") {
   global $boxcounter;
   $boxname = "expbox".$boxcounter;
   $boxcounter++;
   $box_img = ($open=="on" ? "off" : "on");
   echo "<table border='0' cellpadding='0' cellspacing='0' class='sideTitle' width='100%'><tr>"
   ."<td class='sideTitleOverlay' height='30' width='100%' valign='top'>".$title."</td>"
   ."<td nowrap='nowrap'><img onclick=\"javascript:flipBox('$boxname')\" name='b_$boxname' alt='$box_img' src='".THEME."images/panel_$box_img.gif'></td>"
   ."</tr></table>\n";
   echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td class='sideContent' width='100%'><div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}

function closesidex() {
   echo "</div></td></tr></table>\n";
   sidebreak();
}

function tablebreak() {
   echo "<table cellpadding='0' cellspacing='0'><tr><td height='10'></td></tr></table>\n";
}

function sidebreak() {
   global $theme_panels_width;
   echo "<img alt='spacer' height='10' src='".THEME."images/spacer.gif' width='".$theme_panels_width."'>\n";
}
?>



Netikiu, kad veiks. Galva negalvoja.

[galingų saliutų foto]
2008 Lie. 26 11:07:49          4 žinutė iš 4
Spausdinti pranešimą
nea vis viena tas pats....

code and design solutions tinklalapių kūrimas
Peršokti į forumą: