Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,955
Naujausias narys: Johny

Naujausi straipsniai

Paskutiniai nariai

Johny 2 savaitės
Reikalas 3 savaitės
Jaunelis 9 savaitės
lanis 9 savaitės
And2s10 savaitės
Memento Mori15 savaitės
ozzWANTED16 savaitės
Quwqkibor17 savaitės
asirija21 savaitės
tomeem23 savaitės
weberiz27 savaitės
mRokass29 savaitės
kartoonas30 savaitės
iaescortsmap30 savaitės
grunskiz33 savaitės
Bruksnys33 savaitės
illusion33 savaitės
ordo34 savaitės
Jurgaila35 savaitės
originalcs1635 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 13.58.121.8
Naujienų: 529
Straipsnių: 235
Temų: 52,588
Postų: 522,528
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.

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

Majakas
2023 Gru. 10 19:12:39
Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m akinanti šypsen

Žmogus
2023 Rugs. 7 21:09:14
O gal BloodKiller pasijungs?

Š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
kaip temoje nuimti prisijungima headeryje?
Forumas | Modai, įskiepiai, panelės (PHP-FUSION) | Themes

Autorius: Mantas_ Peržiūrų: 5513      Spausdinti temą
2008 Lie. 23 23:07:17          1 žinutė iš 25
Spausdinti pranešimą
kaip temoje nuimti prisijungima headeryje?

Redagavo MaFetas 2012-03-29 14:14
Redagavo Mantas_ 2008 Lie. 23 23:07:39
2008 Lie. 23 23:07:51          2 žinutė iš 25
Spausdinti pranešimą
tai kaip nuimti?

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 23 23:07:26          3 žinutė iš 25
Spausdinti pranešimą
Duok savo theme.php...
2008 Lie. 23 23:07:24          4 žinutė iš 25
Spausdinti pranešimą
wa
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#555555";
$body_bg = "#F8F8F8";
$theme_width = "940";
$theme_width_l = "175";
$theme_width_r = "175";

function render_header($header_content) {

global $theme_width,$settings,$locale,$userdata,$aidlink;

echo "<table align=center class='mainsite-border' align='left' width='910' cellspacing='0' cellpadding='0'>
<tr><td class='outer-border'>
<table align='center' width='100%' cellspacing='0' cellpadding='0'>
<tr><td class='inner-border'>
<table align='center' width='100%' cellspacing='0' cellpadding='0'>
<tr align=left><td>";
include_once "header.php";
echo "</td></tr>
</table>\n";
echo "<table width='100%' cellspacing='0' cellpadding='0'>\n<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' background='".THEME."images/footer.gif' style='padding-left: 50px;'><tr><td height='20' class='white' align='center'><b>Dizainas pagal <a href='http://www.dgl.xz.lt'>Deagle</a></b></td></tr></table>";
}

function render_news($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='capmain'>$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,"<br>").newsopts($info,"&middot;").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";

}

function render_article($subject, $article, $info) {
   
echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
<tr>
<td class='capmain'>$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,"<br>").articleopts($info,"&middot;").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";

}

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable() {

echo "</td>
</tr>
</table>\n";

}

function openside($title) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$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 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";

}
?>




Redagavo MaFetas 2012-03-29 14:14
Redagavo Mantas_ 2008 Lie. 23 23:07:34
2008 Lie. 23 23:07:44          5 žinutė iš 25
Spausdinti pranešimą
Pakeisk šitą į header.php...
2008 Lie. 23 23:07:14          6 žinutė iš 25
Spausdinti pranešimą
neina eror meta

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 23 23:07:21          7 žinutė iš 25
Spausdinti pranešimą
B.l ne taip supratai
duok header.php
2008 Lie. 23 23:07:03          8 žinutė iš 25
Spausdinti pranešimą
aaa
<?php
global $theme_width,$settings,$aidlink,$locale,$userdata;
echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/header.png' height='200' style='background-repeat: no-repeat;'>
<tr>

<td width='235' style='padding-right: 0px; padding-left: 700px; padding-bottom: 50px; padding-top:10px;' valign='middle'>";
if (iMEMBER) {
$msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");
echo "<table width='235' border='0' cellspacing='2' cellpadding='2'>
<tr>
<td>\n";
if ($userdata['user_avatar'] != "") {
echo "<center><img src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' width='100' height='100' style='border:1px solid #999999'></center>\n";
} else {
echo "<center><img src='".THEME."images/noavatar.PNG' width='100' height='100' border='0'></center>\n";
}
echo "</td>
<td valign='top'><img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='side'>Profilis</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='side'>zinutes [nauju: <b><span style='color:#990000'>".sprintf($msg_count)."</span></b>]</a><br>
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='side'>Nariai</a><br>\n";
if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) {
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."' class='side'>Administracija</a><br>\n";
}
echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='side'>".$locale['084']."</a><br><br>
<b><span class='ip'>IP: </span></b>";
$userip = $_SERVER['REMOTE_ADDR'];
$host = gethostbyaddr($userip);
echo "<span class='ip'>".$userip."</span><br /></td></tr></table>\n";
} else {
echo "<table width='170' border='0' cellspacing='0' cellpadding='0' align='center'><form name='loginform' method='post' action='".FUSION_SELF."'>
<tr>
<td align='right' class='ip'>Vardas: </td>
<td> <input type='text' name='user_name' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
</tr>
<tr>
<td align='right' class='ip'>".$locale['062'].": </td>
<td> <input type='password' name='user_pass' class='textbox' style='width:100px;filter:alpha(opacity=70)'></td>
</tr>
<tr>
<td align='right'><input type='checkbox' name='remember_me' value='y'></td>
<td> <input type='submit' name='login' value='Prisijungti' class='button'></td>
</tr>
</form>\n";
if ($settings['enable_registration']) {
echo "<a href= register.php>Registracija</a> / <a href= lostpassword.php>Slaptazodis</a>\n";
}
echo"</table>\n";
}
echo "</td>
</tr>
</table>\n";

echo "<table width='100%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #b5b5b5 1px; border-left: solid #b5b5b5 1px;'>\n<tr>";
echo "<td>\n";
echo ($i == 0 ? " " : "")."</td>";
echo "</td></tr></table>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>
</table>\n";
echo "<table width='100%' cellpadding='4' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";
?>




Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 23 23:07:15          9 žinutė iš 25
Spausdinti pranešimą
header.php pakeisk šituo
<?php
global $theme_width,$settings,$aidlink,$locale,$userdata;
echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/header.png' height='200' style='background-repeat: no-repeat;'>



</table>\n";

echo "<table width='100%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #b5b5b5 1px; border-left: solid #b5b5b5 1px;'>\n<tr>";
echo "<td>\n";
echo ($i == 0 ? " " : "")."</td>";
echo "</td></tr></table>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>
</table>\n";
echo "<table width='100%' cellpadding='4' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";
?>




2008 Lie. 23 23:07:07          10 žinutė iš 25
Spausdinti pranešimą
dabar banerio nerododrovus

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 24 00:07:12          11 žinutė iš 25
Spausdinti pranešimą
pamegink pavadinimus pasikeist theme.php arba header.php(as kalbu apie headerio pavadinimas ,pakeisk ji i toki kokiu esi uzsivardines)
2008 Lie. 24 00:07:45          12 žinutė iš 25
Spausdinti pranešimą
vistiek

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 24 00:07:25          13 žinutė iš 25
Spausdinti pranešimą
seip zinau kad sitame saite tikrai rasi toki straipsni kai uzsideti logina ant headerio ,tai patarciau paskaityti ir pameginti viska daryti priesingai t.y. nuimti logina;)

www.stylingparts.eu-viskas jūsų automobiliams už geriausią kainą.
2008 Lie. 24 00:07:36          14 žinutė iš 25
Spausdinti pranešimą
ieskau ir nieko nerandužliumbia

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 24 10:07:44          15 žinutė iš 25
Spausdinti pranešimą
tai kaip nuimti?drovus

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 24 10:07:24          16 žinutė iš 25
Spausdinti pranešimą
dgl nefloodink eilini karta blogai
2008 Lie. 24 10:07:17          17 žinutė iš 25
Spausdinti pranešimą
tai man lb reikia

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 24 10:07:56          18 žinutė iš 25
Spausdinti pranešimą
<?php
global $theme_width,$settings,$aidlink,$locale,$userdata;
echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/header.png' height='200' style='background-repeat: no-repeat;'>
<tr>

<td width='235'  valign='middle'>
</td>
</tr>
</table>\n";

echo "<table width='100%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #b5b5b5 1px; border-left: solid #b5b5b5 1px;'>\n<tr>";
echo "<td>\n";
echo ($i == 0 ? " " : "")."</td>";
echo "</td></tr></table>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>
</table>\n";
echo "<table width='100%' cellpadding='4' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";
?>




Bandyk...

2008 Lie. 24 10:07:04          19 žinutė iš 25
Spausdinti pranešimą
meta eror
Parse error: syntax error, unexpected '<' in /home/majaika/dgl.xz.lt/themes/orange cs theme/header.php on line 7




Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 24 10:07:19          20 žinutė iš 25
Spausdinti pranešimą
Paredagavau be žado
2008 Lie. 24 10:07:42          21 žinutė iš 25
Spausdinti pranešimą
tai ka dartyti?

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 24 10:07:40          22 žinutė iš 25
Spausdinti pranešimą
O boža...
Perdiek šituo kodu:
<?php
global $theme_width,$settings,$aidlink,$locale,$userdata;
echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/header.png' height='200' style='background-repeat: no-repeat;'>
<tr>

<td width='235'  valign='middle'>
</td>
</tr>
</table>\n";

echo "<table width='100%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #b5b5b5 1px; border-left: solid #b5b5b5 1px;'>\n<tr>";
echo "<td>\n";
echo ($i == 0 ? " " : "")."</td>";
echo "</td></tr></table>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>
</table>\n";
echo "<table width='100%' cellpadding='4' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";
?>



2008 Lie. 24 10:07:30          23 žinutė iš 25
Spausdinti pranešimą
o kur cia pakeisti banerio matmenys?

Redagavo MaFetas 2012-03-29 14:14
2008 Lie. 24 10:07:41          24 žinutė iš 25
Spausdinti pranešimą
Kiekvienoje temoje vis kitaip.

[galingų saliutų foto]
2008 Lie. 24 11:07:54          25 žinutė iš 25
Spausdinti pranešimą
dgl parašė:
o kur cia pakeisti banerio matmenys?


echo "<table width='$theme_width' border='0' align='center' cellpadding='0' cellspacing='0' background='".THEME."images/header.png' height='200' style='background-repeat: no-repeat;'>
<tr>

Kur pazimejau ten keisk i toki dydi kokio nori merkia akį


Redagavo sydow 2008 Lie. 24 11:07:13
Peršokti į forumą: