Version: 2.0, by nerbert
Developer Last Online: Aug 2017
Category: Miscellaneous Hacks -
Version: 4.2.2
Rating:
Released: 10-19-2011
Last Update: 01-17-2015
Installs: 79
DB Changes Uses Plugins
Re-useable Code Translations
No support by the author.
New Version 2.0
I've completely overhauled this product. The earlier version cheated by marking ignored threads and forums as read before executing the get new query, so it worked only for New Posts set to get new. The way the new version works is still not elegant owing to lack of hook locations available but it gets the job done for New Posts, Today's Posts and in the Forum Home Page and Forum Display.
Other New Features:
Users can set where the Ignore System is enabled in their User Settings. It can be enabled for New Posts, Today's posts and Forum Home & Forum Display.
Ignored threads used to be listed in the User Settings by threadid, or the order in which the threads were first posted. All new additions to the ignore lists will show at the end of the list.
No template edits in this version. If you have already edited SHOWTHREAD and FORUMDISPLAY you can just leave the changes in place, JavaScript will set them to display:none.
When I developed the older version I had the database fields set with a character limit that limited how many threads could be ignored. In this version the number is unlimited.
This version has its own setting group and doesn't require any restrictions on Thread/Forum Read Marking Type.
Using the Ignore System
You can set a thread to ignored in the Thread Tools menu and unignore it there later if you can navigate back to it. Similarly you can ignore forums in Forum Tools menu. Thread and forum ignore lists can be edited in UserSettings.
Installation:
Upload the product XML file in Product Manager. If you have the old version, set to overwrite existing files. No edits or files to upload.
I would like to see a feature where i could pick default forums that i would like to ignore for everyone.
Or a stream line mod where it just ignores the forum of my choosing for all my users on the site.
Basically i want to ignore one forum I've made on my site from showing up for my users, its there if they wish to access it but its on the ignore list so it doesn't spam there new posts etx.
That would be a very difficult feature -- the adminCP setting would be $vbulletin->options['f_default'] but to work it would have to place the forumid string into $vbulletin->userinfo['f_ignore'], which would require an update query for all users every time you change it. In fact it would be difficult to write code that wouldn't do that every time you change any setting.
I doubt many people would get any use out of such a setting anyway.
You mean the template changes? You should have one default style that all other styles are children style of. If you change the templates in Default, all the child styles should inherit it unless their templates have been changed previously.