Reputation & VIP Subscription needed

Status
Not open for further replies.

kicker-hp_27

Active Member
914
2010
5
0
[SLIDE]http://albapic.eu/images/ead2gz.png[/SLIDE]
[SLIDE]http://albapic.eu/images/jfygkk.png[/SLIDE]
[SLIDE]http://albapic.eu/images/r5g6bi.png[/SLIDE]

How to add this reputation mod or product ?

Im in need also for this :

[SLIDE]http://albapic.eu/images/p4nfir.png[/SLIDE]

So members can subscribe throught control panel for VIP :|

Thanks.
 
3 comments
Hmm, when you think about it , it's some sort of a hack. Because vBulletin comes with the kinda different reputation system.

I have this in my postbit:

6qPVZ.png


It says "eRespect", even though they're just simple reputation points.

And I have this image:
6osWL.png


Which is basically the same, just bigger image that you could find with other icons suh as report, ip, infraction, online, etc.

All of this can be done with postbit_legacy.

This is the simple code that will show Reputation count in your postbit_legacy:

PHP:
<div class="same_class_as_other_fields">eRespect: $post[reputation]</div>

You can change "eRespect" in anything you wish.


This is the reputation button code:

PHP:
<if condition="$show['reputationlink']">
			<span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img src="http://static.yoursite.com/respect.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
			<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
		</if>

img src="http://static.yoursite.com/respect.gif"

Please note that you have to replace that link with link of your image. And it should be the same size as other buttons like edit, quote, etc.
 
Status
Not open for further replies.
Back
Top