vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   making private forum link private (https://vborg.vbsupport.ru/showthread.php?t=176862)

goldendox 04-22-2008 12:44 PM

making private forum link private
 
Hi:

I just made a "quick forum jump" navbar at the top of my bb's page - http://www.thedachshundnetwork.com/vbb - but the private forum shows up for everyone. How can I code that to make it visible only to those with permission to access it? And could you tell me exactly where the code goes? I'm just been bitten by the vb bug. :-)

Thanks, so much.

Bradley_Wint 04-22-2008 01:00 PM

Edit the settings of the particular forum and choose to Not Show Private Forum

goldendox 04-22-2008 02:30 PM

This is a forum jump navbar that needs to be invisible to those unauthorized to see it, not the forum itself.

Lynne 04-22-2008 03:08 PM

Did you know you have an "<h6>" and "</h6>" in your title bar?

You could do a conditional in front of the link:
Code:

<if condition="is_member_of($bbuserinfo, array(x,y,z))">
show link if you are in usergroup x,y,or z
</if>


goldendox 04-22-2008 03:38 PM

Yes, but it was the only way i knew how to get the title to shrink.

Thank you for this help.

Can you tell me how to replace the h6 tags with the correct ones for vb?

Thank you, again.

Quote:

Originally Posted by Lynne (Post 1496620)
Did you know you have an "<h6>" and "</h6>" in your title bar?

You could do a conditional in front of the link:
Code:

<if condition="is_member_of($bbuserinfo, array(x,y,z))">
show link if you are in usergroup x,y,or z
</if>


--------------- Added [DATE]1208882635[/DATE] at [TIME]1208882635[/TIME] ---------------

Hi Again Lynne:

That didn't work, unfortunately.

Is this the way you want me to code it?

<td class="vbmenu_control"><if condition="is_member_of($bbuserinfo, array(x,y,z))">
show link if you are in usergroup x,y,or z
</if><a href="forumdisplay.php?f=56">Private</a></td>

Also, is there a setting that will allow you to be logged into the bb using one username, then logged into the admincp using another? Whenever I want to test something from a registered user end (vs admin), I then get bumped out of admincp.

Thanks.

Lynne 04-22-2008 03:44 PM

You should not have any html in your <title> tags. The title tag puts the words at the very top of the browser and it does not parse html. I've always tried to make the wording there as little as possible.

goldendox 04-22-2008 07:59 PM

how do i make the title text smaller? and the forum text...?

Lynne 04-22-2008 08:08 PM

The title text? The stuff in the very top browser bar? You can't change the text size for that.

As for the code, if that is the link you are wanting to only show to people who can see it - people in usergroup x or y or z:
Code:

<if condition="is_member_of($bbuserinfo, array(x,y,z))">
<td class="vbmenu_control"><a href="forumdisplay.php?f=56">Private</a></td>
</if>

But, you need to replace the x,y,z with the usergroup ids for the groups who can see the forum.


All times are GMT. The time now is 08:18 PM.

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.01584 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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