MyBB Community Forums

Full Version: UnWanted Forum Search
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plugin Name: UnWanted Forum Search
Plugin Author: xerotic
Plugin Version: 1.0
Plugin Updates: 0
Plugin Description: This plugin users disallow forums to show up in the 'getnew', 'getdaily', and User Threads search.

Specifics:
No Admin Options except for plugin activation.
Shows all forums available to the user in AdminCP for them to select.
Simple to undo any 'blocked' forums a user makes.
Form submission from UserCP is sent to 'unforum.php'. Many error and security checks are in place.

Installation:

1. Upload the files from the ZIP to the appropriate areas.
  • unwantedforum.php - ROOT/inc/plugins/
  • unforum.php - ROOT/
2. Login to AdminCP and activate the plugin via the Plugin Manager (Mass Clear Tracking)

3. Utilize the plugin via UserCP

Preview:
[attachment=24131]

--Note--

If there are any problems, shoot me a message.

Download locations:
- http://www.mybbcentral.com/thread-7364.html
- http://mods.mybb.com/view/unwanted-forum-search

Thanks,
xerotic
^Did you read Yumi's plugin license?

I do not think there is something wrong with this.
Sama is correct here...
(2011-09-21, 08:06 AM)r00t3r Wrote: [ -> ]Leeched from http://mybbhacks.zingaburga.com/showthread.php?tid=870

/reported

There is a difference between 'leeched' and adapted.
(2011-09-21, 03:21 PM)Malcolm. Wrote: [ -> ]
(2011-09-21, 08:06 AM)r00t3r Wrote: [ -> ]Leeched from http://mybbhacks.zingaburga.com/showthread.php?tid=870

/reported

There is a difference between 'leeched' and adapted.

And doing what the f*** you want with it.

(2011-09-21, 08:06 AM)r00t3r Wrote: [ -> ]Leeched from http://mybbhacks.zingaburga.com/showthread.php?tid=870

/reported

I have never seen this plugin. I had the idea when a lot of people on a forum I am a part of kept complaining about one certain section always appearing in searches, which they hated.

Sorry to that creator for creating another plugin of it. I did not see yours and I did not copy any code.
How would I go about forcing this on users, would I go to PHPMyAdmin query and run: UPDATE mybb_users SET unforum = '1' WHERE unforum = '0' or something along those lines?