Pradinis
Pagalba
Užsisakyk!
- Reklamą
- Hostingą
- El. pašto dėžutę
Užsisakyk!
Įrankiai
Pasidalink
- Visos temos
Forumas | Modai, įskiepiai, panelės (PHP-FUSION) | Themes |
Autorius: _Tomas | Peržiūrų: 3719 |
_Tomas VIP narys Terminatorius Pranešimai: 1319 Įstojęs: 2007 Rugp. 26 20:08:12 | |
Taigi iškilo problema įdėti subheader mygtukus po headeriu. Štai kodas kuri noriu įdėti: echo "<table align='center' cellpadding='0' cellspacing='0' width='767'>\n<tr> Štai theme.php [ reikia kad butu po headeriu ] <?php Redagavo _Tomas 2008 Geg. 11 13:05:28 |
|
Narys Antras po Dievo Pranešimai: 4956 Įstojęs: 2007 Spa. 26 20:10:01 | |
Krauk po: <td align='right' class='white-header'>".ucwords(showdate("%A, %B %d, %Y", time()))."</td> Rules: 21 & 22 Read first! |
|
WantedBoy Narys Ekspertas Pranešimai: 2443 Įstojęs: 2007 Bir. 6 19:06:30 | |
SoNG parašė: Krauk po: <td align='right' class='white-header'>".ucwords(showdate("%A, %B %d, %Y", time()))."</td> Atrodys negraziai, bus tarpas tarp headerio ir mygtuku, ten kur laikrodis, nebent issiimsi laikrodi greitieji kreditai |
|
Toonis VIP narys Viršesnis už Dievą Pranešimai: 5741 Įstojęs: 2006 Spa. 17 14:10:03 | |
function render_header($header_content) { global $theme_width,$settings; echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'> <tr> <td> <table width='100%' cellspacing='0' cellpadding='0'> <tr> <td class='full-header' style='padding:5px;'> <table width='100%' cellspacing='0' cellpadding='0'> <tr> <td>$header_content</td> </tr> </table> </td> </tr> </table> echo "<table align='center' cellpadding='0' cellspacing='0' width='767'>\n<tr> <td><img src='".THEME."images/sub.png' usemap='#sub' width='767' height='34' border='0'></td> <map id='sub' name='sub'> <area shape='rect' coords=104,1,189,32' href='".BASEDIR."index.php'> <area shape='rect' coords='209,1,277,32' href='".BASEDIR."downloads.php'> <area shape='rect' coords='312,1,380,32' href='".BASEDIR."forum/index.php'> <area shape='rect' coords='403,1,466,32' href='".BASEDIR."photogallery.php'> <area shape='rect' coords='495,1,574,32' href='".BASEDIR."articles.php'> <area shape='rect' coords='597,1,671,32' href='".BASEDIR."contact.php'> </map></td> </tr> </table>\n" <td align='right' class='white-header'>".ucwords(showdate("%A, %B %d, %Y", time()))."</td> </tr> </table> <table width='100%' cellspacing='0' cellpadding='0'> <tr>\n"; } Gali būt blogai, neina man dėti kodų, kai nematau rezultato iškart. :| Taipogi nunešiau dalį kodo, nes ten kažkokia nereikalinga pisnia. :s [galingų saliutų foto] Redagavo Toonis 2008 Geg. 11 13:05:59 |
|
_Tomas VIP narys Terminatorius Pranešimai: 1319 Įstojęs: 2007 Rugp. 26 20:08:12 | |
SoNG Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/useris/saitas.lt/themes/Darken/theme.php on line 55 Toonis Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/useris/saitas.lt/themes/Darken/theme.php on line 30 |
|
mrZilvi Garbės narys Nuolatinis Pranešimai: 137 Įstojęs: 2007 Kov. 3 18:03:13 | |
Savizudiss parašė: Toonis Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/useris/saitas.lt/themes/Darken/theme.php on line 30 function render_header($header_content) { global $theme_width,$settings; echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'> <tr> <td> <table width='100%' cellspacing='0' cellpadding='0'> <tr> <td class='full-header' style='padding:5px;'> <table width='100%' cellspacing='0' cellpadding='0'> <tr> <td>$header_content</td> </tr> </table> </td> </tr> </table> echo "<table align='center' cellpadding='0' cellspacing='0' width='767'>\n<tr> <td><img src='".THEME."images/sub.png' usemap='#sub' width='767' height='34' border='0'></td> <map id='sub' name='sub'> <area shape='rect' coords=104,1,189,32' href='".BASEDIR."index.php'> <area shape='rect' coords='209,1,277,32' href='".BASEDIR."downloads.php'> <area shape='rect' coords='312,1,380,32' href='".BASEDIR."forum/index.php'> <area shape='rect' coords='403,1,466,32' href='".BASEDIR."photogallery.php'> <area shape='rect' coords='495,1,574,32' href='".BASEDIR."articles.php'> <area shape='rect' coords='597,1,671,32' href='".BASEDIR."contact.php'> </map></td> </tr> </table>\n"; <td align='right' class='white-header'>".ucwords(showdate("%A, %B %d, %Y", time()))."</td> </tr> </table> <table width='100%' cellspacing='0' cellpadding='0'> <tr>\n"; } |
|
_Tomas VIP narys Terminatorius Pranešimai: 1319 Įstojęs: 2007 Rugp. 26 20:08:12 | |
Kam tu meti tą patį kodą jeigu neveikia. Klaida: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/useris/saitas.lt/themes/Darken/theme.php on line 30 |
|
mrZilvi Garbės narys Nuolatinis Pranešimai: 137 Įstojęs: 2007 Kov. 3 18:03:13 | |
Savizudiss parašė: Kam tu meti tą patį kodą jeigu neveikia. Klaida: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/useris/saitas.lt/themes/Darken/theme.php on line 30 Ne tą patį :> Praleidau dar vieną klaidą. function render_header($header_content) { global $theme_width,$settings; echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'> <tr> <td> <table width='100%' cellspacing='0' cellpadding='0'> <tr> <td class='full-header' style='padding:5px;'> <table width='100%' cellspacing='0' cellpadding='0'> <tr> <td>$header_content</td> </tr> </table> </td> </tr> </table>"; echo "<table align='center' cellpadding='0' cellspacing='0' width='767'>\n<tr> <td><img src='".THEME."images/sub.png' usemap='#sub' width='767' height='34' border='0'></td> <map id='sub' name='sub'> <area shape='rect' coords=104,1,189,32' href='".BASEDIR."index.php'> <area shape='rect' coords='209,1,277,32' href='".BASEDIR."downloads.php'> <area shape='rect' coords='312,1,380,32' href='".BASEDIR."forum/index.php'> <area shape='rect' coords='403,1,466,32' href='".BASEDIR."photogallery.php'> <area shape='rect' coords='495,1,574,32' href='".BASEDIR."articles.php'> <area shape='rect' coords='597,1,671,32' href='".BASEDIR."contact.php'> </map></td> </tr> </table>\n"; echo "<td align='right' class='white-header'>".ucwords(showdate("%A, %B %d, %Y", time()))."</td> </tr> </table> <table width='100%' cellspacing='0' cellpadding='0'> <tr>\n"; } Redagavo mrZilvi 2008 Geg. 11 14:05:32 |
|
WantedBoy Narys Ekspertas Pranešimai: 2443 Įstojęs: 2007 Bir. 6 19:06:30 | |
Ir vėl taspats. Atsisiūsk dreamviewer ir bandyk kaišiot kodą greitieji kreditai |
|
mrZilvi Garbės narys Nuolatinis Pranešimai: 137 Įstojęs: 2007 Kov. 3 18:03:13 | |
WantedBoy parašė: Ir vėl taspats. Atsisiūsk dreamviewer ir bandyk kaišiot kodą Bandyk dar kartą tą paskutinį kur parašiau, paredagavau. Sekmadieniais į kodą geriau nežiūrėt man |
|
WantedBoy Narys Ekspertas Pranešimai: 2443 Įstojęs: 2007 Bir. 6 19:06:30 | |
Buvai toks kietas, kad moki viską, o čia jau tau didžiausia bėda Siūskis programą ir bandyk, ojei sekmadieniais į kodą tau geriau nežiūret, tai lauk Pirmadienio greitieji kreditai |
|
_Tomas VIP narys Terminatorius Pranešimai: 1319 Įstojęs: 2007 Rugp. 26 20:08:12 | |
Įsidėjau be jūsų |
|
WantedBoy Narys Ekspertas Pranešimai: 2443 Įstojęs: 2007 Bir. 6 19:06:30 | |
Nu pasakyk kur klaida buvo. greitieji kreditai |
|
Toonis VIP narys Viršesnis už Dievą Pranešimai: 5741 Įstojęs: 2006 Spa. 17 14:10:03 | |
Savizudiss parašė: Įsidėjau be jūsų Tai čia daug kas gali įsidėti kai iškart pamato rezultatą. ;} [galingų saliutų foto] |
|
_Tomas VIP narys Terminatorius Pranešimai: 1319 Įstojęs: 2007 Rugp. 26 20:08:12 | |
įsidėjau bet theme praplėčiau |
|
WantedBoy Narys Ekspertas Pranešimai: 2443 Įstojęs: 2007 Bir. 6 19:06:30 | |
Krc atrašai tai nesuprask, kodėl praplėtiai ir t.t. Gal img perdideli? greitieji kreditai |
|
Dandžu Narys Ekspertas Pranešimai: 3265 Įstojęs: 2007 Lie. 23 13:07:47 | |
WantedBoy tavęs pradėjau visiškai nesuprasti. Kas tau darosi žmogau? Reikėjo tik keliose vietose pakeisti iš " į ' ir viskas. |
|
Narys Antras po Dievo Pranešimai: 4956 Įstojęs: 2007 Spa. 26 20:10:01 | |
Aš irgi pastebėjau kad kuo toliau tuo daugiau pjauna grybą Rules: 21 & 22 Read first! |
Peršokti į forumą: |