MyBB Community Forums

Full Version: [req] reputation with number not image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello all...
every body can change reputation image with number showed ?

Reputation : 10
not
Reputation : circles green
I am english but im finding this hard to explain so i will give it a try.

If you have a reputation system that goes from 1 to 10 which is displayed as 1 green circle = reputation 1 and 10 green circles = reputation of 10 then create some new images which instead of green circles are numbers 1 - 10, so when it loads up the images it shows numbers not cirlcles (i hope thats understandable)
i think he just wants to display the number in normal text instead of green circles.

but my board does this by default? :s
i want like this [ click image to large ]
[Image: repfy0.gif]


maybe can modif at template ?
It sounds like you might be using my plugin. Just disable it. By default the mybb reputations are numeric.
maybe you give me details ?
i dont understand where is to disable ?
OK, i'll try to edit or add the postbit_author_user like this :
<strong><span class="largetext">{$post['profilelink']}</span><br />
<span class="smalltext">
	{$post['usertitle']}<br />
	<!--{$post['userstars']}--><br />
	{$post['useravatar']}<br />
{userbar}
<div align="center">{$post['groupimage']}</div><br />
	<font color="#0e6382">{$lang->postbit_posts}</font> {$post['postnum']}<br />
	<font color="#0e6382">{$lang->postbit_joined}</font> {$post['userregdate']}</font><br />
<font color="#0e6382">Gender:</font> $post[fid3]</b><br />
<font color="#0e6382">Location:</font> $post[fid1]</b>
	<font color="#0e6382">{$post['replink']}</font></strong></span>

add after <font color="#0e6382">{$post['replink']}</font></strong>
<font color="#00e030">{$post['reputation']}</font></strong><br />

in the screenshoot :
[Image: repmodiffi4.gif]
Disable the PLUGIN; don't edit any template ...