problema html (la o tema phpbb3)

problema html (la o tema phpbb3)

Postby HeadoN » Fri 12 Feb 2010, 23:37

Salut !
am si eu o problema cu o tema phpbb3.
tema se numeste Hestia Demo & Download.
ceea ce vreau eu este sa aranjez forumurile temei in felul urmator:
Image dupa cum observati, in demou` pe care vi l-am pus sub bara de la categorie mai este o bara albastra pentru forumuri, eu am scos acea bara, scotand acea bara am deranjat forumurile, nu sunt aranjate cum trebuie ...ele trebuie sa fie aranjate in urmatorul mod:
Image dupa cum observati in aceasta imagine, forumurile sunt aranjate, in prima poza sunt deranjate.
ceea ce trebuia sa sterg pentru a scoate acea bara, este:
Code: Select all
<tr>
         <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
         <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
         <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
         <th width="175">&nbsp;{L_LAST_POST}&nbsp;</th>
aceste linii sunt sterse din extensia: forumlist_body.html ...se pare ca nu am sters bine, si de aceea vreau sa ma ajutati ...caut de 2 saptamani cum sa fac si nu gasesc pe nicaieri + ca cel care are tema aia cu forumurile aranjate, nu vrea sa-mi dea forumlist_body ...
uitati un link de downloadat catre fisierul forumlist_body: Download !

Sper sa ma ajutati !
Multumesc !

Respect ...!
HeadoN
 
Posts: 0
Joined: Fri 12 Feb 2010, 23:23

Re: problema html (la o tema phpbb3)

Postby lucian0308 » Sun 14 Feb 2010, 14:47

Code: Select all
<tr>
         <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
         <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
         <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
         <th width="175">&nbsp;{L_LAST_POST}&nbsp;</th>


ceea ce ai sters e bine numai ca daca te uiti un pic fiecare coloana care ai sters-o are width adica lungime
width se pune de obicei la primul rand (primul tr ) al fiecarui tabel (table) la fiecare coloana ( td sau th )
daca tu ai sters primul rand cu toate lungimile normal ca ia lungimea automat pt fiecare tabel

trebuie sa copiezi acele WIDTH la primul tau rand al tabelei
-------------------------------------------
Admin of this site!!!
-------------------------------------------
lucian0308
Administratorul
 
Posts: 53
Joined: Sat 02 Aug 2008, 19:18
Location: bucuresti

Re: problema html (la o tema phpbb3)

Postby HeadoN » Mon 15 Feb 2010, 15:23

imi poti corecta liniile ? adica sa le faci cum ai zis tu, eu nu prea am inteles partea cu:
Code: Select all
width se pune de obicei la primul rand (primul tr ) al fiecarui tabel (table) la fiecare coloana ( td sau th )
daca tu ai sters primul rand cu toate lungimile normal ca ia lungimea automat pt fiecare tabel
...din cate am inteles, trebuie sa pun width in fata la <tr> si sa sterg celelalte linii ? :D ...
HeadoN
 
Posts: 0
Joined: Fri 12 Feb 2010, 23:23

Re: problema html (la o tema phpbb3)

Postby lucian0308 » Tue 16 Feb 2010, 15:55

din fisierul atasat ai asa

Code: Select all
<tr>
         <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
         <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
         <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
         <th width="175">&nbsp;{L_LAST_POST}&nbsp;</th>
      </tr>
   <!-- ENDIF -->
   
   <!-- IF not forumrow.S_IS_CAT -->
      <!-- IF forumrow.S_IS_LINK -->
         <tr>
            <td *censored*="row1" width="31" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
            <td *censored*="row1">
               <!-- IF forumrow.FORUM_IMAGE -->
                  <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
               <!-- ENDIF -->
               <a *censored*="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
               <p *censored*="forumdesc">{forumrow.FORUM_DESC}</p>
               <!-- IF forumrow.FORUM_IMAGE --></td></tr></table><!-- ENDIF -->
            </td>
            <!-- IF forumrow.CLICKS -->
               <td *censored*="row2" colspan="3" align="center"><span *censored*="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
            <!-- ELSE -->
               <td *censored*="row2" colspan="3" align="center">&nbsp;</td>
            <!-- ENDIF -->
         </tr>
      <!-- ELSE -->
      <tr>
         <td *censored*="row1" width="31" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td *censored*="row1">
            <!-- IF forumrow.FORUM_IMAGE -->
               <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
            <!-- ENDIF -->
            <a *censored*="forumlink<!-- IF forumrow.S_UNREAD_FORUM --> link-new<!-- ENDIF -->" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p *censored*="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.MODERATORS -->
               <p *censored*="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
               <p *censored*="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.FORUM_IMAGE --></td></tr></table><!-- ENDIF -->
         </td>
         <td *censored*="row2" align="center"><p *censored*="topicdetails">{forumrow.TOPICS}</p></td>
         <td *censored*="row2" align="center"><p *censored*="topicdetails">{forumrow.POSTS}</p></td>
         <td *censored*="row2" align="center" nowrap="nowrap">
            <!-- IF forumrow.LAST_POST_TIME -->
               <p *censored*="topicdetails">{forumrow.LAST_POST_TIME}</p>
               <p *censored*="topicdetails">{forumrow.LAST_POSTER_FULL}
                  <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            <!-- ELSE -->
               <p *censored*="topicdetails">{L_NO_POSTS}</p>
            <!-- ENDIF -->
         </td>
      </tr>
      <!-- ENDIF -->
   <!-- ENDIF -->


iar dupa ce stergi si modifici devine

Code: Select all
   <!-- ENDIF -->
   
   <!-- IF not forumrow.S_IS_CAT -->
      <!-- IF forumrow.S_IS_LINK -->
         <tr>
            <td *censored*="row1" width="31" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
            <td *censored*="row1">
               <!-- IF forumrow.FORUM_IMAGE -->
                  <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
               <!-- ENDIF -->
               <a *censored*="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
               <p *censored*="forumdesc">{forumrow.FORUM_DESC}</p>
               <!-- IF forumrow.FORUM_IMAGE --></td></tr></table><!-- ENDIF -->
            </td>
            <!-- IF forumrow.CLICKS -->
               <td *censored*="row2" width="275" colspan="3" align="center"><span *censored*="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
            <!-- ELSE -->
               <td *censored*="row2" width="275" colspan="3" align="center">&nbsp;</td>
            <!-- ENDIF -->
         </tr>
      <!-- ELSE -->
      <tr>
         <td *censored*="row1" width="31" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td *censored*="row1">
            <!-- IF forumrow.FORUM_IMAGE -->
               <table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="middle" style="padding-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</td><td width="100%" valign="middle">
            <!-- ENDIF -->
            <a *censored*="forumlink<!-- IF forumrow.S_UNREAD_FORUM --> link-new<!-- ENDIF -->" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p *censored*="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.MODERATORS -->
               <p *censored*="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS -->
               <p *censored*="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.FORUM_IMAGE --></td></tr></table><!-- ENDIF -->
         </td>
         <td *censored*="row2" width="50" align="center"><p *censored*="topicdetails">{forumrow.TOPICS}</p></td>
         <td *censored*="row2" width="50" align="center"><p *censored*="topicdetails">{forumrow.POSTS}</p></td>
         <td *censored*="row2" width="175" align="center" nowrap="nowrap">
            <!-- IF forumrow.LAST_POST_TIME -->
               <p *censored*="topicdetails">{forumrow.LAST_POST_TIME}</p>
               <p *censored*="topicdetails">{forumrow.LAST_POSTER_FULL}
                  <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            <!-- ELSE -->
               <p *censored*="topicdetails">{L_NO_POSTS}</p>
            <!-- ENDIF -->
         </td>
      </tr>
      <!-- ENDIF -->
   <!-- ENDIF -->
-------------------------------------------
Admin of this site!!!
-------------------------------------------
lucian0308
Administratorul
 
Posts: 53
Joined: Sat 02 Aug 2008, 19:18
Location: bucuresti

Re: problema html (la o tema phpbb3)

Postby HeadoN » Wed 17 Feb 2010, 15:31

multumesc muuult Lucian :D
HeadoN
 
Posts: 0
Joined: Fri 12 Feb 2010, 23:23

Re: problema html (la o tema phpbb3)

Postby HeadoN » Thu 18 Feb 2010, 16:53

scuze, dar a aparut o problema ..la tema lipsesc liniile dintre forum-uri si post-uri, imagini: [Problema! , si asa ar trebui sa arate ...imi poti spune unde sa modific pentru a rezolva problema ?

Multumesc !
HeadoN
 
Posts: 0
Joined: Fri 12 Feb 2010, 23:23

Re: problema html (la o tema phpbb3)

Postby HeadoN » Sat 20 Feb 2010, 23:21

am rezolvat :D ...multumesc lucian pentru tot ajutorul acordat :D

TC !
HeadoN
 
Posts: 0
Joined: Fri 12 Feb 2010, 23:23


Return to HTML

Who is online

Users browsing this forum: No registered users and 0 guests

cron