vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Question about uShop/uCash Hack (https://vborg.vbsupport.ru/showthread.php?t=81551)

RapCapital 05-16-2005 01:55 AM

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 : https://vborg.vbsupport.ru/

Thanks in advance yall, Peace!

Anybody?

RapCapital 05-18-2005 01:11 AM

Cmon Yall

Tony G 05-18-2005 03:58 AM

I'd need to see your postbit code for that particular section. (Not the whole template)

mholtum 05-18-2005 04:24 PM

where can I find uShop/uCash?

RapCapital 05-23-2005 02:11 PM

Quote:

Originally Posted by Tony G
I'd need to see your postbit code for that particular section. (Not the whole template)

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>


Qwest 05-25-2005 02: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 12:14 PM

Quote:

Originally Posted by Qwest
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 06:23 AM

Quote:

Originally Posted by RapCapital
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 11:46 AM

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



All times are GMT. The time now is 10:55 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01751 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete