The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi peeps
I know there is a hack for this but what i am wanting to do is permenatly turn off a couple of sections, I have a RSS news and a Google Alerts and its a bit much when the members have to troll through the the news to get to the normal posts.... Is there away to permenantly do this please? |
#2
|
|||
|
|||
![]()
YES! I am also looking for this as well as the option to discretely search such a forum as well (show new post for this forum) option.
Pleas someone look into this. |
#3
|
|||
|
|||
![]()
This one is a user selectable one, which is controlled via the usercp.
https://vborg.vbsupport.ru/showthread.php?t=91025 |
#4
|
|||
|
|||
![]() Quote:
|
#5
|
|||
|
|||
![]()
this one stops all new posts from that forum, but then if they want to search it at any point, they can remove it from the block list in the ACP and then it will show in the searches.
|
#6
|
|||
|
|||
![]()
Ah to bad there is no overide it would of been perfect!
well I know you were answering the initial post but thanks anyways. |
#7
|
|||
|
|||
![]()
Yeah this is a shame thanks Peterska, Love the new name colour
![]() Its a shame we can sepcifically opt out 1 or more forums as standard so that the user can deslect it should they wish... Oh well thanks anyway peeps |
#8
|
|||
|
|||
![]()
I'll have a think Bashy as I'm sure there is another way of doing it.
(BTW, I'm staff now ![]() Ok here we go Code:
search.php?do=getnew&exclude=X,Y To add this to your current navbar find Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> Code:
<td id="navbar_search_new" class="vbmenu_control"><a href="search.php?$session[sessionurl_q]do=getnew&exclude=X,Y" accesskey="4" rel="nofollow">$vbphrase[new_posts_nav]</a> <script type="text/javascript"> vbmenu_register("navbar_search_new"); </script></td> find Code:
<!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none"> Code:
<div class="vbmenu_popup" id="navbar_search_new_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="vbmenu_popup"><a href="search.php?$session[sessionurl_q]do=getnew&exclude=X,Y" accesskey="4" rel="nofollow">Limited Search</a></td> </tr> <tr> <td class="vbmenu_popup"><a href="search.php?$session[sessionurl_q]do=getnew" accesskey="4" rel="nofollow">$vbphrase[new_posts_nav]</a></td> </tr> </table> </div> |
#9
|
|||
|
|||
![]()
Thanks peterska2....
Although i i have the have for the get new posts, by days, hours, minutes and so on I aint too sure about where to add this to it... On another note, I also have the hack that shows in the navbar that says Welcome, Bashy. You last visited: 27 Minutes Ago at 09:48 AM 3 New Posts since your last visit. Its this 1 that shows up the all the posts from all sections and its this one that the members have complained about showing the 200 posts from the news section lol I aint 100% sure on adding your code to said hack |
#10
|
|||
|
|||
![]()
Ok in your navbar find the code for the new posts dropdown menu, and add the &excludeX,Y to the end of all the links in that section then add this to the very bottom of that code, just above </table>
Code:
<tr> <td class="vbmenu_popup"><a href="search.php?$session[sessionurl_q]do=getnew" accesskey="4" rel="nofollow">All new posts</a></td> </tr> Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|