MyBB Community Forums

Full Version: No Links Allowed v 0.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
(2011-05-13, 03:32 PM)faviouz Wrote: [ -> ]Now this is really good. Smile

Probably the best method to stop spammers, as most of them (if not all of them) try to post links in order to advertise their employer's website.

That is what plugin for Big Grin
plugin is not working on mybb 1.6.5
plz check it
(2011-12-03, 06:05 AM)killer Wrote: [ -> ]plugin is not working on mybb 1.6.5
plz check it
In plugin file, find:

					$post->set_error(sprintf("You cannot post clickable links to this forum threads and posts. Minimum post count is ".$posts." posts. But your post count is just ".$postcount." posts.", "No Links Allowed"));
				}
			}
		}
	}

After it add:

return $post;

and then see.
Thanks, that worked Smile
You're welcome.
The plugin still having problems. Some spammers still posting links but the min posts required are 10 posts. I tried myself with new id and i am unable to post links. Then how some users are able to post links in my forum?
Ok found the problem...
Whenever a user try to post using http:// he gets the error that he needs x posts but if he post without http:// for example: www.example.com then its get posted and becomes a link.....
How to solve it so that user can't post links even without http:// .....
Check your settings. It must need correct values (Usergroup or Forum wise) in order to work smoothly.
how to do it yalda......will you please elaborate...?
Go to the Plugin's Settings page in Admin CP and add correct values in Usergroups and Forum's options fields.
(2012-01-06, 02:31 PM)saini1987 Wrote: [ -> ]Ok found the problem...
Whenever a user try to post using http:// he gets the error that he needs x posts but if he post without http:// for example: www.example.com then its get posted and becomes a link.....
How to solve it so that user can't post links even without http:// .....

http://community.mybb.com/thread-84938-p...#pid621611
what exactly you want to say....i can't understand...everything is alright in settings....

i am talking about http
means when a user post a link without http:// , the link gets automatically posted with http:// For example if user post:
www.example.com
it automatically becomes http://www.example.com ......what to do so that if user try to post a link without http:// then he gets error of x posts required...
Pages: 1 2 3 4 5 6 7