vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   how to disable comunity in vb4 (https://vborg.vbsupport.ru/showthread.php?t=242434)

raja811 05-13-2010 02:30 PM

how to disable comunity in vb4
 
hello

how to Disable for unregister user this part for vb4 please!!!
http://img25.imageshack.us/img25/297...0513164831.jpg

Note: it's not custom skin also default skin same probleme.
thanks

i am tryed this not work
PHP Code:

<vb:if condition="is_member_of($vbulletin->userinfo, 1)"><li class="popupmenu">
<
a href="javascript://" class="popupctrl" accesskey="6">{vb:rawphrase community}</a>
<
ul class="popupbody popuphover">
{
vb:raw template_hook.navbar_community_menu_start}
<
vb:if condition="$show['quick_links_groups']">
<
li><a href="group.php{vb:raw session.sessionurl_q}">{vb:rawphrase social_groups}</a></li>
</
vb:if>
<
vb:if condition="$show['quick_links_albums']">
<
li><a href="album.php{vb:raw session.sessionurl_q}">{vb:rawphrase pictures_and_albums}</a></li>
</
vb:if>
<
vb:if condition="$bbuserinfo['userid']">
<
li><a href="profile.php?{vb:raw session.sessionurl}do=buddylist"><vb:if condition="$show['friends_and_contacts']">{vb:rawphrase contacts_and_friends}<vb:else />{vb:rawphrase contacts}</vb:if></a></li>
</
vb:if>
<
vb:if condition="$show['memberslist']">
<
li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
</
vb:if>
{
vb:raw template_hook.navbar_community_menu_end}
</
ul>
</
li>
{
vb:raw template_hook.navbar_after_community}</vb:if> 


Lynne 05-13-2010 02:38 PM

The code your wrote ONLY shows it to Unregistered Users. You need to put a ! in front of the condition to say NOT. Although, a better way would be to just use $show['member']
HTML Code:

<vb:if condition="$show['member']">

raja811 05-13-2010 02:55 PM

thanks lynne.


All times are GMT. The time now is 10:12 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.01123 seconds
  • Memory Usage 1,730KB
  • 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)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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