Quote:
Originally Posted by Sworm
For a newbye is impossible to install this hack, very hard explanation.
|
Hey.. I'm newbie too, but i can installed this hack at my board, just read carefully the manual..
@Bob
I had installed this hack at non VBA CMPS forum, but i didn't want the forum list in other tab included, would you mind giving me the " How To " magic words....?
Ex :
1. Tab 1 ( Forum List Only )
2. Tab 2 ( Album Only )
3. Tab 3 ( New Post Only )
4. Tab 4 ( Blogs Only )
Btw i put this script on FORUMHOME, just like you said
PHP Code:
<!-- YUI Tabs Display Start -->
<div id="tab_container"></div>
<script type="text/javascript">
var tabView = new YAHOO.widget.TabView();
YAHOO.plugin.Dispatcher.delegate( new YAHOO.widget.Tab({ label: 'Forum', dataSrc: 'tabsample1.php', cacheData: false, active: true }), tabView);
YAHOO.plugin.Dispatcher.delegate( new YAHOO.widget.Tab({ label: 'Albums', dataSrc: 'tab_album.php', cacheData: false }), tabView);
YAHOO.plugin.Dispatcher.delegate( new YAHOO.widget.Tab({ label: 'New Posts', dataSrc: 'tabexcerpts.php', cacheData: false }), tabView);
tabView.appendTo('tab_container');
</script>
<!-- YUI Tabs Display End -->
Thx so much