vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Prevent forum from showing in new threads? (https://vborg.vbsupport.ru/showthread.php?t=165184)

RedGTiVR6 12-14-2007 10:27 PM

Prevent forum from showing in new threads?
 
I know about this mod: https://vborg.vbsupport.ru/showthread.php?t=91025

Which allows users to select which forums they don't want to see in the new threads page. However, I'm wondering if it's possible to do this from an admin side. I'd like to pick certain forums that won't be shown to users on the new threads page. This is for forums that are updated on a regular basis and is needless for others to see in the new thread page.

Anyone? Is this functionality already built into vBulletin and I'm just missing it somewhere?

thebigman87 12-14-2007 10:44 PM

Well I have a similar request before which seems to do the trick, simply add
Code:

&exclude={forumid}
to the New Posts and Get Daily

Example Link for New Posts

Code:

http://www.example.com/forum/search.php?do=getnew&exclude=1
You can add multiple forumid's simply by separating them by a Comma. Not sure if that will be suitable for you but thats the only suggestion I have for you. Hope that helps

RedGTiVR6 12-14-2007 10:53 PM

sweet!

I'm going to give it a try.

Thanks for the quick reply!

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

Unfortunately, I don't think it works for this.

Here's what I've got:

I'm using vBTracker which requires that you create a forum for it to work out of. I'm using Tracker as a bug reporting set-up. I don't want the new or updated bug reports to show up in the new thread pages. I've added the code, as suggested, but it still shows the bug reports. I think it might be because they aren't really a thread per say.

I've asked the developers if they might be willing to make a change for this...we'll see.

However, I'm going to tag this thread for future use as I could see it coming in very handy in the future! Thanks again!

thebigman87 12-14-2007 11:18 PM

I can't see why that would change anything because all that is doing is restricting the forums it searches for new posts.

RedGTiVR6 12-14-2007 11:23 PM

I've added it to all 3 areas (Posts from last day, posts from 2 days, and new posts) and it still shows....:(

thebigman87 12-15-2007 06:16 PM

Just visited your site and you need to remove the { } from the code, you have

Code:

&exclude={183}
When it should be just

Code:

&exclude=183
Hope that clears things up and sorry for the confusion.


All times are GMT. The time now is 09:40 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
  • Page Generation 0.01586 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete