The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi,
I want to remove the Community from my forum Please guide me ho can do it..for more information see the picture.. |
#2
|
||||
|
||||
![]()
Do you want to disable the "Community" modification? Or do you just want to take the link out of the navbar?
|
#3
|
||||
|
||||
![]()
I want to disable the Community and remove from navbar too....don't need this modification in my forum...
|
#4
|
||||
|
||||
![]()
edit the "navbar" template & look for this code:
PHP Code:
PHP Code:
|
#5
|
||||
|
||||
![]()
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 /> HTML Code:
<if condition="$show['popups']">
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 --> |
#6
|
||||
|
||||
![]()
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.. |
#7
|
||||
|
||||
![]() |
#8
|
||||
|
||||
![]() Quote:
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) 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 |
#9
|
||||
|
||||
![]() Quote:
--------------- Added [DATE]1243042227[/DATE] at [TIME]1243042227[/TIME] --------------- Ok, updated to 3.8.x https://vborg.vbsupport.ru/showthread.php?t=214341 |
#10
|
||||
|
||||
![]() Quote:
now tell me ho can remove the Social Groups from navabar that show after the removing of community. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|