Categorieën splitten

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
missoizo
Berichten: 14
Lid geworden op: 13 apr 2006, 20:34
Locatie: den haag

Categorieën splitten

Bericht door missoizo » 21 sep 2006, 18:01

Support Template
  • Wat is het probleem?Ik krijg de categorieën van de forums niet gesplit. Ik moet ergens een <br / > plaatsen alleen de vraag is waar, want het lukt me voor geen meter!
    Wanneer ontstond het probleem?
    Adres van je forum: http://www.humorforum.nl/index.php
    Modifications op je forum:
    Huidige stijl: LastCrusade
    phpBB versie:laatste
    Waar is je forum gehost: Alfahosting
    Heb je onlangs iets verandert aan je forum? ja zoveel!
Overige opmerkingen: De bedoeling is om de categorieën te splitten, zodat er een border om heen geplaatst kan worden en dat ze apart staan van de rest. Wie kan mij helpen aub?

Raimon
Berichten: 4397
Lid geworden op: 27 aug 2005, 12:59
Contacteer:

Bericht door Raimon » 21 sep 2006, 18:59

Je bedoel tussen ruimte tussen de forums neem ik aan?
Dus een soort spatie tussen forum a, eronder forum b Categrie.
Zo ja, minst je subSilver stijl gebruikt zul je deze code meoten vervangen in het bestand /templates/subSilver/overall_header.tpl

Let wel op dit is per stijl verschilend controleer eventjes jou overall_header.tpl

Code voor spatie op subSilver stijl:

Code: Selecteer alles

<!-- BEGIN catrow --> 
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> 
  <tr> 
   <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td> 
   <td class="rowpic" colspan="3" align="right">&nbsp;</td> 
  </tr> 
  <tr> 
   <th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th> 
   <th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th> 
   <th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th> 
   <th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th> 
  </tr> 
  <!-- BEGIN forumrow --> 
  <tr> 
   <td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td> 
   <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br /> 
     </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br /> 
     </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td> 
   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td> 
   <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td> 
   <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td> 
  </tr> 
  <!-- END forumrow --> 
  <tr> 
   <td class="spaceRow" colspan="5" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td> 
  </tr> 
</table> 
<br /> 
  <!-- END catrow -->

Gesloten