Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,956
Naujausias narys: saulyzas

Naujausi straipsniai

Paskutiniai nariai

Reikalas 5 dienos
MaFetas 3 savaitės
ozzWANTED 5 savaitės
saulyzas 7 savaitės
TOMIJUS 8 savaitės
Jaunelis23 savaitės
lanis23 savaitės
And2s24 savaitės
Memento Mori29 savaitės
Quwqkibor31 savaitės
asirija35 savaitės
tomeem37 savaitės
weberiz41 savaitės
mRokass43 savaitės
kartoonas44 savaitės
grunskiz47 savaitės
Bruksnys47 savaitės
illusion47 savaitės
ordo48 savaitės
Jurgaila49 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 18.118.19.89
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
Kodų įterpimas į headerį
Forumas | Modai, įskiepiai, panelės (PHP-FUSION) | Themes

Autorius: Enzo Peržiūrų: 1188      Spausdinti temą
2007 Gru. 23 13:12:08          1 žinutė iš 6
Spausdinti pranešimą
Norėjau paklaust kaip man įterpti ant headerio tokį dalyką kaip atsitiktinė foto? Dar norėjau paklaust reiktų mygtukų ant headerio, tokių kaip naujienos, forumas, panašiai kaip Qrmio CS temoje tik, kad headeryje. Dėkoju.

Jai galite įterpkit. Mano theme.php kodas


<?php

$body_text = "#D7DCE9";
$body_bg = "#2E0239";
$theme_width = "888";
$theme_width_l = "175";
$theme_width_r = "175";

function render_header($header_content) {
global $theme_width,$settings,$locale,$userdata,$aidlink;

   echo "<table class='forumline' align='center' width='$theme_width' cellspacing='0' cellpadding='0' style='border-right: solid #000000 1px; border-left: solid #000000 1px;'>";
   echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
   echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
   echo "<tr><td class='header' width='100%'>";
   // Start banner code / Banerio kodas
   echo "<table width='100%' cellspacing='0' cellpadding='0' style='border-right: solid #000000 1px; border-left: solid #000000 1px;'>";
   echo "<tr><td height='353' background='".THEME."images/logo.png' align='right' valign='middle'>
   <table width='888' border='0' cellspacing='0' cellpadding='0'>
  <tr>
    <td>&nbsp;</td>
    <td width='220' align='center'>";
   




   echo "</tr></table></td></tr></table>\n";
   // End banner code / Banerio kodo pabaiga




echo "<table width='100%'  <table height='20%' cellspacing='0' cellpadding='0' class='sub-header' style='border-right: solid #000000 1px; border-left: solid #000000 1px;'>\n<tr>";
   echo "<td>\n";
   echo "&nbsp;<a href='".BASEDIR."members.php'><span class='white'>Vartotojų: ".number_format(dbcount("(user_id)", "users", "user_status<='1'"))."</span></a>\n";
   if ($settings['admin_activation'] == "1") echo "<img src='".THEME."images/bullet.gif' alt=''> ".$locale['015'].dbcount("(user_id)", "users", "user_status='2'")."\n";
   echo ($i == 0 ? "&nbsp;" : "")."</td>";
   echo "<td align='right'>".ucwords(showdate($settings['subheaderdate'], time()))."";
   echo "</td></tr></table>\n";
   echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#000000'>
 
</table>\n";

   echo "<table width='100%' cellpadding='4' bgcolor='#F8F8F8' cellspacing='0' border='0'><tr>";
}





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.jpg' style='border-right: solid #000000 1px; border-left: solid #000000 1px;'>";
   echo "<td width='20%' height='250' class='white' align='left'>";
      if ($license == false) {
      echo "<b><a href='http://php-fusion.co.uk' target='_blank'></a></b>";
   }
   echo "</td>";
   echo "<td width='40%' class='white' align='center'>";
   echo "<b>".stripslashes($settings['footer'])."</b></td>";
   echo "<td width='26%' class='white' align='right'>";
   echo "<b><a href=''></a></b>";
   echo "</td>";
   echo "<div align='center'></tr></table></td></tr></table></div>";
}


function render_news($subject, $news, $info) {
   
global $locale;
   
   echo "<table border='0' style=': 1px solid #191928' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td background='".THEME."images/newspic.JPG' height='24'><font class='block-title' align=>$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'>&nbsp;";
   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']."' alt='' style='vertical-align:middle;'></a>";
   echo "</td></tr></table></td></tr></table><br>\n";
}

function render_article($subject, $article, $info) {
   
global $locale;
   
   echo "<table style='border: 1px solid #191928' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td background='".THEME."images/cellpic4.gif' height='35'><font class='block-title'>$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='24' 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']."' alt='' style='vertical-align:middle;'></a>";
   echo "</td></tr></table></td></tr></table>\n";
}

// Open table begins
function opentable($title) {

   echo "<table width='100%' height='24' cellpadding='2' cellspacing='1' style='border: 1px solid #191928'>";
   echo "<tr><td background='".THEME."images/cellpic4.gif' height='35'><font class='head-title'>&nbsp;$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 style='border: 1px solid #191928' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td height='35' width='100%' background='".THEME."images/cellpic4.gif'>";
   echo "<font class='block-title'>$title</font>";
   echo "</td></tr>";
   echo "<tr><td class='side-body' width='100%'>";
}

function closeside() {
   echo "</td></tr></table><table border='0' cellpadding='0' cellspacing='0' width='100%' height='10'>
  <tr>
    <td width='100%'></td>
  </tr>
</table>";
   tablebreak();
}

function opensidex($title,$open="on") {

$boxname = str_replace(" ", "", $title);
$box_img = $open == "on" ? "off" : "on";

   echo "<table border='0' style='border: 1px solid #191928' cellspacing='0' width='100%' cellpadding='3'><tr>";
   echo "<td height='35' width='100%' background='".THEME."images/cellpic4.gif'>";
   echo "<img align='right' src='".THEME."images/panel_$box_img.gif' name='b_$boxname' alt='' onclick=\"javascript:flipBox('$boxname')\"><font class='block-title'>$title</font>";
   echo "</td></tr>";
   echo "<tr><td bgcolor='#191928' class='side-body'width='100%' '".THEME."images/back1.gif'>";
   echo "<div id='box_$boxname'".($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='0'></td></tr></table>\n";
}
?>




2007 Gru. 23 13:12:14          2 žinutė iš 6
Spausdinti pranešimą
O nebutu paprasciau su Photoshop pasidaryt?
2007 Gru. 23 13:12:34          3 žinutė iš 6
Spausdinti pranešimą
Death parašė:
O nebutu paprasciau su Photoshop pasidaryt?


Ką tokį? Mygtukus?

2007 Gru. 23 13:12:25          4 žinutė iš 6
Spausdinti pranešimą
visu pirma migtukus padaryk su ps poto ju url duok tada tik padarytume o del foto paneles ir koda duot galetum.

2007 Gru. 23 13:12:29          5 žinutė iš 6
Spausdinti pranešimą
Ptycka parašė:
visu pirma migtukus padaryk su ps poto ju url duok tada tik padarytume o del foto paneles ir koda duot galetum.


images/maigeliai/contacts.gif
images/maigeliai/downloads.gif
images/maigeliai/forum.gif
images/maigeliai/gallery.gif
images/maigeliai/home.gif
images/maigeliai/news.gif
2007 Gru. 23 14:12:48          6 žinutė iš 6
Spausdinti pranešimą
Ju gi undersky buvo įdėjęs kodą, kad būtų taip paieškokmerkia akį
Peršokti į forumą: