![]() |
New Posts
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? |
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?
|
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? |
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.
|
Thanks for the replies and help.
Code:
if condition="$show['member']"> 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 " ?????? |
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 |
Sorry for being a muppet :(
|
I like muppets. :D
|
Hehehe, many thanks Lynne.
|
You should also use "&" in place of "&" in the URL. :)
Code:
search.php?$session[sessionurl]do=getnew&exclude=xx,yy,zz |
All times are GMT. The time now is 03:48 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|