vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   uCash & uShop v2.0.0 (https://vborg.vbsupport.ru/showthread.php?t=107233)

deathemperor 02-06-2006 04:03 PM

Quote:

Originally Posted by Revan
Thank you for the extensive report, I will definetely check this out.
Just let me hotfix the install problem, and Ill get right onto this problem. You have been most helpful :)

very glad that I could be some help. it's just because I'm not in the develop team, it doesn't mean I can't give support :p

Gio~Logist 02-06-2006 04:07 PM

I am not at home at the moment. However, i will be at home and ready to give support in about 3 hours or so.

Revan 02-06-2006 04:08 PM

@Sonikku: Zip has been updated with a fix for this.

@deathemperor: try the following:
In functions_ucs_shared.php find
PHP Code:

$points round($points$vbulletin->options['ucash_rounddecimal']);
$points number_format($points$vbulletin->options['ucash_rounddecimal'], '.'$showcomma); 

Replace with
PHP Code:

$points vb_number_format($points$vbulletin->options['ucash_rounddecimal']); 

If this works, when I get around to rewriting the hack, Im scrapping the ucs_number_format :p

Snake 02-06-2006 04:09 PM

Awesome! I've been waiting for this for a long time. Thankies! :D

Ziki 02-06-2006 04:13 PM

well I need help.
1. it doesn't show points in memberinfo and postbit templates
2. doesn't show points in the shop at all
3. can't purchse anything cause says I don't have enough points although in the richest members I see that I have enough

JaMBo 02-06-2006 04:17 PM

Quote:

Originally Posted by gio~logist
Run the upgrade.

Thanks but how?

deathemperor 02-06-2006 04:20 PM

@Revan: that makes me enter the bank and get the execution time error, and do not have enough point when entering other actions

Revan 02-06-2006 04:22 PM

Hmm. Then I can't think of anything by playing the guessing game.

mikexxx 02-06-2006 04:22 PM

Question about displaying the points.

Now I have:

Posts: 3.945 | Points: 12,345.00

My question is how can chance the ?. ? and the ? , ? in the points (Points: 12.345,00)?

Quote:

Originally Posted by deathemperor
that's a vbulletin option I assume.

Here in Holland, and the rest of Europe I think we use the ?, ? for the last two digit?s. This can be set in the languish file but it don?t work for the Point?s (as you can see the post uses the ?. ? and that is good. It chances when I select another languish)

I must look like this: Points: 12.345,00

deathemperor 02-06-2006 04:29 PM

Quote:

Originally Posted by mikexxx
Question about displaying the points.

Now I have:

Posts: 3.945 | Points: 12,345.00

My question is how can chance the ?. ? and the ? , ? in the points (Points: 12.345,00)?



Here in Holland, and the rest of Europe I think we use the ?, ? for the last two digit?s. This can be set in the languish file but it don?t work for the Point?s (as you can see the post uses the ?. ? and that is good. It chances when I select another languish)

I must look like this: Points: 12.345,00

find in functions_ucs_shared.php

PHP Code:

$showcomma ','

change that to

PHP Code:

$showcomma '.'



All times are GMT. The time now is 04:26 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.03316 seconds
  • Memory Usage 1,743KB
  • 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
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete