Log in

View Full Version : Help please


Charlie98902
05-30-2007, 10:53 PM
I have the category spacing mode for VB version 3.6.4 I believe? I also have a custom made template that is acting funny when this mod is installed if it isn't then all is fine. Is there a way to stop the separate cats for just that one style?

snakes1100
05-30-2007, 11:49 PM
It will help if you post something for us to see.

1. Link to hack
2. Template Coding.
3. Pic of issue.

Charlie98902
05-31-2007, 12:00 AM
Here's the code :

<div class="cat_top_1"><div class="cat_top_2"><div class="cat_top_3"><div class="cat_top_4"><span class="cat_top_text"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a><if condition="$show['forumdescription']">: <span class="smallfont">$forum[description]</span></if></span><a class="cat_img" 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></div></div></div></div><div class="cat_wrap_1"><div class="cat_wrap_2"><div class="cat_wrap_3">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr align="center">
<td class="thead" width="3%">&nbsp;</td>
<td class="thead" width="47%" 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">$vbphrase[moderator]</td>
</if>
</tr>
</thead>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
</table>
</div></div></div><div class="cat_bottom_1"><div class="cat_bottom_2"><div class="cat_bottom_3"><!-- blank --></div></div></div><br />


Mod I use for the other 3 forum styles.

https://vborg.vbsupport.ru/showthread.php?t=123713

The first pic on the left is what it should look like and it does till I go down to other forum categories. The one on the left is what is messed up.

Thanks