FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Account Moderator
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Account Moderator [message #35161 is a reply to message #35142] Wed, 13 December 2006 23:22 Go to previous messageGo to previous message
kolerij is currently offline  kolerij   United States
Messages: 58
Registered: July 2002
Karma:
Member
Hi Ilia,

Made the change and noticed a small bug. Looks like a lil' reverse logic mixup. Smile

Quote:

Line 345:
if ($acc_mod_only) {
echo '<tr class="field"><td nowrap><font size="+1"><b>Forum Administrator:</b></td><td>'.($u->users_opt & 1048576 ? '<b><font size="+2" color="red">Y</font>' : 'N').' [<a href="admuser.php?act=admin&usr_id='.$usr_id . '&' . __adm_rsidl.'">Toggle</a>]</td></tr>';
} else {
echo '<tr class="field"><td nowrap><font size="+1"><b>Forum Administrator:</b></td><td>'.($u->users_opt & 1048576 ? '<b><font size="+2" color="red">Y</font>' : 'N').'</td></tr>';
}


Believe it should be...

Quote:

Line 345:
if ($acc_mod_only) {
echo '<tr class="field"><td nowrap><font size="+1"><b>Forum Administrator:</b></td><td>'.($u->users_opt & 1048576 ? '<b><font size="+2" color="red">Y</font>' : 'N').'</td></tr>';
} else {
echo '<tr class="field"><td nowrap><font size="+1"><b>Forum Administrator:</b></td><td>'.($u->users_opt & 1048576 ? '<b><font size="+2" color="red">Y</font>' : 'N').' [<a href="admuser.php?act=admin&usr_id='.$usr_id . '&' . __adm_rsidl.'">Toggle</a>]</td></tr>';
}




I updated with this on my side and its working fine.

Thanks.
Kolerij
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Very cool twist - paid to read message board posts -- can it be done with fudForum?
Next Topic: Moderator Notification
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 18:44:45 GMT 2024

Total time taken to generate the page: 0.04990 seconds