cnutter |
06-24-2008 06:37 PM |
nice hack cant wait to get the updated hack with the admin link bug fix... ;)
FYI - Those who want a quick and easy way to fix this...
Open the Cyb_MS.xml in a txt editor and search for admincp. This replace /admincp with the proper path if you have renamed it got security reasons. . Then just update the plugin like is a new version.
How it is now....
Quote:
<td class="smallfont" align="center"><a href="/admincp/modlog.php?do=view&userid=$cybmodlogstat[userid]" title="<phrase 1="$cybmodlogstat[username]">$vbphrase[cybmodstats_view_user_entries]</phrase>" target="_blank">$cybmodstats_actions</a></td>
|
How it should look to be fixxed...
Quote:
<td class="smallfont" align="center"><a href="/WHATEVERYOUNAMEDIT/modlog.php?do=view&userid=$cybmodlogstat[userid]" title="<phrase 1="$cybmodlogstat[username]">$vbphrase[cybmodstats_view_user_entries]</phrase>" target="_blank">$cybmodstats_actions</a></td>
|
Cyb - Thanx for the mod and I hope this helps a few people. This will save them time editing the template "cyb_moderating_stats_bit".
|