Scobs wrote: When do you think the mod will come out for 2.0.21
phantomk wrote: I don't have the time to edit all mods to work with AGCM, if you want to ask the authors if they want to add support they are more then welcome to. Currently only a vanilla installation of phpBB and CH 2.1.6 are supported by AGCM. CH is supported because I use it![]()
Code: Select all
Critical Error
FIND FAILED: In file [includes/functions.php] could not find:
if ( $userdata['user_id'] != ANONYMOUS )
{
if ( !empty($userdata['user_lang']))
{
$board_config['default_lang'] = $userdata['user_lang'];
}
gazzax wrote: i have installed this mod and managed to get it working with the theme i use (DAJ_Glass) but i can't seem to get the registered Users bit at the bottom to use the colors.. any help please.
my site can be found here if you want to check it out.
Thanks![]()
Code: Select all
Registered Users: <a href="profile.php?mode=viewprofile&u=2"username_color_16>gazzax</a></span></td>
Code: Select all
Registered Users: <a href="profile.php?mode=viewprofile&u=2" class="username_color_16">gazzax</a></span></td>