
Code: Select all
General Error
Module not accessible
Please notify the board administrator or webmaster:
Code: Select all
General Error
Module not accessible
It's fine for me.mao43 wrote:LoL
this MOD really needs more to be fix
you must be on global moderator to use this
how about other groups
still need more fix
well I just did a quick test with my resolved TMM to assign the resolved prefix without editing the first post and it just told me that I didn't have the permissions, now after assigning some moderator permissions I can confirm its thrown up the general module not accessible errorimkingdavid wrote:I'll test with other groups that don't have MCP access and such, but this is the first I've heard of this bug. Thanks for reporting it and I'll look into it some.
Ok... I think it's as easy as adding a new moderator permission to allow users to use multi-mods when allowed per mod.Ashley.S. wrote:well I just did a quick test with my resolved TMM to assign the resolved prefix without editing the first post and it just told me that I didn't have the permissions, now after assigning some moderator permissions I can confirm its thrown up the general module not accessible errorimkingdavid wrote:I'll test with other groups that don't have MCP access and such, but this is the first I've heard of this bug. Thanks for reporting it and I'll look into it some.
It works per group if that group has moderator permission. I am finishing up school this week (Graduation's on Friday) and I'll work on a fix when I get a chance. Sorry that it doesn't work completey right now.mao43 wrote:so this just works?
per member?
not grouP?
i will wait for thisimkingdavid wrote:It works per group if that group has moderator permission. I am finishing up school this week (Graduation's on Friday) and I'll work on a fix when I get a chance. Sorry that it doesn't work completey right now.mao43 wrote:so this just works?
per member?
not grouP?
Code: Select all
$prefix = utf8_normalize_nfc($row['prefix_title']);
$color = $row['prefix_color_hex'];
$color = ($color == '') ? '000000' : $color;
$prefix = '<span style="font-weight:bold;color:#' . $color . ';">' . $prefix . '</span>';
Code: Select all
$prefix = utf8_normalize_nfc($row['prefix_title']);
$color = '<span style="font-weight:bold;color:#' . $row['prefix_color_hex'];
//$color = ($color == '') ? '000000' : $color;
$color = ($row['prefix_color_hex'] == '') ? '<span class="gensmall" style="font-weight:bold' : $color;
//$prefix = '<span style="font-weight:bold;color:#' . $color . ';">' . $prefix . '</span>';
$prefix = $color . ';">' . $prefix . '</span>';