Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,955
Naujausias narys: Johny

Naujausi straipsniai

Paskutiniai nariai

Johny11:13:03
Reikalas 3 savaitės
Jaunelis 9 savaitės
lanis10 savaitės
And2s11 savaitės
Memento Mori15 savaitės
ozzWANTED16 savaitės
Quwqkibor18 savaitės
asirija22 savaitės
tomeem24 savaitės
weberiz27 savaitės
mRokass29 savaitės
kartoonas31 savaitės
iaescortsmap31 savaitės
grunskiz33 savaitės
Bruksnys34 savaitės
illusion34 savaitės
ordo35 savaitės
Jurgaila36 savaitės
originalcs1636 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 3.144.244.239
Naujienų: 529
Straipsnių: 235
Temų: 52,588
Postų: 522,530
Postų pask. parą: 2
Shout'ų pask. parą: 0
P.S.C. pask. parą: 2
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
Headeryje beda
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems

Autorius: Kiwii Peržiūrų: 856      Spausdinti temą
2011 Bal. 8 10:04:17          1 žinutė iš 4
Spausdinti pranešimą
uzdejus tema man atsirado dvi nesamoningos eilutes, nesuprantu is kur jos isdygo, be to laika neteisingai rodo.

ir dar kaip i ta headeri idet paveiksliuka ?
2011 Bal. 8 11:04:58          2 žinutė iš 4
Spausdinti pranešimą
Čia kaip suprantu php-fusion. Kuri versija? įmesk theme.php kodą.

All you need is love G.H
2011 Bal. 8 11:04:46          3 žinutė iš 4
Spausdinti pranešimą
7-00-07 versija, o kodas stai cia:

<?php

if (!defined("IN_FUSION")) { die("Access Denied"); }
/*--------------------------------------------+
| PHP-Fusion v7 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: http://www.php-fusion.co.uk |
| email: nick@php-fusion.co.uk |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU Affero GPL v3. |
+--------------------------------------------*/
/*--------------------------------------------+
| Revision Theme for PHP-Fusion v7 |
|---------------------------------------------|
| author: UworldIRC - Riadi © 2006 |
| web: http://www.uworldirc.com/ |
| email: riadi@gcinet.org |
|---------------------------------------------|
| Converted to V7 by Harly Petersen |
| web: http://php-fusion.openworld.dk |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
define('IN_REVISION', true);
define("THEME_BULLET", "<img class='bullet' src='".THEME."images/bullet.gif' alt='->' border='0' />");
require_once INCLUDES."theme_functions_include.php";
require_once THEME."includes/navigationbar.class.php";
require_once THEME."theme_config.php";

function render_page($license=false) {

global $locale, $theme_width, $rtNavbar, $rtHeader, $userdata, $settings, $main_style;

echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='920' id='main'>\n"
."<tr><td class='pageLeft'></td><td width='100%' class='pageCenter' valign='top'>\n"
."<div id='clock'><noscript><div id='noscript'></div></noscript>".showsubdate()."</div>\n"
."<table border='0' cellpadding='0' cellspacing='0' id='header' width='100%'><tr>\n"
."<td class='logo' height='100' valign='middle' width='100%'>".showbanners()."</td>\n";


echo "</tr></table>\n";
$rtNavbar->generate();

echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>\n";
global $settings;
if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }
echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }
echo "</tr></table>\n";

// copyrighted line must stay intact and visible.
echo "<table cellpadding='0' cellspacing='0' id='footer' width='100%'><tr><td align='left' nowrap='nowrap' valign='top' style='text-align:left;'>Theme name: <strong>Revision</strong><br/>Designed by: <a href='http://www.uworldirc.com/' target='_blank'>Riadi</a><br/>Converted to V7 by: <a href='http://php-fusion.openworld.dk/' target='_blank'>Harly</a></td><td align='center' width='60%' style='padding-left:10px;padding-right:10px;'>".$settings['footer']."<br/>".showcopyright()."</td><td align='right' valign='top'>".showcounter()."</td></tr></table>\n";
echo "</td><td class='pageRight'></td></tr></table>\n";

}

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

function render_article($subject, $article, $info) {
global $locale;
opentable($subject);
echo "".articleposter($info)."\n"
."<br/>\n<hr/>\n<br/>\n".$article."<br/><br/>\n<hr/>\n"
.articleopts($info," &middot;").itemoptions("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='40' 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";

}


function openside($title, $collapse = false, $state = "on") {

global $panel_collapse; $panel_collapse = $collapse;

echo "<table border='0' cellpadding='0' cellspacing='0' class='sideTitle' width='100%'><tr>";
echo "<td class='sideTitleOverlay' height='40' width='100%' valign='top'>".$title."\n";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='sideTitleMinMax' align='right'>".panelbutton($state,$boxname)."</td>\n";
}
echo "</td></tr>\n<tr>\n";
echo "<td".($collapse == true ? " colspan='2'" : "")." class='sideContent'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }

}

function closeside($collapse = false) {

global $panel_collapse;

if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td></tr>\n</table>\n";

}

?>



Bet nemanau kad tas kodas prie ko cia, nes uzdejus kita orginalia tema kuri yra jau fusione irgi tos raides uzsideda

2011 Bal. 8 11:04:18          4 žinutė iš 4
Spausdinti pranešimą

<?php
 
if (!defined("IN_FUSION")) { die("Access Denied"); }
/*--------------------------------------------+
| <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion v7 - Content Management System |
|---------------------------------------------|
| author: Nick Jones (Digitanium) © 2002-2005 |
| web: <a href='http://www.php-fusion.co.uk' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk</span></a> |
| email: <a href="mailto:nick@php-fusion.co.uk"><span style="color:005C5B">nick@php-fusion.co.uk</span></a> |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU Affero GPL v3. |
+--------------------------------------------*/

/*--------------------------------------------+
| Revision Theme for <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion v7 |
|---------------------------------------------|
| author: UworldIRC - Riadi © 2006 |
| web: <a href='http://www.uworldirc.com/' target='_blank'><span style='color:005C5B'>http://www.uworldirc.com/</span></a> |
| email: <a href="mailto:riadi@gcinet.org"><span style="color:005C5B">riadi@gcinet.org</span></a> |
|---------------------------------------------|
| Converted to V7 by Harly Petersen |
| web: <a href='http://php-fusion.openworld.dk' target='_blank'><span style='color:005C5B'>http://php-fusion.openworld.dk</span></a> |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/

define('IN_REVISION', true);
define("THEME_BULLET", "<img class='bullet' src='".THEME."images/bullet.gif' alt='->' border='0' />");
require_once INCLUDES."theme_functions_include.php";
require_once THEME."includes/navigationbar.class.php";
require_once THEME."theme_config.php";
 
function render_page($license=false) {
 
global $locale, $theme_width, $rtNavbar, $rtHeader, $userdata, $settings, $main_style;
 
echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='920' id='main'>\n"
"<tr><td class='pageLeft'></td><td width='100%' class='pageCenter' valign='top'>\n"
"<table border='0' cellpadding='0' cellspacing='0' id='header' width='100%'><tr>\n"
"<td class='logo' height='100' valign='middle' width='100%'>
<img src='paveiksliuko adresas' />
</td>\n"
;
 
 
echo "</tr></table>\n";
$rtNavbar->generate();
 
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>\n";
global $settings;
if (LEFT) { echo "<td class='side-border-left' valign='top'>".LEFT."</td>"; }
echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
if (RIGHT) { echo "<td class='side-border-right' valign='top'>".RIGHT."</td>"; }
echo "</tr></table>\n";
 
// copyrighted line must stay intact and visible.
echo "<table cellpadding='0' cellspacing='0' id='footer' width='100%'><tr><td align='left' nowrap='nowrap' valign='top' style='text-align:left;'>Theme name: <strong>Revision</strong><br/>Designed by: <a href='http://www.uworldirc.com/' target='_blank'>Riadi</a><br/>Converted to V7 by: <a href='http://php-fusion.openworld.dk/' target='_blank'>Harly</a></td><td align='center' width='60%' style='padding-left:10px;padding-right:10px;'>".$settings['footer']."<br/>".showcopyright()."</td><td align='right' valign='top'>".showcounter()."</td></tr></table>\n";
echo "</td><td class='pageRight'></td></tr></table>\n";
 
}
 
function render_news($subject, $news, $info) {
global $locale;
opentable($subject);
echo $locale['global_070'].newsposter($info)."\n"
"<br/>\n<hr/>\n<br/>\n".$news."<br/><br/>\n<hr/>\n"
newsopts($info,"&middot;").itemoptions("N",$info['news_id'])."\n";
closetable();
}
 
function render_article($subject, $article, $info) {
global $locale;
opentable($subject);
echo "".articleposter($info)."\n"
."<br/>\n<hr/>\n<br/>\n".$article."<br/><br/>\n<hr/>\n"
.articleopts($info," &middot;").itemoptions("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='40' 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";
 
}
 
 
function openside($title, $collapse = false, $state = "on") {
 
global $panel_collapse; $panel_collapse = $collapse;
 
echo "<table border='0' cellpadding='0' cellspacing='0' class='sideTitle' width='100%'><tr>";
echo "<td class='sideTitleOverlay' height='40' width='100%' valign='top'>".$title."\n";
if ($collapse == true) {
$boxname = str_replace(" ", "", $title);
echo "<td class='sideTitleMinMax' align='right'>".panelbutton($state,$boxname)."</td>\n";
}
echo "</td></tr>\n<tr>\n";
echo "<td".($collapse == true ? " colspan='2'" : "")." class='sideContent'>\n";
if ($collapse == true) { echo panelstate($state, $boxname); }
 
}
 
function closeside($collapse = false) {
 
global $panel_collapse;
 
if ($panel_collapse == true) { echo "</div>\n"; }
echo "</td></tr>\n</table>\n";
 
}
 
?>
 




Ten apie 41 eilutėje yra:
<img src='paveiksliuko adresas' />
paveiksliuko adresas - įrašyk paveiksliuko adresą , kurį nori matyti headeryje
Dar įdomu ar tą temą žiūri... nes laiko aš kode nematau...

All you need is love G.H
Redagavo ire 2011 Bal. 8 11:04:59
Peršokti į forumą: