Bratz-Designs
01-30-2006, 10:40 AM
Hey guys,
Sorry for yet again a post.... Now i am trying to alter the reputation system a but. Instead of the normal button for the reputation i am trying to get a - and + button...Well that worked :) Postbit has changed the way i wanted to...
Neg rep:
<a href="/reputation.php" onclick="return reputation($post[postid])"><src="$stylevar[imgdir_reputation]/neg.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a>
Pos rep:
<a href="/reputation.php" onclick="return reputation($post[postid])"><src="$stylevar[imgdir_reputation]/pos.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a>
Would that work?
Sorry for yet again a post.... Now i am trying to alter the reputation system a but. Instead of the normal button for the reputation i am trying to get a - and + button...Well that worked :) Postbit has changed the way i wanted to...
Neg rep:
<a href="/reputation.php" onclick="return reputation($post[postid])"><src="$stylevar[imgdir_reputation]/neg.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a>
Pos rep:
<a href="/reputation.php" onclick="return reputation($post[postid])"><src="$stylevar[imgdir_reputation]/pos.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a>
Would that work?