vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vbBux / vbPlaza (https://vborg.vbsupport.ru/forumdisplay.php?f=171)
-   -   Display Total Points (https://vborg.vbsupport.ru/showthread.php?t=119080)

chocoMako 06-19-2006 10:11 PM

Display Total Points
 
I'm trying to add in the total points, in pocket and in bank combined, on the vbPlaza main page, and subpages, such as the bank and shop categories. I'd like to place it in the "[user] vbBux vbPlaza Information" box, directly underneath the bank total and above the "Enter the Bank" link.

I've tried placing the following underneath the code for the bank total and above the code for the link:

Code:

<div class="smallfont"><phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $userinfo[totalpoints]</div>
This works fine for the vbPlaza main page and does exactly what I want it to do, but in the bank and on any other page that shows the information box it just says "Total Points:" and has no number after. So, what am I missing? How do I make the number show on each page?

Sorry if this post is unnecessarily long, I just wanted to make sure that I gave as much information as might be needed to work out this problem.

CMX_CMGSCCC 06-20-2006 08:38 PM

$userinfo may not work properly, try $vbulletin->userinfo and it should work.

-CMX

chocoMako 06-21-2006 12:20 AM

Tried it, that gives me "Array[totalpoints]" instead of a number.

Thanks for the quick response, though. Any other suggestions?

CMX_CMGSCCC 06-28-2006 01:25 PM

Well, try $vbulletin->userinfo[totalpoints] instead of $vbulletin->userinfo.

It should work if u put $vbulletin->userinfo[totalpoints]

-CMX


All times are GMT. The time now is 03:18 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.00967 seconds
  • Memory Usage 1,710KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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