Re: how to integrate tabcontent in VbAdv.
Quote:
Originally Posted by radarhunter i see u`re workin` on that tab system.....
can i have the current code please and wat to upload where.....
I also would like to try this out right away........
no i don`t have it anywhere on my site... though i tried it but couldn`t succeed.......
u`re code look gud and i guess i can find a way to display the rss...
Could u please give me the template code and what all is needed to upload where ....... |
okay, well I'm still playing with it but this is what I did.
I uploaded those 4 files ( from the link in the first post) to the root
and then made a new template module with this info
Code:
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#" rel="tcontent1">Tab 1</a></li>
<li><a href="#" rel="tcontent2">Tab 2</a></li>
<li><a href="#" rel="tcontent3">Tab 3</a></li>
<li><a href="#" rel="tcontent4">Submit</a></li>
<li><a href="http://forum.vbulletinsetup.com">Forums</a></li>
<li><a href="http://forum.vbulletinsetup.com/custom-pages-vbulletin-services.html">vB Services</a></li>
</ul>
<div class="tabcontentstyle">
<div id="tcontent1" class="tabcontent" align="center">
<a href="http://www.anrdoezrs.net/lf115xdmjdl0355938402154593A" target="_blank" onmouseover="window.status='http://www.vbulletin.com';return true;" onmouseout="window.status=' ';return true;">
<img src="http://www.lduhtrp.net/fn101drvjpn8BDDHBGC8A9DCDHBI" alt="Build a community to build your business! " border="0"/></a><br />
<br />
<b>Watch this spot ^-^ More to come</b> ! <br />
<a href="http://forum.vbulletinsetup.com/f7/">vBulletin SEO Tips and Tweaks</a><br />
<a href="http://forum.vbulletinsetup.com/f15/">vBulletin Skins, Styles and Templates</a><br />
<a href="http://forum.vbulletinsetup.com/f58/">vBulletin Hacks and Modifications</a><br />
<a href="http://forum.vbulletinsetup.com/f18/">Ask your vBulletin Questions</a><br />
<a href="http://forum.vbulletinsetup.com/blogs/">vBSetup Memeber Blogs<p><p>
- - - - - - -
<p><b><a href="javascript: expandtab('maintab', 3)">Click Here to Submit your Sites</a></b></p>
</div>
<div id="tcontent2" class="tabcontent">
Tab content 2 here<br />Tab content 2 here<br />
</div>
<div id="tcontent3" class="tabcontent">
Tab content 3 here<br />Tab content 3 here<br />
</div>
<div id="tcontent4" class="tabcontent">
<a href="http://directory.vbulletinsetup.com/">Quality Link Directory</a><br />
<a href="http://www.vbs.in/">Deep Links Directory</a><br />
<a href="http://forum.vbulletinsetup.com/f42/">vBulletin Link Directory</a><br />
</div>
</div>
<script type="text/javascript">
//Start Tab Content script for UL with id="maintab" Separate multiple ids each with a comma.
initializetabcontent("maintab")
</script> Then I edited the CSS file ( one of the 4 you need to upload) to make the box wide.. I have it set at 96% width I think.