Quote:
Originally Posted by masons_mum
ooh please tell me how you managed that! I tried it, added a tcat in forum tab header bit, then changed the other tcat to t head...and it came out all wrong LOL. Still loving this mod, well done!
|
Heres wut i have....
for forumhome_tabs_headbits..,
Code:
<td class="thead" style="cursor:hand; cursor:pointer;cursor:hand;" onclick="javascript: forumhome_tabs_switch('forumhome_tabs_$forum[forumid]'); return false;">
<a href="#" onclick="javascript: forumhome_tabs_switch('forumhome_tabs_$forum[forumid]'); return false;"><center><b>$forum[title]</b></center>
</a>
</td>
and for forumhome_tabs_head
Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" class="tborder" width="100%" <if condition="$vboptions[g_forumhome_tabs_add_table]">style="border-top-width: 0px;"</if>>
<td class="tcat" colspan="9" align="center">
Forum Categories
</td>
<tr>
$forumhome_tabs_headbits
</tr>
</table>
<div id="forumhome_tabs_switch_content">
<if condition="$vboptions[g_forumhome_tabs_add_table]">
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" style="border-top-width: 0px;" width="100%">
</if>
$forumhome_tab_main
<if condition="$vboptions[g_forumhome_tabs_add_table]">
</table>
</if>
</div>
now... remember you may want to see which looks better... either in the headbits it would say thead or tcat and and tabs_head... that would be the opposite.... you also have to change the colspan in forumhome_tabs_head to how many categories you have...or else it will throw it off....gio i hope you dont mind showin this....