hi,
which version of vb are you running the mod on?
also, notice if your forums in your forum home view disappeared means it is working...
can you show us the code where you changed this below before modifications?
sounds like there is something incorrect...
Quote:
Originally Posted by Baghira
Hi. I can?t get it to work. Maybe, it?s my Forumhometab
This is what I have:
PHP Code:
<!-- main -->
<ol id="forums" class="floatcontainer">
{vb:raw forumbits}
</ol>
{vb:raw forumhome_markread_script}
<script type="text/javascript">
vBCollapseFactory();
</script>
<!-- /main -->
And this is what I did with it...
PHP Code:
<!-- main -->
{vb:raw template_hook.forumhome_above_forums}
<!-- Tabbed Forum Home -->
<div id="forumhome_container" style="margin-top:5px"> </div>
<script type="text/javascript"> {vb:raw eg_tfh} </script>
<!-- /Tabbed Forum Home -->
{vb:raw forumhome_markread_script}
<script type="text/javascript">
vBCollapseFactory();
</script>
<!-- /main -->
|