vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBExperience 4 (https://vborg.vbsupport.ru/showthread.php?t=245023)

goxy63 11-13-2011 12:26 PM

Great, thanks for quick reply, but.. :(

Quote:

Originally Posted by Phalynx (Post 2267402)
Look out for the fieldname "Arcade Championships" and select it. Create three awards and put gold, silver or bronze on each of them - automatically the best three user should get the award.

Did that, recounted awards and nothing in user profile :(

in list of awards I can see all 3 images
gold (Pos. 0)
silver (Pos. 1)
bronze (Pos. 2)
why "(Pos. 0)" is not same for all 3?
EDITED: its working now, after changing "Display Order" within options and for all 3 set "1" its working, not sure why

One more thing, translations...for example in user profile under "Achievements":
"Social"
"Your first Group"
"1 year registered"
"Created Album pictures" .....

I know that I can translate those through some file uploaded....but some of mu users are using english as an option and I am not sure how to add new phrases if that is possible?

Thanks

Edited: found how to translate some things as awards, just change their name within optios :D

Phalynx 11-13-2011 01:53 PM

Quote:

Originally Posted by sweetpotato (Post 2267431)
How to config Last Promotion to show more? On my site only 15 days showed. I want more to inform all members who have been promoted
Thanks,

Settings, Experience, "Limit Activity entries?". This is by default limited to 120 entries, not days.

Quote:

Originally Posted by snowlion (Post 2267496)
Yes, I did

Please post the errors here or PM me.

Phalynx 11-13-2011 01:55 PM

Quote:

Originally Posted by goxy63 (Post 2267508)
EDITED: its working now, after changing "Display Order" within options and for all 3 set "1" its working, not sure why

By default awards and achievements with an display order of 0 are beeing ignored. This is for the case the admin creates the achievement and did not configure it. That way you can also disable some achievements you don't need.

snowlion 11-13-2011 02:17 PM

v3arcade_Champion
Code:

Database error in vBulletin 4.1.4:
Invalid SQL:
SELECT COUNT(highscorerid) as countchampionships
  FROM `sty_v3arcade_games`
  WHERE highscorerid = '1'
  AND v3arcade_games.dateadded > 315532800;
MySQL Error  : Unknown column 'v3arcade_games.dateadded' in 'where clause'
Error Number  : 1054
Request Date  : Sunday, November 13th 2011 @ 09:16:36 AM
Error Date    : Sunday, November 13th 2011 @ 09:16:38 AM
Script        : http://forum.bentinhyeu.info/admincp...min_recount_xp
Referrer      : http://forum.bentinhyeu.info/admincp...php?do=recount
IP Address    : 113.170.31.129
Username      : kisibachda
Classname    : vB_Database
MySQL Version : 5.1.56
Stack Trace:
#0 vB_Database->halt() called in [path]/includes/class_core.php on line 423
#1 vB_Database->execute_query() called in [path]/includes/class_core.php on line 456
#2 vB_Database->query_read() called in [path]/includes/class_xperience.php(821) : eval()'d code on line 14
#3 eval() called in [path]/includes/class_xperience.php on line 821
#4 xPerience->CalculateXP() called in [path]/admincp/xperience_admin.php on line 287

It seem you're missing table prefix...

one more error
Code:

Database error in vBulletin 4.1.4:
Invalid SQL:
SELECT userid
                                FROM sty_xperience_stats
                                WHERE  points_user_online > 60 AND
                                userid NOT IN(
                                        SELECT userid FROM sty_xperience_achievements_issues WHERE achievementid=6
                                )
                                LIMIT 0,100;
MySQL Error  : MySQL server has gone away
Error Number  : 2006
Request Date  : Sunday, November 13th 2011 @ 02:20:27 PM
Error Date    : Sunday, November 13th 2011 @ 02:21:01 PM
Script        : http://forum.bentinhyeu.info/cron.php?rand=1321215623
Referrer      : http://forum.bentinhyeu.info/threads...g-L%E1%BB%ADa?
IP Address    : 95.88.140.106
Username      : Kh?ch
Classname    : vB_Database
MySQL Version :


Phalynx 11-14-2011 08:43 AM

1 Attachment(s)
Please import the attached plugin. Does it fix the error with v3arcade?

The second error is caused by server:
Quote:

MySQL Error : MySQL server has gone away

snowlion 11-14-2011 09:19 AM

Quote:

Originally Posted by Phalynx (Post 2267777)
Please import the attached plugin. Does it fix the error with v3arcade?

OK, I'll try it.
Quote:

The second error is caused by server
Yes, I know :D

** Edit:
Fixed. Thanks Phalynx.

Phalynx 11-14-2011 10:32 AM

Great, thanks for verification.

As to the server error, try to decrease the amount of achievements processed at once.

Budget101 11-14-2011 12:35 PM

Quote:

Originally Posted by snowlion (Post 2267103)
Yes, I calculate from the beginning of the board so I set 0 to &quot;Start calculation of points from given date&quot; not from a specific date and I think you should do it, or can you tell me why you have to calculate from a <i>specific date

because members would have literally over 4 million points and they've already been paid for previous years posts using the old 3.7 version vbexperience shop (the GOOD one!!). Unfortunately, setting the 'calculate from a specific date'doesn't work properly, it calculates threads from god knows what date (in one case a member hasn't even logged in in a year, let alone posted and it shows her points for threads at 45,000+- despite the fact that it's only supposed to calculate for the past 3 months. It changes the registration dates to the 'start calculating on date' which screws up the preset user achievements. Doesn't do any good to report the errors/bugs because the dev doesn't want to hear it, he thinks it works- because he's using it from the beginning of time on his board, not from a set date. I've tried it on all 3 of my sites, using 4.06, 4.1.1 and 4.1.7 and the issues are the same on all 3.

Phalynx 11-14-2011 01:01 PM

I'm also using it on my boards with the defined date.

Please don't spread wrong informations. You simply misconfigured vBExperience.
You stated several times that you are not using it anymore, so please leave this thread.

snowlion 11-14-2011 01:17 PM

Quote:

Originally Posted by Budget101 (Post 2267819)
because members would have literally over 4 million points and they've already been paid for previous years posts using the old 3.7 version vbexperience shop (the GOOD one!!). Unfortunately, setting the 'calculate from a specific date'doesn't work properly, it calculates threads from god knows what date (in one case a member hasn't even logged in in a year, let alone posted and it shows her points for threads at 45,000+- despite the fact that it's only supposed to calculate for the past 3 months. It changes the registration dates to the 'start calculating on date' which screws up the preset user achievements. Doesn't do any good to report the errors/bugs because the dev doesn't want to hear it, he thinks it works- because he's using it from the beginning of time on his board, not from a set date. I've tried it on all 3 of my sites, using 4.06, 4.1.1 and 4.1.7 and the issues are the same on all 3.

Don't blame him. At first, I don't understand what you meant too :d
OK, Let try this, set Yes to: Options > Setting > Experience > Only active users? > Calculate stats only for active users. Please do a recount after you set this to Yes to get a clean calculation result.

Move inactive user in a period time that you set to another usergroup (maybe it call Inactive group), than use Ignore Group feature (same place with above setting) to ignore that group from recount.

Do a recount to update Experience points of active users.

So, when inactive users comeback, they have to collect point from the beginning or you just move them into an active usergroup than do a recount again.

It's just my suggesttion, do it if it ok with you and let me know if you success :D


All times are GMT. The time now is 05:44 AM.

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.05445 seconds
  • Memory Usage 1,766KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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