Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
-
Eefjuh
- Berichten: 512
- Lid geworden op: 07 jan 2005, 14:26
-
Contacteer:
Bericht
door Eefjuh » 02 mei 2005, 18:09
Ik kwam een redenlijk eind, maar niet ver genoeg:
index_box.tpl:
Code: Selecteer alles
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td width="46" class="{catrow.cathead.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" width="100%" colspan="{catrow.cathead.INC_SPAN}"><span class="cattitle"><a href="{catrow.cathead.U_VIEWCAT}" class="cattitle" title="{catrow.cathead.CAT_DESC}">{catrow.cathead.CAT_TITLE}</a></span></td>
<th width="50" class="indexkop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="indexkop" nowrap="nowrap"> {L_POSTS} </th>
<th width="150" class="indexkop" nowrap="nowrap"> {L_LASTPOST} </th>
<th width="50" class="indexkop" nowrap="nowrap"> </th>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td width="46" class="{catrow.forumrow.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
<!-- END inc -->
<td class="row1" width="100%" height="50" colspan="{catrow.forumrow.INC_SPAN}" valign="top">
<!-- BEGIN forum_icon -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" height="47">
<tr>
<td width="46" align="center"><a href="{catrow.forumrow.U_VIEWFORUM}"><img src="{catrow.forumrow.ICON_IMG}" border="0" /></a></td>
<td>
<!-- END forum_icon -->
<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}</span>
<!-- BEGIN forum_icon -->
</td>
</tr>
</table>
<!-- END forum_icon -->
</td>
<!-- BEGIN forum_link_no -->
<td class="row3" 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="row3" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
<td class="row3" 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}" /></span></td>
<!-- END forum_link_no -->
<!-- BEGIN forum_link -->
<td class="row3" align="center" valign="middle" height="50" colspan="3"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
<!-- END forum_link -->
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table>
<br class="gensmall" />
<!-- END tablefoot -->
<!-- END catrow -->
Met dit resultaat:
Klopt dus niet dus nu de vraag, wat gaat hier nou fout?
-
Bee
- Berichten: 13403
- Lid geworden op: 29 aug 2004, 10:30
Bericht
door Bee » 02 mei 2005, 19:42
Zoek
Code: Selecteer alles
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" width="100%" colspan="{catrow.cathead.INC_SPAN}">
Inline find:
Vervang door
... Maar ik modereer (nog) niet.
-
Eefjuh
- Berichten: 512
- Lid geworden op: 07 jan 2005, 14:26
-
Contacteer:
Bericht
door Eefjuh » 02 mei 2005, 19:51
?
Dat heeft dr dus niks mee te maken..
Mijn laatste berichten icoontjes staan nu links en die wil ik rechts...
Als ik jou ding doe gebeurt dr helemaal niks.
Ik moet juis een extra "tabel" hebben aan de recter kant waar die icoontjes in komen.
Plaatje:
1 = zoals het normaal met de mod is
2 = zoals het word mijn mijn geplaatste index_box.tpl
3 = zoals ik wil dat het word

-
harr3
- Berichten: 381
- Lid geworden op: 11 okt 2004, 15:23
-
Contacteer:
Bericht
door harr3 » 03 mei 2005, 10:40
Code: Selecteer alles
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td width="46" class="{catrow.cathead.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" width="100%" colspan="{catrow.cathead.INC_SPAN}"><span class="cattitle"><a href="{catrow.cathead.U_VIEWCAT}" class="cattitle" title="{catrow.cathead.CAT_DESC}">{catrow.cathead.CAT_TITLE}</a></span></td>
<th width="50" class="indexkop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="indexkop" nowrap="nowrap"> {L_POSTS} </th>
<th width="150" class="indexkop" nowrap="nowrap"> {L_LASTPOST} </th>
<th width="50" class="indexkop" nowrap="nowrap"> </th>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td width="46" class="{catrow.forumrow.inc.INC_CLASS}"><img src="{SPACER}" width="46" height="0" /></td>
<!-- END inc -->
<td class="row1" width="100%" height="50" colspan="{catrow.forumrow.INC_SPAN}" valign="top">
<!-- BEGIN forum_icon -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" height="47">
<tr>
<td width="46" align="center"><a href="{catrow.forumrow.U_VIEWFORUM}"><img src="{catrow.forumrow.ICON_IMG}" border="0" /></a></td>
<td>
<!-- END forum_icon -->
<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}</span>
<!-- BEGIN forum_icon -->
</td>
</tr>
</table>
<!-- END forum_icon -->
</td>
<!-- BEGIN forum_link_no -->
<td class="row3" 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="row3" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
<!-- END forum_link_no -->
<!-- BEGIN forum_link -->
<td class="row3" align="center" valign="middle" height="50" colspan="3"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
<!-- END forum_link -->
<td class="row3" 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}" /></span></td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table>
<br class="gensmall" />
<!-- END tablefoot -->
<!-- END catrow -->