Quote:
Originally Posted by ambrosious
In my admincp/index.php, I cannot find the lines you are refer to. Can you give me a couple of lines above and below that?
|
Anywhere you want really but I put it in here:
Code:
construct_nav_option($vbphrase['user_reputation_manager'], 'adminreputation.php?do=modify', '|');
construct_nav_option($vbphrase['add_new_user_reputation'], 'adminreputation.php?do=add');
construct_nav_option($vbphrase['view_reputation_comments'], 'adminreputation.php?do=list');
<-- in here -->
construct_nav_group($vbphrase['user_reputations']);
Quote:
Originally Posted by ambrosious
Got it installed, not working as of yet, all the rep gems look the same.
|
They will do until you change the levels in the new admincp page. If you have done so and there is no change, make sure you've changed includes/functions_reputation.php correctly, which includes the function (fetch_reputation_image) that governs how the rep gems are displayed.