About this hack:
This hack will give you advanced control on BBCode. You will be able to define for each usergroup what BBCode they may or may not use. This hack works for both standard AND custom BB code!
Installation information on hack:
Files edited: 0
Templates edited: 0
Files to upload: 0
Time to install: 10 seconds max
Updates:
Version 3.0 (08/03/06):
Initial release of this hack for vb 3.6
[CHANGED] Re-did the way the permissions are stored to fix a lot of bugs.
Please post your comments or suggestions for this hack. I read ALL posts.
MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released.
This hack is created for your use free of charge. No payment is requested. However, if you would like to donate money for the work I put in to this hack, a donation would show your appreciation.
installed without problems but when i turn it on for guests, links [code] are still showing.
That means that this actually doesn't work. I have a custom theme. Is that maybe a problem?
Ahh yes, go to your Admin CP -> Plugin manager, go to the Advanced BB CodePermissions mod and go to the plugin: Advanced BBCode Permissions on hook: bbcode_parse_complete
Find the line: (It should be the only line)
Code:
$this->tag_list = $this->bbcode_tag_list;
Replace it with:
Code:
if (isset($this->bbcode_tag_list))
{
$this->tag_list = $this->bbcode_tag_list;
}
And you're set... it should work with other add-ons if you do this... it works within normal vbulletin pages without this change however.
Bro you have rescue me again, thank you so much
Confirm working on vb4.1.3
Does this mod still ignore the IMG tag usergroup perm functionality? Unfortunately I had to uninstall as thats the function I really need. Easiest way to extinguish the porn spammers. I dont care if anyone posts with bold or italics.
If something else is out there that address the IMG tag for usergroups, let me know. Thanks.
I am seeing here that its working for vb 4.x series, but I installed it on vb4.1.7 , guests can still post links .. am I missing something ?
I changed their permission from
usergroup-> usergroup manager --> edit user group
disabled LINK / EMAIL bbcode , but still guests can post link !!!
We want to use it, to restrict the use of the URL-BB-Code. But when I turn on the add-on - Users are still able to make postings with the BB-Code in - but the Code won't be parsed. After such an user has posted something with a link, it looks like:
Code:
[*URL]blablablabla.com[/URL*]
(without the *)
And that is not so nice. Is there a possibily just to show the url as text, without the bb-code-tags around?
So - if this user will get in another usergroup where Links are allowed, that the old links will not turn over to real links.
Almost anything is possible muffel but what you ask is a big change from the existing mod and since the original coder hasn't updated it in 6 years (yes years) and it's not "Re-Usable" code, there is about no chance it is going to happen. I would suggest you use it as is or make other arrangements.