View Full Version : Minimum # of posts to edit own posts
Twin-x
07-12-2002, 06:40 AM
I really wish for this feature.
It is a pain in the ass to put the 50 post users in a new group.
I would like it to be automated.
T.I.A.
Admin
07-12-2002, 06:54 AM
Pretty basic, but here goes... in editpost.php add this:
if ($bbuserinfo['posts'] < 50) show_nopermission();
Right AFTER this:
require("./global.php");
Twin-x
07-12-2002, 12:37 PM
Thanks a million fly!!!
squawell
07-12-2002, 01:54 PM
Originally posted by FireFly
Pretty basic, but here goes... in editpost.php add this:
if ($bbuserinfo['posts'] < 50) show_nopermission();
Right AFTER this:
require("./global.php");
chen if i want it show some error messagelike below:
u must post over 50 posts then u will can edit ur own post!!
like this how should i do??
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.