Quote:
Originally posted by Marshalus
After I applied this hack, I can no longer edit my own posts.
|
Marshalus, I'm using the hack for weeks without any problems, so are u sure u applied it correctly? Anyway let's trace what's the problem with your editing problem:
In
hack's code find:
PHP Code:
show_nopermission(); exit;
Replace it as:
PHP Code:
echo "My userid=".$bbuserinfo[userid].'<br>';
echo "My user group id=".$bbuserinfo[usergroupid].'<br>';
echo "Message Owner user group id=".$log_usergroupid[usergroupid].'<br>';
echo "Message Owner user id=".$postinfo[userid].'<br>';
exit;
Then try to edit your post that you say you cant edit and tell me what the hack will display to you.
This code is for debugging purposes only, so after you debugged, revert back to the original hack code.