Attempting to install this hack and will click install, if successful.
Followed your instructions and found the first usercp_reputationbits and changed that.
FILE MODIFICATION:
OPEN usercp.php (2 changes),
1. FIND:
'usercp_reputationbits'
REPLACE WITH:
'usercp_reputationbits',
'usercp_lastthreads',
'usercp_lastthreadsbit',
'usercp_lastposts',
'usercp_lastpostsbit'
The issue is the second set. This is what I found
Solution?
$reputation['title'] = substr($reputation['title'], 0, 23) . '...';
}
eval('$reputationcommentbits .= "' . fetch_template('usercp_reputationbits') . '";');
$show['reputation'] = true;
|