Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
Hide Forum Posts in Activity Stream and Unread Posts Link Details »»
Hide Forum Posts in Activity Stream and Unread Posts Link
Version: 1.00, by SnaKe |WiH| SnaKe |WiH| is offline
Developer Last Online: Oct 2017 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.2.x Rating:
Released: 04-02-2013 Last Update: Never Installs: 10
Re-useable Code Code Changes Translations  
No support by the author.

************************************************** ***********
First, this is mod is a mix of information from multiple sources. I am posting it here so that it can be more easily found and used by others.
Thanks to Wired1979, New Joe, and support on vbulletin.com to figuring this all out.
************************************************** ***********

This mod will hide any forum listed from the Activity Stream and from the New Post link in the forum page.

**This mod requires php file edits and editing of links in the Navigation Manager.

To hide posts in a forum from the Activity Stream:
1. You need to edit your Post.php and Thread.php files located in your forum directory: vb/activitystream/view/perm/forum/
2. Download above two files and make a backup copy in case you want to revert back.
3. Using an editor (like notepad), add the following line to both Post.php and Thread.php:
AND
t.forumid NOT IN (2,4,6,8)
4. The comma separated numbers reflect your forum id numbers. If it is just one forum, then use one number.
5. As an example, here is a snippet of what mine looks like: (I omitted previous code, so find this code in your php files)

WHERE
p.postid IN (" . implode(",", array_keys($this->content['postid'])) . ")
AND
p.visible <> 2
AND
t.visible <> 2
AND
t.forumid NOT IN (23,94,96)

To hide posts in a forum from the New Posts link:
1. Enter your admincp and go to the Navigation Manager
2. Find the link under Forum tab for New Posts
3. Click edit
4. Add the following line:
search.php?{session.sessionurl}do=getnew&contentty pe=vBForum_Post&amp;exclude=96-Game-News
5. You MUST include the forum id and forum name
6. Repeat for the New Posts link under the What's New tab in the Navigation Manager

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
sweetpotato

Comments
  #2  
Old 04-09-2013, 03:49 PM
sweetpotato sweetpotato is offline
 
Join Date: Oct 2010
Posts: 239
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will try this mod. My site has forums for ads so I need to hide it from activities.
Reply With Quote
  #3  
Old 04-19-2013, 05:51 PM
sweetpotato sweetpotato is offline
 
Join Date: Oct 2010
Posts: 239
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Work like a charm on Vb 4.2.1.
Thanks so much,
Reply With Quote
  #4  
Old 02-14-2014, 06:52 AM
rrhill rrhill is offline
 
Join Date: Jul 2012
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This code really helped me out. Thanks a bunch!
Reply With Quote
  #5  
Old 02-14-2014, 07:44 PM
tme_power tme_power is offline
 
Join Date: Sep 2006
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice but too much edit. Great work anyway.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:16 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.03970 seconds
  • Memory Usage 2,250KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (1)post_thanks_box_bit
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (5)post_thanks_postbit_info
  • (4)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete