The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
User Based Word Censorship Details »» | |||||||||||||||||||||||||||
Info:
This mod allows a user to toggle word censorship from an option in their profile. The following areas are covered by this mod:
Installation: Enable word censorship in the AdminCP area under vBulletin options and configure the words to block. Import the XML file as a product under the 'Plugin System --> Manage Products' area of the AdminCP. By default the censorship option in their profile will be checked, which disables word censorship. You can change some product options for this mod by selecting the 'User Censorship Options' setting group from the vBulletin Options area in the AdminCP. Uninstalling: If you remove this product and want to stick with the normal vBulletin censoring system, then update the post cache and clear the parsed signatures under the 'Maintenance --> Update Counters' area of the AdminCP. Changelog: v0.1 (2/23/10)
Download Now
Show Your Support
|
Благодарность от: | ||
MD_Hacker |
Comments |
#2
|
|||
|
|||
Definately installing this, Will edit this post after it's been tested at my site.
This will help me let parents keep users from seeing censored words!!! (Marked As Installed) |
#3
|
|||
|
|||
Fixed an issue in the group discussion plugin. Also added another plugin to cover censoring some pages that use the $pagetitle global variable.
I'm curious as to how this plugin performs on a moderate/large sized forum. Since it has to censor words in cached text, I'm guessing it might slow down loading cached posts. I'm curious if the delay/resources used is noticeable on a busy forum. |
#4
|
||||
|
||||
any screen please?.
Thanx dude |
#5
|
|||
|
|||
Any chance for a vb4 release? I tried installing this with vb 4.0.4 and it didn't work so well. Whenever I enabled censored words through my user profile, I got a screen full of code. I really like the idea, though, so I hope you can release a vb4 version if you have the time.
|
#6
|
|||
|
|||
Quote:
I just tested the plugin with VB 4.0.5 and didn't see an issue like that when toggling the option in my profile. However, it could be that there is an issue with the logic that creates the custom user field, as it is created manually when the product is installed. That's just a guess though. While I was testing VB 4 I also fixed the censoring in the forum bits plugin since it was changed a bit in VB 4. I'll still check if I can reproduce the issue with the option in the profile. If not I'll just upload the new version soon. |
#7
|
|||
|
|||
I sent a screen shot to you via PM. Thanks for taking a look at it for me.
|
#8
|
|||
|
|||
Couple of questions....
So with this mod I could censor, say, all profanity (that I can come up with lol), then the user themselves would be able to decide whether they want it on or off? That's exactly what I'm looking for if that's the case. I just want to make sure I understand this correctly Second question... is censorship globally enabled automatically, and then the user can then decide they want it off or is it auto off, and the user can go turn it on? Also, for guests viewing, would the censorship be auto-on for them as well until they join and then they can turn it off? If not, is it possible to do this? Thanks so much, sorry for all the questions! |
#9
|
|||
|
|||
Quote:
Quote:
Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "userfield ADD field{$profilefield_id} INT NOT NULL DEFAULT '1';"); Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "userfield ADD field{$profilefield_id} INT NOT NULL DEFAULT '0';"); You can also toggle censorship on or off for visitors from an option in the AdminCP. By default it is set to not censor text for visitors (easily changed though, like I mentioned). I will be releasing a new version soon with some fixes for vbulletin4. I'm pretty sure I fixed the bug CClements pointed out. If I don't hear back in a week I'll post the new version since I'm pretty confident it's fixed. |
#10
|
|||
|
|||
Quote:
Thanks. I'm looking forward to the vB 4 release of this |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|