Pradinis
Pagalba
Užsisakyk!
- Reklamą
- Hostingą
- El. pašto dėžutę
Užsisakyk!
Įrankiai
Pasidalink
- Visos temos
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems |
Autorius: raox | Peržiūrų: 1596 |
raox Narys Margas Pranešimai: 107 Įstojęs: 2009 Bir. 21 22:06:48 | |
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ų? |
|
Pakartoti slaptažodį Moderatorius Viršesnis už Dievą Pranešimai: 5188 Įstojęs: 2008 Rugp. 6 22:08:39 | |
Theme.php render_header dalyje, table width padaryk 100%. |
|
raox Narys Margas Pranešimai: 107 Įstojęs: 2009 Bir. 21 22:06:48 | |
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 |
|
edis2 VIP narys Antras po Dievo Pranešimai: 3644 Įstojęs: 2008 Rugs. 25 17:09:15 | |
Atsidaryk theme.php ir $theme_width; pakeisk |
|
Pakartoti slaptažodį Moderatorius Viršesnis už Dievą Pranešimai: 5188 Įstojęs: 2008 Rugp. 6 22:08:39 | |
Virsus.php papostink. |
|
raox Narys Margas Pranešimai: 107 Įstojęs: 2009 Bir. 21 22:06:48 | |
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à</a><br> <img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=a' class='um'>Pateikti straipsná</a><br> <img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."submit.php?stype=p' class='um'>Pateikti nuotraukà</a><br> <br> <img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."edit_profile.php' class='um'>Redaguoti profilá</a><br> <img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."messages.php' class='um'>Asmeninës þinutës</a><br> <img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."members.php' class='um'>Nariø sàrað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=="Vartotojas") {this.value="";}' onblur='if (this.value=="") {this.value="";};'><br> <font color='#fffff'>Slaptaþodis</font><br> <input type='password' name='user_pass' class='textbox' style='width:100px' value='Vartotojas' onblur='if (this.value=="Vartotojas") {this.value="";}' onclick='if (this.value=="Vartotojas") {this.value="";}' onblur='if (this.value=="") {this.value="";};'><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þsiregistruoti</font></a><br>"; echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."lostpassword.php' class='um'><font color='#fffff'>Pamirðau slaptaþodá</font></a>"; if ($settings['enable_registration']) { echo "".$locale['065']."<br><br>\n"; } echo $locale['066']." </div>\n"; } echo "</td> </td> </tr> |
|
Mantas.. Narys Nuolatinis Pranešimai: 162 Įstojęs: 2008 Spa. 28 20:10:14 | |
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. |
|
raox Narys Margas Pranešimai: 107 Įstojęs: 2009 Bir. 21 22:06:48 | |
jo nekuriau ci afree template. as ja perdarineju |
|
Mantas.. Narys Nuolatinis Pranešimai: 162 Įstojęs: 2008 Spa. 28 20:10:14 | |
<td width=199 height=49 align=center style='border-right: solid #5c5e5d 2px;' bgcolor='#3d3f3e'><a Isplatink i ploti |
|
raox Narys Margas Pranešimai: 107 Įstojęs: 2009 Bir. 21 22:06:48 | |
i ploti ta prasme virsus.php faile ? ar theme.php? |
Peršokti į forumą: |