I'm running a forum at forum.zgeek.com and I have vbindex running off this showing news on
www.zgeek.com
I want to make it so people can get rep'd on their news post and I have tried this on my test site with some success, but I can't get it to work across the different directories.
PHP Code:
<a href="#" onclick="return reputation($news[threadid])"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$news[postusername]">$vbphrase[add_to_xs_reputation]</phrase>" /></a>
This im what Im using.