vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Moderators Functions - Disemvowelr? - A new passive-aggressive form of moderation.. (https://vborg.vbsupport.ru/showthread.php?t=210572)

magnus 06-10-2009 01:48 PM

Quote:

Originally Posted by sheep92032 (Post 1823473)
I don't think spammers care whether you shame them. All you're doing it allowing your forum to be flooded out. Google 'WoW forum' if you want to see what your forum will look like if you let it happen.

Ideally, this would be used for troublesome posts (ie. flamebaiting, off-topic, etc.) Think of it more of a "pre-warning" before and official infraction is given.

Digital Jedi 06-10-2009 02:02 PM

Quote:

Originally Posted by sheep92032 (Post 1823473)
I don't think spammers care whether you shame them. All you're doing it allowing your forum to be flooded out. Google 'WoW forum' if you want to see what your forum will look like if you let it happen.

It's not a spam tool, it's a troublesome user tool.

I won't be using this because, well, I chased all the jokers out of my forum. But I must say, it's funny. If I ever start getting trouble again, I'm definitely installing this and Miserable Users.

1Unreal 06-28-2009 08:55 PM

Wonderful idea. Installed :)

biome.pat 07-10-2009 05:00 PM

Hmmm any way that disemvowelr could be made to ignore text between QUOTE and IMG tags? Maybe not quotes (as I'm sure people would figure out a workaround and just quote their whole post), but ignoring IMG tags would be useful... This might be complicated though...

I'll update if I figure anything out!

biome.pat 07-10-2009 05:42 PM

Ugh... I've got nuthin... Drats.

I'm sure it involves preg_match, but I can't wrap my mind around it right now... :(

PHP Code:

if($this->post['disemvowel']) 

    
$this->post['pagetext'] = preg_replace('/[[\/\!]*?[^\[\]]*?]/si'''$this->post['pagetext']); 

    
$this->post['pagetext'] = preg_replace('/[aeiou]/i'''$this->post['pagetext']); 

    
$this->post['title'] = preg_replace('/[aeiou]/i'''$this->post['title']); 

    
$this->post['message'] = $this->bbcode_parser->parse($this->post['pagetext'], $this->forum['forumid'], $this->post['allowsmilie']); 



barcena 07-11-2009 07:10 AM

I have doubts:

Does this mod takes the vowels by itself or do the admin has to disemvowel-whatever the post?, I guest the Admin or Mod has to do it. I find this hilarious and I'm so having it, but since my site is in Spanish I don't know if it will work, guess so if I, as Admin, take the vowels out, but aside from the hilarious part it takes more time than delete or edit the post, right?.

imedic 08-07-2009 06:39 PM

@barcena - If you set the rights for a group to use it you just click a link to devowel and same to restore. Easy to use and very effective for a visible warning.

I found a possible bug (or is just on my forum).
If you reply to a thread with a disvoweled post, below you can see the post in clear.
I guess it should not be like this as it beats the purpose of having the mod.

J105C 08-08-2009 02:18 PM

WOW, what an awesome idea!

ctbo 08-14-2009 07:20 PM

Quote:

Originally Posted by magnus (Post 1786031)
Absolutely, everything is template based. Just remove/comment out the portion of the auto-template edit plugin that adds it.

There seems to be two sections in the .xml that look like they are adding the message (from laymans view) could you confirm exacty what section(s) should be removed to take away the message.

Thanks

gmerin 08-16-2009 12:48 AM

Cute. This should cause about as much frustration as the Miserable Users mod. Thanks.


All times are GMT. The time now is 09:01 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01116 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete