Version: 1.0.4, by nhawk
Developer Last Online: May 2021
Category: BB Code Enhancements -
Version: 4.1.4
Rating:
Released: 07-12-2011
Last Update: 05-25-2012
Installs: 52
No support by the author.
THIS ADD-ON IS NO LONGER AVAILABLE AND IS NOT SUPPORTED
This mod hides or removes the contents of the CODE BB Code from usergroups of your choice in both posts and private messages.
* FEATURES *
--------------
Control who can view [CODE] by usergroup.
Replace the viewed contents in [CODE] with a message of your choice.
Completely remove [CODE] from view.
Removes meta tag content from prying eyes.
NOTE: This mod has been tested on vB 4.0.7, 4.1.4, 4.1.5 and 4.1.7 through 4.2.1. It may or may not work on versions earlier than 4.0.7. Please let me know what vB version you are running if there is a problem.
* INSTALLATION *
-------------------
1) Import the product XML file (product-bbchide.xml) into the Product Manager in AdminCP.
2) Go to AdminCP->Settings->Options->BB Code Hider Lite Settings, turn on the hider and setup the options.
* UPGRADE *
-------------
1) Import the product XML file (product-bbchide.xml) into the Product Manager in AdminCP. Be sure to set 'Allow Overwrite' to 'Yes'.
* History (Changelog) *
-------------------------
1.0.4 (May 26, 2012)
- Add hide functions for vB 4.2 activity stream and threadbit preview.
1.0.3 (November 7, 2011)
- Removed copyright symbol from plugins for those having install problems.
1.0.2 (October 27, 2011)
- Fix text cached by vBulletin being displayed.
1.0.1 (July 14, 2011)
- Updated to work with versions earlier than 4.1.4.
1.0.0 (July 13, 2011)
- Initial public release.
Screenshots are of the Premium Version - The Lite version only hides CODE tags. The Premium Version is no longer available.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Hey nhawk, can you explain how you fixed the caching issue? I looked at the code briefly but couldn't see it. Actually, if you can explain how the caching system works that would be cool.
LOL, I saw your reply in the other thread and PM'd you..
But for everyone's benefit, it's really quite simple.
This was added to all plugins to kill the cached info..
Code:
$parsedtext = '';
To be perfectly honest, I'm still not 100% certain how the built in cache works. I just ran across it while working on something else and spotted a post with 'hidden' code in it and then it hit me what was happening with this mod. By adding the above code, it cancel's out the info read from the cache table.
I know this is not purpose of this mod, but just to ask, how hard it would be to have mod that disables certain usergroups from using certain BBcodes at all? I know this is a bit off topic here...
I know this is not purpose of this mod, but just to ask, how hard it would be to have mod that disables certain usergroups from using certain BBcodes at all? I know this is a bit off topic here...