Archiv verlassen und diese Seite im Standarddesign anzeigen : unterforen
Marlboro
05.02.2005, 21:43
hallo
ich möchte gerne das meine unterforen untereinander aufgelistet werden.
wie kann ich das realisieren?
thx
mali
forumhome_subforumseparator_nopost
forumhome_subforumseparator_post
Ersetze das Komma darin mit <br />.
Marlboro
05.02.2005, 22:20
danke Mystics,
http://www.setup-guru.com/sub.gif
nun würde ich noch gerne das erste unterforum unter den titel bekommen :)
danke
mali
forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level2_post
<strong>$vbphrase[subforums]</strong>:
=>
<strong>$vbphrase[subforums]</strong>:<br />
Marlboro
05.02.2005, 22:45
vielen dank :)
mali
Marlboro
20.10.2005, 19:08
forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level2_post
<strong>$vbphrase[subforums]</strong>:
=>
<strong>$vbphrase[subforums]</strong>:<br />
hallo mystics
könntest du mir vielleicht diesen code für das vB 3.5 updaten?
thx
mali
Marlboro
21.10.2005, 17:40
im forumhome_forumbit_level1_nopost template ist nichts zu finden :confused:
muss ich das einfügen? und wenn ja, wo?
sorry für die umstände
mali
<!-- Categoty Top -->
<table border="0" cellpadding="0" cellspacing="0" width="$stylevar[tablewidth]" align="center">
<tr>
<td width="21" height="31" align="left" valign="top" style="background-image: url($stylevar[imgdir_misc]/top_bg.gif)"><img border="0" src="$stylevar[imgdir_misc]/top_left.gif" width="21" height="31" alt="" /></td>
<td height="31" align="left" valign="middle" style="background-image: url($stylevar[imgdir_misc]/top_bg.gif)"><if condition="$show['forumdescription']"><a href="#" class="aria_cat_description"><img src="$stylevar[imgdir_button]/cat_description.gif" width="10" height="10" align="absmiddle" alt="$forum[description]" border="0" /></a></if><div class="aria_category"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><b>$forum[title]</b></a> </div></td>
<td width="19" align="left" valign="middle"><img src="$stylevar[imgdir_misc]/top_end.gif" alt="" width="19" height="31" border="0" /></td>
<td width="60%" align="right" valign="top" style="background-image: url($stylevar[imgdir_misc]/top_center.gif)"><a style="float:$stylevar[right]; padding-top: 9px;" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a></td>
<td width="14" height="31" align="right" valign="top"><img border="0" src="$stylevar[imgdir_misc]/top_right.gif" width="14" height="31" alt="" /></td>
</tr>
</table>
<!-- /Categoty Top -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead"> $vbphrase[threads] </td>
<td class="thead"> $vbphrase[posts]
</td>
</tr>
$childforumbits
</tbody>
</if>
</table>
<!-- Categoty Bottom -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/blc.gif" width="12" height="13" alt="" border="0" /></td>
<td width="100%" style="background-image:url($stylevar[imgdir_misc]/bottom.gif)"><img src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="13" alt="" border="0" /></td>
<td width="12" align="right" valign="top"><img src="$stylevar[imgdir_misc]/brc.gif" width="12" height="13" alt="" border="0" /></td>
</tr>
</table>
<!-- /Categoty Bottom -->
<div class="aria_cat_spacer"></div>
Das ist nicht das Original-Template. Das Original-Template sieht so aus und dort gibt es diesen Code:<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.