have to say i found a
very small bug.
It just occurs if you allow guest posting...
to correct it replace this line:
PHP Code:
if (!isset($userid) or $userid=="" or $userid==0) {
with this one:
PHP Code:
if ((!isset($userid) or $userid=="" or $userid==0) and $bbuserinfo[usergroupid]==6 and $postinfo[userid]!=0) {
Also i'm thinking of a
funny enhancement: Make a Post editable by all Members and make it editable by guests *gg*
Editable by all members could perhaps be usefull for clanboards in a announcement thread or something like that, the other ist just to play jokes on users
are there some feature you want have included in this hack?
because i think this was the final version all other things aren't needet anymore?