yeh, for your reputation.. go into posbit or postbit_legacy and look for your reputation code. You can CTRL + F = reputation to find it faster.. but when you get to the code, it most likely will say <a href="#">. I've had this problem b4, just put
Quote:
reputation.php?$session[sessionurl]p=$post[postid]
|
in where the "#" is and your good. The code should look like
Quote:
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><center><img src="http://www.offthaave.com/misc/prop.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></center></a></if>
|
just look for the stuff bolded. That should do it. Let me know what happens