Quote:
Yesterday at 09:29 PM Link14716 said this in Post #10
I found one error. In getinfo, the link to view warnings is wrong (the userid is missing) since it uses $post[userid]. To fix this, and have it work in both the postbit and in getinfo, open up member.php.
Find:
PHP Code:
if(in_array($bbuserinfo['usergroupid'],$WarnUserGroupsView)) {
Add Under:
PHP Code:
$post['userid'] = $userinfo['userid'];
|
Eeep...I made that fix to the beta site (see 'dapence' above
), but I forgot to add it into the install file...I'll update it in a minute...
Quote:
Thanks for this great hack, Beorn!
|
Thanks!
Quote:
EDIT: Also, you forgot to add the header to the new warning page, making it look terrible. To fix this, edit your warn_newwarn template.
Find:Add Under:
|
Actually, I meant to leave it out...IMO it looks better....But you can put/leave it in if it so pleases you....
A conversion script will take a few days not only because I need to set up both hacks, but also because I need time to...I'm guessing about a week....