PDA

View Full Version : Question about uShop/uCash Hack


RapCapital
05-16-2005, 02:55 AM
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 : https://vborg.vbsupport.ru/

Thanks in advance yall, Peace!

Anybody?

RapCapital
05-18-2005, 02:11 AM
Cmon Yall

Tony G
05-18-2005, 04:58 AM
I'd need to see your postbit code for that particular section. (Not the whole template)

mholtum
05-18-2005, 05:24 PM
where can I find uShop/uCash?

RapCapital
05-23-2005, 03:11 PM
I'd need to see your postbit code for that particular section. (Not the whole template)
<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>

Qwest
05-25-2005, 03:20 AM
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 :)

Zachery
05-25-2005, 01:14 PM
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 :)
AdminDonate ;)

DoS
06-19-2005, 07:23 AM
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 : http://www.rapcapital.com/images/shop3.jpg

Thanks in advance yall, Peace!

Anybody?
Admin CP -> Languages & Phrases
Change text field for "ucs_points" and "ucs_points_lower" in phrases.

-SK-

teonix
06-19-2005, 12:46 PM
I guess you might try replacing your above code with this code, and making the phrase changes suggested in the previous post by DoS



<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>)