Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Prasau padeti :(

Parašė raox· 2009 Bir. 25 12:06:43
#1

Sveiki. Taigi susidūriau su tokia problemėle. www.rolleris.tk matot praplėčiau temos body. bet pats viršus ten kur antgalvis (headeris) liko toks standartinis. gal zinot ka reiktu pakeist theme.php failiuke? kad ir jis išsiplėstu per visą monitorių??|

Parašė Pakartoti slaptažodį· 2009 Bir. 25 12:06:21
#2

Theme.php render_header dalyje, table width padaryk 100%.

Parašė raox· 2009 Bir. 25 12:06:08
#3

aciu bandysiu :)


function render_header($header_content) {



global $theme_width;



echo "<table align='center' cellspacing='0' cellpadding='0' width='100%'>

<tr>

<td>

<table cellpadding='0' cellspacing='0' width='100%'>

<tr>

<td>

<table cellpadding='0' cellspacing='0' align='center' width='$theme_width'>

<tr>

<td style='border-bottom: solid #5c5e5d 2px;'>";

include_once "virsus.php";

echo "</td>

</tr>

</table>

</td>

</tr>

</table>\n";



echo "<table align=center cellpadding='0' cellspacing='0' width='100%' >\n<tr>\n";

Kazin kurioje čia vietoje? nes nerandu :s

Redagavo raox· 2009 Bir. 25 12:06:31

Parašė edis2· 2009 Bir. 25 13:06:58
#4


Atsidaryk theme.php ir $theme_width; pakeisk ;)

Parašė Pakartoti slaptažodį· 2009 Bir. 25 14:06:09
#5

Virsus.php papostink. :)

Parašė raox· 2009 Bir. 25 14:06:31
#6

visa? :)

<?php

echo "

<table align=center border=0 cellpadding='0' cellspacing='0' width='$theme_width' style='border-right: solid # 2px;'>

<tr>

<td width=199 height=49 align=center style='border-right: solid #5c5e5d 2px;' bgcolor='#3d3f3e'><a href=".BASEDIR."index.php><img src=".THEME."nuorodos/home.jpg border=0></a><img src=".THEME."nuorodos/hr.jpg border=0><a href=".BASEDIR."search.php><img src=".THEME."nuorodos/search.jpg border=0></a><img src=".THEME."nuorodos/hr.jpg border=0><a href=".BASEDIR."contact.php><img src=".THEME."nuorodos/contact.jpg border=0></a></td>

<td width=472 height=49 bgcolor='#3d3f3e' align=left>
<td width=199 height=51 style='border-left: solid # 2px;' bgcolor='#3d3f3e' background='".THEME."images/headeris3.jpg' align=right class='headeris5'></td>

<table align=center border=0 cellpadding='0' cellspacing='0' width='662'>
</tr>
</table>

</tr>
</table>



<table align=center border=0 cellpadding='0' cellspacing='0' width='$theme_width' bgcolor='#3d3f3e'>

<tr>

<td width=195 >


<table align=center border=0 cellpadding='0' cellspacing='0' width='195' height='194' bgcolor='#3d3f3e'>
<td background='".THEME."images/navigacija.jpg' class='nuorodos'>"; echo showsublinks("<br><img src=".THEME."images/bullet.gif border=0>",white); echo "</td>
</table>


<td width=663>

<table align=left border=0 cellpadding='0' cellspacing='0' width='460' class='headeris'>

<tr>

<td width='460' height='194' background='".THEME."images/headeris.jpg'></td>
<table align=center border=0 cellpadding='0' cellspacing='0' width='193' bgcolor='#3d3f3e'>

<tr>

<td width=150 valign=top height=150 background='".THEME."images/navigacija2.jpg' style='padding: 4px;'><br>";

if (iMEMBER) {

$msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'");

echo "<br>

<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=n' class='um'>Pateikti naujien&#224;</a><br>

<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=a' class='um'>Pateikti straipsn&#225;</a><br>

<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=p' class='um'>Pateikti nuotrauk&#224;</a><br>

<br>

<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='um'>Redaguoti profil&#225;</a><br>

<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='um'>Asmenin&#235;s &#254;inut&#235;s</a><br>

<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='um'>Nariø s&#224;ra&#240;as</a><br>

<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."setuser.php?logout=yes' class='um'>Atsijungti</a>\n";

} else {

echo "<br><div align='center'>".(isset($loginerror) ? $loginerror : "")."

<form name='loginform' method='post' action='".FUSION_SELF."'>
<font color='#fffff'>Vartotojo vardas</font>
<input type='text' name='user_name' class='textbox' style='width:100px' value='Vartotojas' onclick='if (this.value==&quot;Vartotojas&quot;) {this.value=&quot;&quot;;}' onblur='if (this.value==&quot;&quot;) {this.value=&quot;&quot;;};'><br>
<font color='#fffff'>Slapta&#254;odis</font><br>
<input type='password' name='user_pass' class='textbox' style='width:100px' value='Vartotojas' onblur='if (this.value==&quot;Vartotojas&quot;) {this.value=&quot;&quot;;}' onclick='if (this.value==&quot;Vartotojas&quot;) {this.value=&quot;&quot;;}' onblur='if (this.value==&quot;&quot;) {this.value=&quot;&quot;;};'><br>

<input type='submit' name='login' value='Prisijungti' class='button'><br>

</form></div>

<br>\n";


echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."register.php' class='um'><font color='#fffff'>U&#254;siregistruoti</font></a><br>";

echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."lostpassword.php' class='um'><font color='#fffff'>Pamir&#240;au slapta&#254;od&#225;</font></a>";


if ($settings['enable_registration']) {

echo "".$locale['065']."<br><br>\n";

}

echo $locale['066']."

</div>\n";

}

echo "</td>

</td>
</tr>

Parašė Mantas..· 2009 Bir. 25 14:06:14
#7

Tu gi tos temos net nekuriai.Cia ta tema kur yra internete kazkokia DJ vadinasi tu pakeitei headeri.
Man atrodo headeri padidink.Ir pats virsus padides.Arba jeigu yra toks dalykas:
echo "<table width='780' height='249' border='0' cellpadding='0' cellspacing='0'>



Tai isdidink,i ploti.

Parašė raox· 2009 Bir. 25 14:06:13
#8

jo nekuriau ci afree template. as ja perdarineju :)

Parašė Mantas..· 2009 Bir. 25 14:06:28
#9

<td width=199 height=49 align=center style='border-right: solid #5c5e5d 2px;' bgcolor='#3d3f3e'><a



Isplatink i ploti ;)

Parašė raox· 2009 Bir. 25 18:06:25
#10

i ploti ta prasme virsus.php faile ? ar theme.php?