Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] Min. Posts Plugin v 0.4
#61
(2010-12-16, 08:05 PM)codetr Wrote: how is going to work Smile

http://yaldaram.com/showthread.php?tid=34

(2010-12-16, 09:49 PM)killer Wrote: im still waiting for a plugin from you for url posting limit Sad

Please request here: http://yaldaram.com/forumdisplay.php?fid=3 it would be easy for me to respond there. Sorry for the delay. Smile
Reply
#62
(2010-12-17, 04:37 PM)Yaldaram Wrote: http://yaldaram.com/showthread.php?tid=34

thanks good job

Reply
#63
(2010-12-16, 09:49 PM)killer Wrote: im still waiting for a plugin from you for url posting limit Sad

Already available: http://yaldaram.com/showthread.php?tid=6
Reply
#64
(2010-12-17, 10:45 PM)Yaldaram Wrote:
(2010-12-16, 09:49 PM)killer Wrote: im still waiting for a plugin from you for url posting limit Sad

Already available: http://yaldaram.com/showthread.php?tid=6
I'm sorry, I might not be very clear..
I meant to say, the limit on posting URL in some post..
Like if some one try to put some URL in post, and if his total number of posts are less then the limit, then he should not able to submit post.

This plugin is not letting the user to see url, but user can still submit url in his post..
PAKISTAN IT FORUM - http://www.pkitforum.com
Fresh Tips On Blogging - http://www.bloggingbite.com
WebHost Technies - http://www.myliteraturetechlife.com
Reply
#65
hm.. I understand, if its possible and if I code that, I'll PM you then for the download.
Reply
#66
(2010-12-18, 11:55 AM)Yaldaram Wrote: hm.. I understand, if its possible and if I code that, I'll PM you then for the download.

Thank you.
btw, I made request on your forum as well just a few min before Smile
PAKISTAN IT FORUM - http://www.pkitforum.com
Fresh Tips On Blogging - http://www.bloggingbite.com
WebHost Technies - http://www.myliteraturetechlife.com
Reply
#67
useful, really
Reply
#68
Thanks.
Reply
#69
I found a problem with this plugin.
If you use the remove signature it removes all signatures regardless of post count i have the post count set to 10 and even members with 32 posts are having the signature removed
Reply
#70
Thanks for reporting adbrad, I've fixed the bug, and the new stable version 0.4 has been available for download on first post. Smile

If you have installed it already, then I would suggest you to NOT de-activate or over-write the new on the old file, just make the following edit yourself.

Open plugin file and find;
				if (!in_array($you,$they))
				{
					$signature = "";
				}

and replace it with the following;
Open plugin file and find;
				if (!in_array($you,$they) && $required > $posts)
				{
					$signature = "";
				}

---DONE.
Reply


Forum Jump:


Users browsing this thread: 16 Guest(s)