The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've searched the forums but can't seem to find what I want to know.
What I want is to be able to do is stop my hidden forums from showing in the New Posts page. Is this possible? |
#2
|
|||
|
|||
![]()
They should not show if the user doesn't have permission to them. But what do you call "New Posts page"? The new posts link in the navbar?
|
#3
|
|||
|
|||
![]()
Yes.
What I have is a forum that is not shown on the forum home and would like to omit it from the new posts page so any new posts on this forum don't show. I want this forum to be freely available for all to view but for it to be seperate and available via a link only. Is this possible without making it a user class? |
#4
|
||||
|
||||
![]()
To exclude forums in the New Posts button, you may add "&exclude=xx" or "&exclude=xx,yy,zz" (separate the forumids by commas) to the end of the New Posts url... ie. "/forums/search.php?do=getnew&exclude=xx" This would be in the navbar. I think it occurs in a couple of places there.
|
#5
|
|||
|
|||
![]()
Thanks for the replies and help.
Code:
if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> And if so how do I edit the line without buggering up the code? <td class="vbmenu_control"><a href="search.php?&exclude=xx,yy,zz$session[sessionurl]do=getnew " ?????? |
#6
|
||||
|
||||
![]()
I said to add it to the end of the url, not the middle:
HTML Code:
search.php?$session[sessionurl]do=getnew&exclude=xx,yy,zz |
#7
|
|||
|
|||
![]()
Sorry for being a muppet
![]() |
#8
|
||||
|
||||
![]()
I like muppets.
![]() |
#9
|
|||
|
|||
![]()
Hehehe, many thanks Lynne.
|
#10
|
||||
|
||||
![]()
You should also use "&" in place of "&" in the URL.
![]() Code:
search.php?$session[sessionurl]do=getnew&exclude=xx,yy,zz |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|