(2010-12-26, 12:03 PM)TheGodFather Wrote: i mean completely disabling the minimum post count required to post links.Find; (in-line)
certain groups must not be able to post links forever.
&& $posts > $postcount
and remove.(2010-12-26, 12:03 PM)TheGodFather Wrote: and with the option you included, is good. but i dont want to activate this on all forums. i need 5-10 forums must be links postable and remaining 30-40 forums not. so if we have excluding option - we just enter those 5-10 forums, where the other forums are included with the links posting restriction.
Open plugin and find inline;
in_array($fid,$forums)
and replace it with;!in_array($fid,$forums)
Now add "excluded forums" only..
(2010-12-26, 06:03 PM)killer Wrote: yes, I did "ON" the plugin..FYI, yaldaram.com is not click-able link. http://yaldaram.com is..
but perhaps it is a bug, that when I try a URL without http://, it post it and do not give any notification, however if I include http://, it give the limit notification..
technically, a url with or without http:// both are clickable, so this plugin should not let the user post a user, without or without http://
(2010-12-26, 06:03 PM)killer Wrote: One more problem I'm having after activating this version 0.2, is forum give error when posting/replying any thread, please see attachment.
Fixed.