Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-21-2009, 08:08 PM
ITDarasgah's Avatar
ITDarasgah ITDarasgah is offline
 
Join Date: Mar 2009
Location: Pakistan
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need help about Community

Hi,
I want to remove the Community from my forum Please guide me ho can do it..for more information see the picture..
Attached Images
File Type: jpg pic.JPG (14.3 KB, 0 views)
Reply With Quote
  #2  
Old 05-21-2009, 08:28 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you want to disable the "Community" modification? Or do you just want to take the link out of the navbar?
Reply With Quote
  #3  
Old 05-21-2009, 08:33 PM
ITDarasgah's Avatar
ITDarasgah ITDarasgah is offline
 
Join Date: Mar 2009
Location: Pakistan
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
Do you want to disable the "Community" modification? Or do you just want to take the link out of the navbar?
I want to disable the Community and remove from navbar too....don't need this modification in my forum...
Reply With Quote
  #4  
Old 05-21-2009, 08:39 PM
IdanB's Avatar
IdanB IdanB is offline
 
Join Date: May 2009
Location: Israel
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

edit the "navbar" template & look for this code:

PHP Code:
<if condition="$show['communitylink'] AND $show['popups']">
        <
td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"vbmenu_register("community"); </script></td>
    <else /> 
replace it with:

PHP Code:
<if condition="$show['communitylink'] AND $show['popups']">
<else /> 
(either that or reverse IF condition & remove ELSE)
Reply With Quote
  #5  
Old 05-21-2009, 08:42 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I'm not sure on how to disable the community itself, but I will look into it, so if someone gets to it before I do, by all means, post the solution.

If you're trying to remove just the link, in your navbar template find:
HTML Code:
<if condition="$show['communitylink'] AND $show['popups']">
   <td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td>
  <else />
Replace that with:
HTML Code:
<if condition="$show['popups']">
Still in your navbar template, find and remove:
HTML Code:
<if condition="$show['communitylink']">
 <!-- community link menu -->
 <div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="$stylevar[left]">
  <table cellpadding="4" cellspacing="1" border="0">
  <tr><td class="thead">$vbphrase[community_links]</td></tr>
  $template_hook[navbar_community_menu_start]
  <if condition="$show['quick_links_groups']">
     <tr><td class="vbmenu_option"><a href="group.php$session[sessionurl_q]">$vbphrase[social_groups]</a></td></tr>
  </if>
  <if condition="$show['quick_links_albums']">
     <tr><td class="vbmenu_option"><a href="album.php$session[sessionurl_q]">$vbphrase[pictures_and_albums]</a></td></tr>
  </if>
  <if condition="$bbuserinfo['userid']">
   <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=buddylist"><if condition="$show['friends_and_contacts']">$vbphrase[contacts_and_friends]<else />$vbphrase[contacts]</if></a></td></tr>
  </if>
  <if condition="$show['memberslist']">
   <tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
  </if>
  $template_hook[navbar_community_menu_end]
  </table>
 </div>
 <!-- / community link menu -->
Reply With Quote
  #6  
Old 05-21-2009, 09:26 PM
ITDarasgah's Avatar
ITDarasgah ITDarasgah is offline
 
Join Date: Mar 2009
Location: Pakistan
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much...done
One more help need...want to remove Social Groups like a Community...and guest don't see the Members List list..
Reply With Quote
  #7  
Old 05-21-2009, 09:30 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For the memberlist, you can use this:

https://vborg.vbsupport.ru/showthread.php?t=144297
Reply With Quote
  #8  
Old 05-21-2009, 09:50 PM
ITDarasgah's Avatar
ITDarasgah ITDarasgah is offline
 
Join Date: Mar 2009
Location: Pakistan
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
For the memberlist, you can use this:

https://vborg.vbsupport.ru/showthread.php?t=144297
that is not working with 3.8.2
HTML Code:
The following dependencies were not met:

   1. This product is not compatible with version 3.8.2 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.6.99 and greater)
--------------- Added [DATE]1242995937[/DATE] at [TIME]1242995937[/TIME] ---------------

some one please help me

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

some one please help me

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

some one please help me
Reply With Quote
  #9  
Old 05-22-2009, 06:58 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SHER View Post
that is not working with 3.8.2
HTML Code:
The following dependencies were not met:
 
   1. This product is not compatible with version 3.8.2 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.6.99 and greater)
Thank you, I will update this for you later today

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

Ok, updated to 3.8.x

https://vborg.vbsupport.ru/showthread.php?t=214341
Reply With Quote
  #10  
Old 05-23-2009, 09:24 PM
ITDarasgah's Avatar
ITDarasgah ITDarasgah is offline
 
Join Date: Mar 2009
Location: Pakistan
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Redlinemotorsports View Post
Thank you, I will update this for you later today

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

Ok, updated to 3.8.x

https://vborg.vbsupport.ru/showthread.php?t=214341
Thank you so much...Install and work nice..like it
now tell me ho can remove the Social Groups from navabar that show after the removing of community.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:45 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.04273 seconds
  • Memory Usage 2,296KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_html
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete