Quote:
Originally Posted by elwachiman
excellent mod installed
when you click on the link you were given the reputation in control panel user get a warning that the topic does not exist or is an invalid link that is the only little problem that has.
|
A temporary fix that I'm using until Paul updates:
in
usercp_reputationbits_given
find:
PHP Code:
<a class="smallfont" href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo}}#post{vb:raw reputation.postid}">{vb:raw reputation.title}</an
replace with:
PHP Code:
<a class="smallfont" href="showthread.php?p={vb:raw reputation.postid}">{vb:raw reputation.title}</a>
I don't know the correct vb variables to use yet, so this one is just plain.