Quote:
Originally Posted by mini2
Installed on RC3 last night, seems to be working I did have ONE problem with the display on the profile page.
Under ***Arcade User Options*** in profile.php it would be good to add this:
PHP Code:
construct_usercp_nav();
Before the $template_name line, to prevent layout/display issues.
|
Well spotted!
Zip file updated. If you've already installed it,
in profile.php
FIND:
PHP Code:
$templatename = "modifyarcade";
ABOVE THIS, ADD:
PHP Code:
construct_usercp_nav();
This fixes those Arcade Settings colour issues.