![]() |
Preventing members from using multiple !!!
I know it is purely anal of me but it drives me nuts when a member posts a billion exclamation marks after their post. Or sometimes sixty billion periods.
Is it possible to mod the VB3.1 so it post only one of the exclamations or periods? |
Kier released this for vB2, the changes needed are pretty similar for vB3.
|
Quote:
|
you can use the search to find all posts by kier ya know Find all posts by Kier
but heres the hack Remove multiple !!! or ??? from thread titles |
Quote:
Original hack says: It couldn't be simpler really - edit newthread.php and find this: Code: $username = $HTTP_POST_VARS['username']; $password = $HTTP_POST_VARS['password']; and right after it, add the following code: Code: $subject = preg_replace("/([\?\!]+)/e", "substr('\\1',0,1)", $subject); I am lost. Really want to get this working. Please help. |
All times are GMT. The time now is 11:22 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|