Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kur yra daug temu
Parašė bad_user· 2008 Geg. 1 15:05:17
#2
Susiplonink ir viskas.
Parašė forumietis· 2008 Geg. 1 16:05:52
#3
Parasykite kaip ten reikia kur eiti ir kas pakeisti
php
Parašė Qrmiz· 2008 Geg. 1 16:05:20
#4
theme.php atsidaryk ir rask: theme_width: 'xxx' ten ir pakeisk plotį ;)
Parašė Pongis· 2008 Geg. 1 16:05:53
#5
Šiaip manoji
daily tema kažkiek tai panašumų turi :)
Parašė forumietis· 2008 Geg. 1 17:05:34
#6
nu db nuejau i themes folderi i ejau i savo theames folderi ten atidariau theame.php ir
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
//**********************************************************************************************************//
// Theme Name: Transverse
// Theme Design: by: Fuzed Themes (http://phpfusion-themes.com)
// version 1.0
// Copyright © 2006 by Fuzed Themes - All Rights Reserved
// ----------------------------------------------------------------------
// THEME MODIFICATION
// Users may alter or modify this theme at their own risk,
// but only for their own use. They may also hire Fuzed Themes to modify their own copy of the theme.
// Although users may modify the code for their use,
// modified code may not be resold or distributed,
// without express written permission from Fuzed Themes.
//
// DISPLAY OF COPYRIGHT NOTICES REQUIRED
// All copyright notices used within the scripts that the scripts generate,
// MUST remain intact. Furthermore, these notices must remain visible.
//
// SUPPORT
// Fuzed Themes provides free support on all their theme designs.
// (includes consulting, troubleshooting and fixing problems).
// For Support, please visit us at: http://www.phpfusion-themes.com/
//
// Fuzed Themes is not liable for any products or services offered by means of the theme.
// The user must assume the entire risk of using the program.
//*********************************************************************************************************//
/* Theme Settings */
$body_text = "#000000";
$body_bg = "#374049";
$theme_width = "90%";
$theme_width_l = "160"; cia pakeisti irviskas? bet keiciau i 50 ir nieko
$theme_width_r = "160"; cia pakeisti irviskas?
function render_header($header_content) {
global $theme_width,$settings;
echo "<table align='center' class='outer_border' width='$theme_width' cellspacing='0' cellpadding='0' border='0'>
<tr>
<td align='center' valign='top'>
<table class='header_bg' width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td><img alt='' src='".THEME."images/header.png'></td></tr></table>
<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td class='nav'>".showsublinks("<img alt='' src='".THEME."images/spacer.png'>","topnav")."</td>
<td class='nav' width='210' nowrap><div id='clock' align='right'>".showsubdate()."</div></td></tr></table></td></tr></table>
<table align='center' width='100%' cellpadding='4' bgcolor='#F4F4F4' cellspacing='0' border='0'><tr>";
}
function render_footer($license=false) {
global $theme_width, $settings;
echo "</tr>\n</table>
<table align='center' id='td_style1a' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td id='td_style2'></tr>
<tr>
<td align='center' class='tfoot'>".stripslashes($settings['footer'])."</td></tr></table>
<table align='center' class='tfoot' id='td_style3' cellpadding='3' cellspacing='1' width='$theme_width'>
<tr>
<td style='margin-top: 3px;' class='tfoot'>
<div style='margin-bottom: 4px;' align='center'><br><span class='credits'>";
if (!$license) { echo showcopyright()."</span><br><br><span class='counter'>\n"; } echo showcounter()."</span><br>
</div>
</td></tr></table>\n";
}
function render_news($subject, $news, $info) {
$subject = strip_tags($subject);
echo "<table class='tborder' cellspacing='1' width='100%' cellpadding='6'>
<tr>
<td class='p_head'><span class='smallfont'>$subject</span></td></tr></table>
<table width='100%' cellpadding='0' class='tborder' cellspacing='1'>
<tr>
<td class='alt1'>$news</td></tr></table>
<table style='height:25px' width='100%' cellpadding='0' cellspacing='1' class='tborder'>
<tr>
<td class='news'>";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info," ·").closeform("N",$info['news_id']);
echo "</td></tr></table>\n";
}
function render_article($subject, $article, $info) {
echo "<table class='tborder' cellspacing='1' width='100%' cellpadding='6'>
<tr>
<td class='p_head'><span class='smallfont'>$subject</span></td></tr></table>
<table width='100%' cellpadding='0' class='tborder' cellspacing='1'>
<tr>
<td class='alt1'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</td></tr></table>
<table style='height:25px' width='100%' cellpadding='0' cellspacing='1' class='tborder'>
<tr>
<td class='news'>";
echo openform("A",$info['article_id']).articleposter($info,"<br>").articleopts($info," ·").closeform("A",$info['article_id']);
echo "</td></tr></table>\n";
}
function opentable($title) {
echo "<table width='100%' cellpadding='6' cellspacing='1' class='tborder'>
<tr>
<td class='p_head'><span class='smallfont'>$title</span></td></tr></table>
<table width='100%' cellpadding='0' cellspacing='0' class='tborder'>
<tr>
<td class='alt1' width='100%'>\n";
}
function closetable() {
echo "</td></tr></table>\n";
}
function openside($title) {
echo "<table class='tborder' cellspacing='1' width='100%' cellpadding='6'>
<tr>
<td class='p_head'>
<span class='smallfont'>$title</span></td></tr>
<tr>
<td class='alt1' width='100%'>";
}
function closeside() {
echo "</td></tr></table>";
tablebreak();
}
function opensidex($title,$open="on") {
if($open=="on"){$box_img="off";}else{$box_img="on";}
echo "<table class='tborder' cellspacing='1' width='100%' cellpadding='6'>
<tr>
<td class='p_head'>
<img alt='' align='right' onclick=\"javascript:flipBox('$title')\" name='b_$title' src='".THEME."images/panel_$box_img.gif'><span class='smallfont'>$title</span>
</td></tr>
<tr>
<td class='alt1'>
<div id='box_$title'"; if($open=="off"){ echo "style='display:none'"; } echo ">\n";
}
function closesidex() {
echo "</div></td></tr></table>";
tablebreak();
}
function tablebreak() {
echo "<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td height='8'></td></tr></table>\n";
}
?>
Redagavo forumietis· 2008 Geg. 1 17:05:19
Parašė adulis· 2008 Geg. 1 18:05:36
#7
$theme_width = "XXX";
Vietoj XXX rašyk nuo 10% iki 100%
65% vpserver pločio kažkur.
Parašė forumietis· 2008 Geg. 1 18:05:47
#8
naciort nesikeica :@
Parašė Pongis· 2008 Geg. 1 18:05:05
#9
Vietoj 90% rašyk
620 ir bus toks pat plotis.
Parašė forumietis· 2008 Geg. 1 18:05:30
#10
tik pacioje sumazeja ir viskas o visa tema nesumazeja n x
Parašė Qrmiz· 2008 Geg. 1 19:05:44
#11
<table align='center' id='td_style1a' cellpadding='0' cellspacing='0' width='100%'>
pabandyk pakeisti į:
<table align='center' id='td_style1a' cellpadding='0' cellspacing='0' width='$theme_width'>
o $theme_width = "90%"; pakeisk į $theme_width = "700";
Redagavo Qrmiz· 2008 Geg. 1 19:05:59
Parašė forumietis· 2008 Geg. 1 19:05:50
#12
nera tos eilutes <table align='center' id='td_style1a' cellpadding='0' cellspacing='0' width='100%'> a spadaru bet panles nesumazeja lieko isplestos parasykite visa koda kaip turi buti kad butu per viduri dekui sitas kodas
<?php
/*--------------------------------------------+
| PHP-Fusion 6 - 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 General Public License (Version 2) |
+--------------------------------------------*/
/*--------------------------------------------+
| Milestone Theme for PHP-Fusion v6 |
|---------------------------------------------|
| author: PHP-Fusion Themes - Shedrock © 2005 |
| web: http://phpfusion.org |
| email: webmaster@phpfusion.org |
|---------------------------------------------|
| Released under the terms and conditions of |
| the GNU General Public License (Version 2) |
+--------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#000000";
$body_bg = "#FFFFFF";
$theme_width = "700%";
$theme_width_l = "160";
$theme_width_r = "160";
function render_header($header_content) {
global $theme_width,$settings;
echo "<table align='center' style='background-image:url(".THEME."images/header-center.gif)' border='0' cellpadding='0' cellspacing='0' width='$theme_width'>";
echo "<tr><td width='15'><img src='".THEME."images/header-left.gif' width='22' height='82'></td>";
// Start banner code
echo "<td width='100%' class='header-center'>";
echo "<table width='100%' cellspacing='0' cellpadding='0'>";
echo "<tr><td>$header_content</td></tr>";
echo "</table></td>";
// End banner code
echo "<td width='15'><img src='".THEME."images/header-right.gif' width='22' height='82'></td></tr></table>\n";
echo "<img src='".THEME."images/pixel.gif' height='5'>";
echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='$theme_width'>";
echo "<tr><td width='42'><img src='".THEME."images/nav-left.gif' width='16' height='26'></td>";
echo "<td width='75%' style='background-image:url(".THEME."images/nav-center.gif)'>";
echo showsublinks("·")."</td>";
echo "<td align='right' width='25%' style='background-image:url(".THEME."images/nav-center.gif)'>";
echo showsubdate()."</td>";
echo "<td width='42'><img src='".THEME."images/nav-right.gif' width='16' height='26'></td></tr></table>";
echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$locale,$settings;
echo "</tr>\n</table>\n";
echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'><tr>";
echo "<td class='header'>".stripslashes($settings['footer'])."</td></tr></table>\n";
echo "<table align='center' border='0' cellpadding='0' cellspacing='0' width='$theme_width'>";
echo "<tr><td width='15'><img src='".THEME."images/nav-left.gif' width='16' height='26'></td>";
echo "<td class='copyright' align='left' width='38%' style='background-image:url(".THEME."images/nav-center.gif)'>";
if ($license == false) {
echo "Powered by <a href='http://www.php-fusion.co.uk' target='_blank'>PHP-Fusion</a> © 2003-2006";
}
echo "</td>";
echo "<td class='copyright' align='center' width='24%' style='background-image:url(".THEME."images/nav-center.gif)'>Milestone Theme by: <a href='http://www.phpfusion-themes.com' target='_blank'>PHP-Fusion Themes</a>";
echo "</td>";
echo "<td class='copyright' align='right' width='38%' style='background-image:url(".THEME."images/nav-center.gif)'>";
echo "<strong>".$settings['counter']." </strong>".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n");
echo "</td>";
echo "<td width='15'><img src='".THEME."images/nav-right.gif' width='16' height='26'></td></tr></table>";
}
function render_news($subject, $news, $info) {
global $locale;
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td width='100%' class='panel-main'>$subject</td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='main-body'><div style='width:100%;vertical-align:top;'>$news</div><br>";
echo "<div style='margin-top:5px'>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='infobar'>".newsposter($info)."</td>";
echo "<td align='right' class='infobar2'>";
echo openform("N",$info['news_id']).newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td></tr></table></div></td>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'>";
echo "</td></tr><tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n";
}
function render_article($subject, $article, $info) {
global $locale;
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td width='100%' class='panel-main'>$subject</td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='main-body'><div style='width:100%;vertical-align:top;'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</div><br>";
echo "<div style='margin-top:5px'>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='infobar'>".articleposter($info)."</td>";
echo "<td align='right' class='infobar2'>";
echo openform("A",$info['article_id']).articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td></tr></table></div></td>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "</tr><tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n";
}
function opentable($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>";
echo "<tr><td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td width='100%' class='panel-main'>$title</td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='main-body'>\n";
}
function closetable() {
echo "</td>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
echo "<tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n";
}
function openside($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td width='100%' class='panel-main'>$title</td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='side-body'>\n";
}
function closeside() {
echo "</td>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
echo "<tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n";
}
function opensidex($title,$open="on") {
$boxname = str_replace(" ", "", $title);
$box_img = $open == "on" ? "off" : "on";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "<td class='panel-main'>$title</td>";
echo "<td align='right' class='panel-main'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' align='right' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>";
echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='13' height='26' alt='' style='display:block'></td>";
echo "</tr></table>";
echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td>";
echo "<td class='side-body'>";
echo "<div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}
function closesidex() {
echo "</div>";
echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='13' height='1' alt='' style='display:block'></td></tr>";
echo "<tr>";
echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='1' height='20' alt='' style='display:block'></td>";
echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='13' height='20' alt='' style='display:block'></td>";
echo "</tr></table>\n";
}
function tablebreak() {
echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td></td></tr></table>\n";
}
?>
Parašė Vilme· 2008 Geg. 1 19:05:01
#13
$theme_width_l = "160";
$theme_width_r = "160";
Bandyk keist i
$theme_width_l = "300";
$theme_width_r = "300";
Parašė forumietis· 2008 Geg. 1 20:05:48
#14
vistiek tas kur yra per viduri mazesnis pasidare o panele sone dideli lieka kaip man juos sumazinti :@
Parašė Vilme· 2008 Geg. 1 20:05:26
#15
Kazkas ne taip pas tave as pats pasimazinau sitaip savo tema...
P.S tai gal pas tave tose panelese yra kokios foto ir istampo paneles ????
Redagavo Vilme· 2008 Geg. 1 20:05:30
Parašė bad_user· 2008 Geg. 1 20:05:23
#16
Durnelis. Reikia ne didinti o mažinti $theme_width_l = "300";
$theme_width_r = "300"; ir dar tada padaryk paneles tik vienoje pusėje.
Parašė forumietis· 2008 Geg. 1 21:05:24
#17
dekui ;)
Parašė bad_user· 2008 Geg. 1 21:05:40
#18
Prašau. :)