The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hi,
i search for an template modification. i split my categories -> so there is space between the categories. at the "start" and at the end of each categorie i want a graphic. here you can see a example: http://www.dooster.de/forum/index.php |
|
#2
|
|||
|
|||
|
That is 2 hacks combined... One is called "Separate Forum Categories", which i think was made by Paul M, and the other is called Rounded Category Strips.
|
|
#3
|
|||
|
|||
|
thx for your answer, but i can't install the Rounded Category Strips hack cause i can't find
Quote:
other idea? |
|
#4
|
|||
|
|||
|
I would also like this modification if anyone can help.
|
|
#5
|
|||
|
|||
|
Did you search for "froumbit_level1_nopost"? Because the person made a typo. It's actually "forumbit_level1_nopost". Try that and tell me if it works.
|
|
#6
|
|||
|
|||
|
i search in the forumhome_forumbit_level1_nopost template. but i cannot find the code.
my idea is, that vBulletin modified this template. |
|
#7
|
|||
|
|||
|
They have by the looks of it because I can neither find it
|
|
#8
|
|||
|
|||
|
Post your template here and let me take a look to see if i can put it somewhere else.
|
|
#9
|
|||
|
|||
|
here we go
![]() Code:
</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<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 align="center">
<td class="thead" width="5%"> </td>
<td class="thead" width="45%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="30%">$vbphrase[last_post]</td>
<td class="thead" width="10%">$vbphrase[threads]</td>
<td class="thead" width="10%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="0%">$vbphrase[moderator]</td>
</if>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
|
|
#10
|
|||
|
|||
|
Ok, try this:
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|