
Parse error: syntax error, unexpected '=' in /home/soflaspo/public_html/phpBB/admin/admin_users.php on line 254
Code: Select all
!wiley44 = ( !empty($HTTP_POST_VARS['password']) ) ? trim(strip_tags(htmlspecialchars( $HTTP_POST_VARS['password'] ) )) : '';
I have a particular user that I need to track his activity to report to his ISP.. Do you know which mod this is that allows me to prevent a specific use from editing their own posts??Throckmorton wrote: This will allow you to disable a single user's ability to post. As a consequence, they cannot edit either. This mod will not allow you to disable just editing, but there is a mod that does that someehere. I have also written a mod that will disable all user's ability to edit any post after a specified time limit has passed. Disable Post Editing After X Hours
Go4u wrote: is it possible to add this mod into phpBB/profile.php?mode=viewprofile ?