The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Allow a censored word for a specific user group?
I had to censor a work on VBulletin. Is there a way that I can allow certain user groups to see the censored word and not allow other user groups to see it? It has to do with imgur is the censored word.
Thanks! |
#2
|
|||
|
|||
If you add it to the list of censored words in the admincp, then in new posts it will be permanently replaced with ***s and you won't be able to show it to any other usergroup. (And that also applies to any posts already written while the word was censored). But what you could do is make a plugin (maybe on hook postbit_display_complete) to do your own censoring by str_replace() or something like that, then you could just check the user's usergroup to decide whether or not to do it.
|
#3
|
|||
|
|||
Thanks.
Here is what happen and maybe there is a better way to go about this. I had to block imgur because some people were posting what adsense deemed as proavactive pics. Well my board has over 2 million posts and I could not go through all of those so I was wanting only specific user groups to be able to use the imgur. So basically I censored imgur but nobody can use it now. |
Благодарность от: | ||
cellarius |
#4
|
|||
|
|||
So do you want to allow anyone to post an imgur link but it's only seen by specific groups? Or you want to stop anyone but the specific groups from even posting it (and if the allowed group does post it, does everyone see it)? Either way you'd need a mod of course, but there might be one out here that would work or at least be close and could be changed.
|
#5
|
|||
|
|||
Yeah anybody could post the word but the image not seen by specific user groups.
|
#6
|
|||
|
|||
I think what you are looking for is an easier approach, like this:
https://vborg.vbsupport.ru/showthread.php?t=293490 |
Благодарность от: | ||
kh99 |
#7
|
|||
|
|||
Thanks so much, I installed that and that worked perfect. That is one of those hacks that you really don't think you will ever need.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|