The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Linking a forum as a tab in a profile?
Hey there,
I was thinking about making a forum area that is not on the open forum for all to see, where it is just a link in a profile, for each member, so I have 261 member, so 261 forum areas, each there own, or even 1 area with 261 threads for each member, I want to know if there is away I can link each member's thread or forum, whichever way I decide to go, to there profile in a tab? So when you click the tab, it takes you straight to it? Does this make sense? |
#2
|
||||
|
||||
You can quickly add a tab (add this in amongst the 'blocks' at the end in MEMBERINFO):
HTML Code:
<!-- added --> <div id="test" class="tborder content_block"> <h4 class="thead block_title"> <span class="block_name "><a href="forumdisplay.php?f=4">Test Name</a></span> </h4> <div class="block_content" id="collapseobj_test" style=""> <div class="alt1 block_row"> <fieldset class="mytorrentstats_group"><legend>Go Here</legend>Link here?</fieldset> </div> </div> </div> <!-- end added --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|