vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Linking a forum as a tab in a profile? (https://vborg.vbsupport.ru/showthread.php?t=222376)

Mellymonster 09-03-2009 01:24 PM

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?

Lynne 09-03-2009 02:47 PM

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 -->

I tried linking it to forumdisplay there, but it wouldn't work (so you can take out the <a> tags around that tab title). Maybe you can just have the link in the tab where it says "Link here?" Or, just play with that code and maybe you can get it to work. I only spent a couple minutes playing with it.


All times are GMT. The time now is 08:36 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01069 seconds
  • Memory Usage 1,708KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete