Bratz-Designs
02-07-2007, 10:00 PM
Change your reputation layout
Hey all,
This is a very simple modification of the reputation layout. For more info simply look at the screenshot that is attached.
V 1.0.0
In postbit or postbit_legacy
Find
<div class="info"><if condition="$show['reputation']">
<if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if>
$post[reputationdisplay]
</if></div><br />
Replace with
<div class="info"><strong>Reputation:</strong> $post[reputation]
<a href="reputation.php?$session[sessionurl]p=$post[postid]" onclick="return reputation($post[postid])"><img src="$stylevar[imgdir_reputation]/neg.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a>
<a href="reputation.php?$session[sessionurl]p=$post[postid]" onclick="return reputation($post[postid])"><img src="$stylevar[imgdir_reputation]/pos.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></div><br />
Now upload the images into you reputation directory.
Bratzer
Hey all,
This is a very simple modification of the reputation layout. For more info simply look at the screenshot that is attached.
V 1.0.0
In postbit or postbit_legacy
Find
<div class="info"><if condition="$show['reputation']">
<if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if>
$post[reputationdisplay]
</if></div><br />
Replace with
<div class="info"><strong>Reputation:</strong> $post[reputation]
<a href="reputation.php?$session[sessionurl]p=$post[postid]" onclick="return reputation($post[postid])"><img src="$stylevar[imgdir_reputation]/neg.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a>
<a href="reputation.php?$session[sessionurl]p=$post[postid]" onclick="return reputation($post[postid])"><img src="$stylevar[imgdir_reputation]/pos.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></div><br />
Now upload the images into you reputation directory.
Bratzer