Quote:
Originally Posted by Mombos
i have sorted the problem now
inside admincp/index.php
there is 2 lines which match this one
if (can_administer('canadminstyles'))
i added the construct nav commands at the wrong part of the doc.
all sorted now though
|
You shouldn't have 2 instances of if (can_administer('canadminstyles'))...on a fresh vBs admincp/index.php that line is used to show the style settings to those admins with permission to administer styles.
One other point to note is that 3.0.3s includes/functions_showthread.php lacks the
PHP Code:
// ###################### Start getreputationimage #######################
So, instead, find
PHP Code:
require_once('./includes/functions_reputation.php');
and add the required bit under that.