template

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
harr3
Berichten: 381
Lid geworden op: 11 okt 2004, 15:23
Contacteer:

template

Bericht door harr3 » 05 mar 2006, 00:00

Support template:
  • Wat is het probleem? forums en catogorie namen verschijnen niet na verandering van index body.tpl
    Wanneer ontstond het probleem? 23:56 , 4 maart
    Adres van je forum: http://spam.sp.funpic.org
    Geïnstalleerde mods: geen
    Huidige template: Eigen
    phpBB versie: 2.0.19
    Waar is je forum gehost: funpic.org
    Heb je onlangs iets verandert aan je forum? heb ik al verteld..
    Heb je gezocht naar een antwoord? ja, forums verschijnen niet
Overige opmerkingen: School Sucks!

abcde
Berichten: 1494
Lid geworden op: 19 feb 2004, 16:02

Bericht door abcde » 05 mar 2006, 01:50

Zou je kunnen vertellen wat je hebt veranderd, niet iedereen leest hier elk topic. Of even je index_body.tpl even ter bezichting plaatsen.
Bijna 1500 posts!

harr3
Berichten: 381
Lid geworden op: 11 okt 2004, 15:23
Contacteer:

Bericht door harr3 » 05 mar 2006, 10:00

Ja sorry, ik zal even het stuk wat ik heb veranderd geven.. (ik hoef het viewonline boxje zeker niet te posten want dat eheft er niks mee te maken :))

Code: Selecteer alles

<!-- BEGIN catrow -->
<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th class="thTop" colspan="6" height="28"><span class="catname"><a href="{catrow.U_VIEWCAT}" class="catname">{catrow.CAT_DESC}</a></span></th>
  </tr>
  <tr> 
	<td align="center" colspan="1" class="catdescription" height="14" nowrap="nowrap">&nbsp;</td>
	<td align="center" colspan="1" class="catdescription" height="14" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</td>
	<td align="center" width="50" class="catdescription" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</td>
	<td align="center" width="50" class="catdescription" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</td>
	<td class="catdescription" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="forum_img" 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="forumrowinfo">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="forumrowinfo">{catrow.forumrow.POSTS}</span></td>
	<td width="128" class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="forumrowinfo">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
</table> 
<br />
<!--  END catrow -->

abcde
Berichten: 1494
Lid geworden op: 19 feb 2004, 16:02

Bericht door abcde » 05 mar 2006, 10:47

harr3 schreef:
<!-- BEGIN catrow -->
<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
<tr>
<th class="thTop" colspan="6" height="28"><span class="catname"><a href="{catrow.U_VIEWCAT}" class="catname">{catrow.CAT_DESC}</a></span></th>
</tr>
<tr>
<td align="center" colspan="1" class="catdescription" height="14" nowrap="nowrap">&nbsp;</td> <td align="center" colspan="1" class="catdescription" height="14" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</td>
<td align="center" width="50" class="catdescription" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</td>
<td align="center" width="50" class="catdescription" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</td>
<td class="catdescription" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</td>
</tr>
<!-- BEGIN forumrow -->
<tr>
<td class="forum_img" 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="forumrowinfo">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="forumrowinfo">{catrow.forumrow.POSTS}</span></td>
<td width="128" class="row2" align="center" valign="middle" height="50" nowrap="nowrap"><span class="forumrowinfo">{catrow.forumrow.LAST_POST}</span></td>
</tr>
<!-- END forumrow -->
</table>
<br />
<!-- END catrow -->
Deze lijkt me in iedergeval overbodig, of is vroeg op de ochtend en ligt het aan mij.
Bijna 1500 posts!

harr3
Berichten: 381
Lid geworden op: 11 okt 2004, 15:23
Contacteer:

Bericht door harr3 » 05 mar 2006, 10:54

is voor de mooiegheid... dat hebben meerdere templates btw. maar weet je hoe ik ze weer terug krijg? :S

Gesloten