Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,967
Naujausias narys: tanos

Naujausi straipsniai

Paskutiniai nariai

tanos 4 dienos
LnKnPrK1 5 savaitės
inti 7 savaitės
kileedyg14 savaitės
Reikalas20 savaitės
Kižas21 savaitės
Bruksnys22 savaitės
laleceylan5023 savaitės
minimukas24 savaitės
N-2026 savaitės
Rytis27 savaitės
DjArtas28 savaitės
WolfHammer28 savaitės
Nostesi39 savaitės
Wisedocs39 savaitės
asdasdddz42 savaitės
Paslapties K...44 savaitės
Audrius_1746 savaitės
Simbijanas58 savaitės
Karinacraft59 savaitės

Informacija:


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

LnKnPrK1
2026 Bir. 21 09:06:52
Sveiki, gal kas is administracijos gali parasyti man PM,aciu

minimukas
2026 Vas. 21 08:02:25
oi oi akinanti šypsen yra dar cia gyvu? akinanti šypsen

N-20
2026 Vas. 6 21:02:05
O mes dar gyvi šypsosi)

WolfHammer
2026 Sau. 25 01:01:35
drovus

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? š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 puslapio paplatinimo.
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems

Autorius: Use Google Peržiūrų: 1464      Spausdinti temą
2009 Bir. 10 20:06:15          1 žinutė iš 5
Spausdinti pranešimą
Sveiki. Man reikia šiek tiek "paplatinti" puslapį. Ta prasme šonus truputį paplatinti, kad liktų mažiau puslapio fono.
Padėsi - +10 šypsosi
Be OT prašau

2009 Bir. 10 20:06:09          2 žinutė iš 5
Spausdinti pranešimą
theme.php redaguok.
2009 Bir. 10 20:06:16          3 žinutė iš 5
Spausdinti pranešimą
Kurioj vietoj? Mano theme.php failas:
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#555555";
$body_bg = "#65b8e3";
$theme_width = "950";
$theme_width_l = "220";
$theme_width_r = "220";

function render_header($header_content) {

global $theme_width,$db_prefix, $subject, $news ;

echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td background='".THEME."images/virsus.gif' height='63'></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td background='".THEME."images/header.gif' height='173'>
</td></tr>";

echo "</table>";


echo"</td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
</td>
</tr>
</table>";


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'>
<br><br>".stripslashes($settings['footer'])."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";

}

function render_news($subject, $news, $info, $sep="", $class="") {
   
   global  $locale; $res = "";
   $link_class = $class ? " class='$class' " : "";
   
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='news-capmain' style='padding-bottom: 20px;'>$subject&nbsp;";    
if (!isset($_GET['readmore']) && $info['news_ext'] == "y")
echo"<a href='news.php?readmore=".$info['news_id']."' style='color:#ccc;'><span style='font-size: 10px;'>[Skaityti toliau...]</span></a>";
echo"</td>
<td class='news-capmain' align='right'>
<br><span style='font-size: 10px;'>".showdate("shortdate", $info['news_date'])."</span>
<td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='main-body'>$news<br><br></td>
</tr>
</table>\n";

}

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

}

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'><img src='".THEME."images/logo.jpg' border='0'>$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%'>
<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";

}
?>



2009 Bir. 10 20:06:55          4 žinutė iš 5
Spausdinti pranešimą
$theme_width = "950"; (pačios temos plotis)
$theme_width_l = "220";(vienos puses paneles plotis)
$theme_width_r = "220";(kitos puses paneles plotis)

juos redaguokis

www.ls-planet.com
2009 Bir. 10 22:06:39          5 žinutė iš 5
Spausdinti pranešimą
Ačiū, uždėjau +10 šypsosi
Peršokti į forumą: