The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Question about uShop/uCash Hack
I have a question...
In the Postbit, How would i make it so the Points listings are in a New Box (Not under the posts) + How do i change where it says "Points:" to "Cash:" As Seen in this screenshot : Thanks in advance yall, Peace! Anybody? |
#2
|
|||
|
|||
Cmon Yall
|
#3
|
||||
|
||||
I'd need to see your postbit code for that particular section. (Not the whole template)
|
#4
|
||||
|
||||
where can I find uShop/uCash?
|
#5
|
|||
|
|||
Quote:
Code:
<div class="info">$vbphrase[posts]: $post[posts] | <if condition="$bbuserinfo['usergroupid'] == '6'"><a href="ushop.php?do=a&shortname=admindonate&userid=$post[userid]" target="_blank">$vbphrase[ucs_points]</a><else />$vbphrase[ucs_points]</if>: $points (<a href="ushop.php?do=a&shortname=donate&userid=$post[userid]" target="_blank">Donate</a>) </div> |
#6
|
|||
|
|||
How do you manually give a member points as an admin?
I want to give my mods a few points so they can give them to winners of Rap Battles until the battle hack is done. Bah, I guess I could do it from the DB but if there is a simpler way I'm missing I'd like to know |
#7
|
||||
|
||||
Quote:
|
#8
|
|||
|
|||
Quote:
Change text field for "ucs_points" and "ucs_points_lower" in phrases. -SK- |
#9
|
|||
|
|||
I guess you might try replacing your above code with this code, and making the phrase changes suggested in the previous post by DoS
Code:
<div class="info">$vbphrase[posts]: $post[posts] </div> <div class="info"> <if condition="$bbuserinfo['usergroupid'] == '6'"><a href="ushop.php?do=a&shortname=admindonate&userid=$post[userid]" target="_blank">$vbphrase[ucs_points]</a><else />$vbphrase[ucs_points]</if>: $points (<a href="ushop.php?do=a&shortname=donate&userid=$post[userid]" target="_blank">Donate</a>) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|