Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
sveiki, kas galite pasakyti ka ir kur redaguoti kad butu po naujiena tik paveiksliukas skaityti toliau..
ramon
Narys
Ekspertas
Pranešimai: 2977
Įstojęs: 2006 Gru. 18 11:12:50
Nu tai atidaryk theme.php ieskok :
function render_news... {
Ieskok zodi $news ir prirasyk poto taip :
<br>".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'><img src='".IMAGES."toliau.gif'> </a>\n" : "")."
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
o ar gali idėti, bo nelabai supratau.. štai kodas:
function render_news($subject, $news, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<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($info," ").newsopts($info," ").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";Redagavo
Soo-2 2007 Gru. 22 20:12:01
ramon
Narys
Ekspertas
Pranešimai: 2977
Įstojęs: 2006 Gru. 18 11:12:50
function render_news($subject, $news, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
$news
</td>
</tr>
<tr>
<td align='left' class='news-footer'>\n";
echo openform($info," ").newsopts($info," ").closeform("N",$info['news_id']);
echo "</td><td align='left' class='news-footer'>";
".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'><img src='".IMAGES."toliau.gif'> </a>\n" : "")."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
nebezinau.. kažkas blogai.. error meta.. štai theme.php failas http://www.xd.lt/691theme.rar Redagavo
Soo-2 2007 Gru. 22 20:12:28
Demonas
Narys
Generolas
Pranešimai: 973
Įstojęs: 2007 Bir. 9 23:06:30
kokį error? ką rašo?
function render_news($subject, $news, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
$news
</td>
</tr>
<tr>
<td align='left' class='news-footer'>\n";
echo "<a href='news.php?readmore=".$info['news_id']."'><img src='".IMAGES."toliau.gif'></a>\n" : "")."
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
<---- Mano katino vardas Rintis. | Mokslas.tk - Susprogdink kaimyną.Redagavo
Demonas 2007 Gru. 22 20:12:35
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
Parse error: syntax error, unexpected ':', expecting ',' or ';' in /home/*****/public_html/themes/OrangeBlue/theme.php on line 69
Demonas
Narys
Generolas
Pranešimai: 973
Įstojęs: 2007 Bir. 9 23:06:30
<?php
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 = "848";
$theme_width_l = "160";
$theme_width_r = "160";
function render_header($header_content) {
global $theme_width;
echo "<table align=center class='mainsite-border' align='left' width='848' 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,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>";
include_once "foot.php";
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
$news
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo "<a href='news.php?readmore=".$info['news_id']."'><img src='".IMAGES."toliau.gif'></a>";
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<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 class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table cellspacing=0 celpadding=0 border=0>
<tr>
<td height=23 width=160 class='scapmain' align=center>$title</td>
</tr>
</table>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
<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>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table width='100%' cellspacing='0' cellpadding='0'>
<tr><td height='10'></td></tr>
</table>\n";
}
?>
<---- Mano katino vardas Rintis. | Mokslas.tk - Susprogdink kaimyną.
Soo-2
Narys
Generolas
Pranešimai: 932
Įstojęs: 2007 Kov. 17 15:03:05
Dėkui.. db jau veikia..
Demonas
Narys
Generolas
Pranešimai: 973
Įstojęs: 2007 Bir. 9 23:06:30
<---- Mano katino vardas Rintis. | Mokslas.tk - Susprogdink kaimyną.
ramon
Narys
Ekspertas
Pranešimai: 2977
Įstojęs: 2006 Gru. 18 11:12:50
Locked.
Peršokti į forumą:
Žaliems
Nebeegzistuojančios svetainės
Bendri PHP-F klausimai
WordPress
Kiti PHP, HTML, MySQL klausimai
Expert PHP, MySQL klausimai
Kitos TVS
C#, Python, Java, JS, C++ klausimai
Naujų modų pristatymai
Mods, Panels & Infusions
Themes
Jūsų saitai
Dalinuosi, dovanoju!
Klausimai apie domenus ir hostingus
VPS/DS serverių konfigūravimas ir valdymas
Viskas apie skaitliukus, top'us ir lankomumą
Dizaino konkursai
Parduodu - perku dizainą, banerį
Parduodu - perku - keičiuosi reklama
Parduodu - perku domeną, tinklapį
Siūlau - ieškau hostingo/VPS serverio
Parduodu - perku skriptą, modifikaciją, tvs
Socialiniai tinklai - Facebook ir kiti
Legalus verslas, teisiniai klausimai
Visa kita kas susiję su darbu ir pinigais
LTStartups.com - Lietuvos startuolių bendruomenė
Off-Topic diskusijos
IT naujienos
Portalo informacija
Narių pasiūlymai
Geležis ir programinė įranga
Grafika
Out Of Place
Su e-verslu nesusijęs darbas ir prekyba
Dalinuosi, dovanoju!