Creatium
Administratorius
Viršesnis už Dievą
Pranešimai: 5868
Įstojęs: 2007 Rugp. 9 17:08:20
Žiūrėk savo kodą. Jeigu viską darai div'ais, tai teksto divas turi būti viduje tos oranžinės juostos divo.0
www.creatium.lt
K1ll3r34
Narys
Žalias
Pranešimai: 14
Įstojęs: 2010 Geg. 26 14:05:26
theme.php
<?php
if ( ! defined ( "IN_FUSION" ) ) { die ( "Access Denied" ) ; }
define ( "THEME_BULLET" , "<span class='bullet'>·</span>" ) ;
require_once INCLUDES. "theme_functions_include.php" ;
function render_page( $license = false ) {
global $theme_width , $userdata , $settings , $locale , $data , $db_prefix , $lookup , $msg_count , $aidlink ;
echo "<table align='center' cellpadding='0' cellspacing='0' class='decolor'>\n <tr>
<td align='right' width='352'>" ;
echo "</td>
<td align='right' width='468'>" ;
echo "<center><div class='laikas'>Yra filmų: " . dbcount( "(news_id)" , DB_NEWS) . " | Viso peržiūrų:\n " ; include THEME. "double_news_panel.php</center>" ;
echo "</td>
<td align='right' width='40'>" ;
echo "</td>
</tr>
</table>" ;
echo "<table align='center' cellpadding='0' cellspacing='0' class='decolor2'>\n <tr>
<td align='right' width='0'>" ;
echo "</td>
<td align='right' width='245'>" ;
echo "</td>
<td align='right' width='8'>" ;
echo "</td>
<td align='left' width='599'>" ;
echo "</td>
<td align='right' width='8'>" ;
echo "</td>
<td align='left' width='1980'>" ;
include THEME. "code/img.php" ;
echo "</td>
</tr>
</table>" ;
echo "<table cellpadding='0' cellspacing='0' width='860' align='center' class='content'><tr>\n " ;
if ( LEFT) { echo "<td class='side-border-left' valign='top' width='240'>" . 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' width='240'>" . RIGHT. "</td>" ; }
echo "</tr>\n </table>\n " ;
echo "<table width='1000' height='43' border='0' cellpadding='0' cellspacing='0' align='center' class='footer'>
<tr>
<td align='left'>
<span style='padding-left:216px; font-family: Tahoma; font-size: 11px;'> </span>
</td>
<td align='left'>
<span style='padding-left:0px; font-family: Tahoma; font-size: 16px;'> Visos Teises Saugomos <a href='#' target='_blank'>www.vardas.lt </a></span>
</td>
</tr>
</table>\n " ;
}
function render_news( $subject , $news , $info ) {
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td width='465' class='panel-main3'>$subject </td>" ;
echo "<td width='140'><div class='panel-news'>
<div class='placiau'><a href='" . BASEDIR. "news.php?readmore=" . $info [ 'news_id' ] . "'>Skaityti daugiau</a></div></div></td>" ;
echo "</tr></table>" ;
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td class='border-left3'><img src='" . THEME. "images/blank.gif' width='10' height='10' alt='' style='display:block'></td>" ;
echo "<td class='main-body'><div style='width:100%;vertical-align:top;'>$news </div>" ;
echo "<div style='margin-top:5px'>" ;
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "</td></tr></table></div></td>" ;
echo "<td class='border-right3'><img src='" . THEME. "images/blank.gif' width='10' height='10' alt='' style='display:block'>" ;
echo "</td></tr><tr>" ;
echo "<td class='border-bleft3'><img src='" . THEME. "images/blank.gif' width='10' height='16' alt='' style='display:block'></td>" ;
echo "<td class='border-bmain3'><img src='" . THEME. "images/blank.gif' width='1' height='16' alt='' style='display:block'></td>" ;
echo "<td class='border-bright3'><img src='" . THEME. "images/blank.gif' width='10' height='16' alt='' style='display:block'></td>" ;
echo "</tr></table><div style='margin-top:0px'></div>\n " ;
}
function render_article( $subject , $article , $info ) {
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td width='100%' c lass='panel-main3'>$subject </td>" ;
echo "</tr></table>" ;
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td class='border-left3'><img src='" . THEME. "images/blank.gif' width='10' height='10' alt='' style='display:block'></td>" ;
echo "<td class='article-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%' c ellpadding='0' cellspacing='0'><tr><br>" ;
echo "<td class='infobar2'>" . articleposter( $info , " ·" ) . "</td>" ;
echo "<td align='right' class='infobar2'>" ;
echo articleopts( $info , "·" ) . itemoptions( "A" , $info [ 'article_id' ] ) ;
echo "</td></tr></table></div></td>" ;
echo "<td class='border-right3'><img src='" . THEME. "images/blank.gif' width='10' height='10' alt='' style='display:block'></td>" ;
echo "</tr><tr>" ;
echo "<td class='border-bleft3'><img src='" . THEME. "images/blank.gif' width='10' height='16' alt='' style='display:block'></td>" ;
echo "<td class='border-bmain3'><img src='" . THEME. "images/blank.gif' width='1' height='16' alt='' style='display:block'></td>" ;
echo "<td class='border-bright3'><img src='" . THEME. "images/blank.gif' width='10' height='16' alt='' style='display:block'></td>" ;
echo "</tr></table><div style='margin-top:5px'></div>\n " ;
}
function opentable( $title ) {
echo "<table width='100%' c ellpadding='0' cellspacing='0'>" ;
echo "<td width='100%' c lass='panel-main2'>$title </td>" ;
echo "</tr></table>" ;
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td class='border-left2'><img src='" . THEME. "images/blank.gif' width='10' height='10' alt='' style='display:block'></td>" ;
echo "<td class='table-body'><br>\n " ;
}
function closetable( ) {
echo "</td>" ;
echo "<td class='border-right2'><img src='" . THEME. "images/blank.gif' width='10' height='10' alt='' style='display:block'></td></tr>" ;
echo "<tr>" ;
echo "<td class='border-bleft2'><img src='" . THEME. "images/blank.gif' width='10' height='16' alt='' style='display:block'></td>" ;
echo "<td class='border-bmain2'><img src='" . THEME. "images/blank.gif' width='1' height='16' alt='' style='display:block'></td>" ;
echo "<td class='border-bright2'><img src='" . THEME. "images/blank.gif' width='10' height='16' alt='' style='display:block'></td>" ;
echo "</tr></table><div style='margin-top:5px'></div>\n " ;
}
function openside( $title ) {
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td class='panel-left'><img src='" . THEME. "images/blank.gif' width='10' height='37' alt='' style='display:block'></td>" ;
echo "<table cellpadding='0' cellspacing='0' width='310' >\n <tr>\n " ;
echo "<td width=290px class='panel-main'><i>$title </i></td>\n " ;
echo "<td class='panel-right'><img src='" . THEME. "images/blank.gif' width='10' height='37' alt='' style='display:block'></td>" ;
echo "</tr></table>" ;
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td class='border-left'><img src='" . THEME. "images/blank.gif' width='10' height='10' alt='' style='display:block'></td>" ;
echo "<td class='side-body'><br>\n " ;
}
function closeside( ) {
global $panel_collapse ;
if ( $panel_collapse == true ) { echo "</div>\n " ; }
echo "</td>" ;
echo "<td class='border-right'><img src='" . THEME. "images/blank.gif' width='10' height='10' alt='' style='display:block'></td></tr>" ;
echo "<tr>" ;
echo "<td class='border-bleft'><img src='" . THEME. "images/blank.gif' width='10' height='16' alt='' style='display:block'></td>" ;
echo "<td class='border-bmain'><img src='" . THEME. "images/blank.gif' width='1' height='16' alt='' style='display:block'></td>" ;
echo "<td class='border-bright'><img src='" . THEME. "images/blank.gif' width='10' height='16' alt='' style='display:block'></td>" ;
echo "</tr></table><div style='margin-top:5px'></div>\n " ;
}
function openlogin( $title ) {
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td width='100%' c lass='panel-virsus'><i>$title </i></td>" ;
echo "</tr></table>" ;
echo "<table width='100%' c ellpadding='0' cellspacing='0'><tr>" ;
echo "<td class='panel-centras'><br>\n " ;
}
function closelogin( ) {
global $panel_collapse ;
if ( $panel_collapse == true ) { echo "</div>\n " ; }
echo "</td>" ;
echo "<tr>" ;
echo "<td class='panel-apacia'><img src='" . THEME. "images/blank.gif' width='240' height='16' alt='' style='display:block'></td>" ;
echo "</tr></table><div style='margin-top:5px'></div>\n " ;
}
?>
0
K1ll3r34
Narys
Žalias
Pranešimai: 14
Įstojęs: 2010 Geg. 26 14:05:26
Tas oranžinis vadinas header.png, bet keista aš jo čia nerandu ;D Tik yra styles.css
. decolor {
background: url( 'images/header.png' ) ;
height: 77px;
width: 1000px;
Bet tai nieko neduoda...0
Creatium
Administratorius
Viršesnis už Dievą
Pranešimai: 5868
Įstojęs: 2007 Rugp. 9 17:08:20
Panašu, kad ne html kode greičiausiai bėda, o css dive. Patikrink klasę "laikas", ar ten yra kokių nors nesąmonių, pabandyk pasikoreguoti.0
www.creatium.lt
K1ll3r34
Narys
Žalias
Pranešimai: 14
Įstojęs: 2010 Geg. 26 14:05:26
Tu man geriau pasakyk koki tau faila čia idėt, nes nelaai suprantu, tau style.css surašyt gal?0
SofteriZ
Vyr. moderatorius
Kapitonas
Pranešimai: 756
Įstojęs: 2006 Geg. 11 03:05:29
Įdėk tą tekstą Viso filmų: ir Peržiūrių į:
<div style='padding-right: 100px;'>Tas tekstas kurio tau reikia</div>
100px bandyk didint arba mažint kol atsiras tau reikiamoje vietoje. P.S šis kodas veiks, tik jei nori pastumti tą tekstą į dešinę arba į kairę.0
..Jei nori, bet negali - reiškia nepakankamai nori.
K1ll3r34
Narys
Žalias
Pranešimai: 14
Įstojęs: 2010 Geg. 26 14:05:26
Pabandžiau padaryt taip:
echo "<div style='padding-right: 1000px;'><div class='laikas'>Yra filmų: " . dbcount( "(news_id)" , DB_NEWS) . " | Viso peržiūrų:\n </div>" ; include THEME. "double_news_panel.php" ;
Bet vistiek tas pats.0
SofteriZ
Vyr. moderatorius
Kapitonas
Pranešimai: 756
Įstojęs: 2006 Geg. 11 03:05:29
Neesu garantuotas dėl šito, bet bandau visus realius variantus.
echo "<div style='padding-right: 1000px;' class='laikas'>Yra filmų: ".dbcount("(news_id)", DB_NEWS)." | Viso peržiūrų:\n</div>"; include THEME."double_news_panel.php";
Pamėgink panaudoti left, nes kartais jie susikeičia vietom, nežinau dėl ko šitai vyksta, greičiausia dėl kreivo kodo.0
..Jei nori, bet negali - reiškia nepakankamai nori.
K1ll3r34
Narys
Žalias
Pranešimai: 14
Įstojęs: 2010 Geg. 26 14:05:26
Vsio, dėkui, left padėjo
Turių paskutini klausyma jai man padėsit. Kaip pritaikiti ta Yra filmu:; Viso perziuru:; Prie štai šito modo http://phpfusion.lt/infusions/ad...don_id=24. Ta prasmę ne pagal naujienas o pagal šįą modifikaciją. Ten kažkaip eina filmai_kat.
duoble_news_panel.php:
<?php
$result = dbquery( "SELECT SUM(news_reads) as ialt FROM " . DB_NEWS. "" ) ;
echo dbresult( $result , 0 ) ;
echo "</font></td>\n </tr>\n </table>\n " ;
?>
Kitas:
echo "<div style='padding-left: 500px;' class='laikas'>Yra filmų: " . dbcount( "(news_id)" , DB_NEWS) . " | Viso peržiūrų:\n </div>" ; include THEME. "double_news_panel.php" ;
0
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!