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)

DS MrSinister 12-16-2011 03:51 PM

if my memory serves me right each referral a person received, you get 25pts.

so if you have 3 referrals it will be 75pts

bryanb 12-16-2011 05:04 PM

Quote:

Originally Posted by DS MrSinister (Post 2278356)
if my memory serves me right each referral a person received, you get 25pts.

so if you have 3 referrals it will be 75pts

Yes, but there is an additional option to give points to referred members who make x amount of posts. I'm trying to figure out how to indicate what "x" is, and if these points are combined with the points given to the number of referrals. Make sense? :D

Phalynx 12-16-2011 08:02 PM

Just put the number of required posts in it - in your case put the 5 in. How many points the use get you get set with "Points that are added for every referral"

So one setting is for posts required, the other how many points a valid referral will get.

Phalynx 12-16-2011 08:06 PM

vBExperience 4.1.0 has been now released as final / GOLD.

- Introduced the feature to start the calculation by a defined date. By default all data will be considered for calculation. Please keep in mind that there are some data that cannot be filtered by date, like added friends. You need to re-install all plugins to have them obeying the new calculation limit. This feature has been sponsored by BryanB. Thanks!
- Fixed Discussion Ender, can be now disabled by setting value to 0
- Fixed Arm of Law, can be now disabled by setting value to 0
- Insight: Optimized layout
- Insight: Optimized colours for darker styles
- Achievement "Three Friends" renamed to "Social" (does not affect existing achievement)
- Renamed point descriptions so they can be identified better as point system (f.e. Days since registered -> Points for every day since registration)
- Added: Romanian Translation (thanks to Teascu Dorin)
- Custom Points can now have a category, can be used as entry point for other modifications using vBExperience points, eg. Market/Shop purchases
- Fixed several smaller issues

Strauss 12-18-2011 05:55 PM

For some reason it displays on top of my avatar... is there a way to make is display under my avatar?

GPOClan 12-20-2011 12:11 PM

Hey,

great mod, I'm using it almost a year now, but after updating it, I get a database error:

Datenbankfehler in vBulletin 4.0.8:

Invalid SQL:
SELECT
COUNT(fid) AS iresult
FROM formresults
WHERE userid=1
AND formresults.dateline > 315532800;

MySQL-Fehler : Unknown column 'formresults.dateline' in 'where clause'
Fehler-Nr. : 1054
Fehler-Zeit : Tuesday, 20.12.2011 @ 14:08:19
Datum : Tuesday, 20.12.2011 @ 14:08:19
Skript : http://gpo-clan.com/admincp/xperienc...min_recount_xp
Referrer : http://gpo-clan.com/admincp/xperienc...php?do=recount
IP-Adresse : ?.?.?.?
Benutzername : ?
Klassenname : vB_Database
MySQL-Version : 5.1.49-3~bpo50+1-log


IP-Adress and Username censored...
Could you help me? What's the problem here?

Thanks!

OldSchoolDSL 12-21-2011 06:30 PM

Quote:

Originally Posted by Phalynx (Post 2278434)
vBExperience 4.1.0 has been now released as final / GOLD.

- Introduced the feature to start the calculation by a defined date. By default all data will be considered for calculation. Please keep in mind that there are some data that cannot be filtered by date, like added friends. You need to re-install all plugins to have them obeying the new calculation limit. This feature has been sponsored by BryanB. Thanks!
- Fixed Discussion Ender, can be now disabled by setting value to 0
- Fixed Arm of Law, can be now disabled by setting value to 0
- Insight: Optimized layout
- Insight: Optimized colours for darker styles
- Achievement "Three Friends" renamed to "Social" (does not affect existing achievement)
- Renamed point descriptions so they can be identified better as point system (f.e. Days since registered -> Points for every day since registration)
- Added: Romanian Translation (thanks to Teascu Dorin)
- Custom Points can now have a category, can be used as entry point for other modifications using vBExperience points, eg. Market/Shop purchases
- Fixed several smaller issues

Installed and working

4.1.9 :)

sivaganeshk 12-24-2011 12:57 PM

Is it enough to upload (upgrade the plugin ) with this file vBExperience410_20111216_GOLD.zip or other file is also needed ?

savraot 12-25-2011 06:38 AM

I get Database Errors when I use the vbsoccer Plugins.

Code:

Datenbankfehler in vBulletin 4.1.9:

Invalid SQL:

                        SELECT (_wr * 0) +
                        ((_count - _wr - _rr - _rd) * 1) +
                        (_rd * 2) +
                        (_rr * 3) AS points
                        FROM (
                                SELECT userid, COUNT(*) AS _count,
                                SUM(score_key != bet_score_key) AS _wr,
                                SUM(bet_home=points_home AND bet_away=points_away) AS _rr,
                                SUM(CAST(bet_home - bet_away AS SIGNED)=(points_home - points_away)
                                AND NOT (bet_home = points_home AND bet_away = points_away)) AS _rd
                        FROM vb4soccer_user_bet AS b
                        INNER JOIN vb4soccer_match AS m ON(m.id=b.match_id)
                        WHERE userid=1 AND score_key>0 AND match_is_finished=1
                        AND b.dateline > 315532800
                        AND m.dateline > 315532800
                        GROUP BY userid) AS userpoints;

MySQL-Fehler  : Unknown column 'b.dateline' in 'where clause'
Fehler-Nr.    : 1054
Fehler-Zeit  : Saturday, 24.12.2011 @ 20:02:04
Datum        : Saturday, 24.12.2011 @ 20:02:04
Skript        : http://www.yyy.eu/cron.php?rand=1324753321
Referrer      : http://www.yyy.eu/forum.php
IP-Adresse    : 77.2.186.155
Benutzername  : Unregistriert
Klassenname  : vB_Database
MySQL-Version :

How can I solve this Problem?. I have temporary the two vbsoccer Plugins disabled, but I need this Plugins.

domenicd 12-25-2011 05:16 PM

I am trying to show the same user stats that are displayed next to a users thread post in a custom template.

I have this code in the template. But it only displays the word Level.

Code:

<div class="bppostbit"><dt>{vb:rawphrase xperience_level}</dt> <dd>{vb:raw xperience.level}</dd></div>
What is needed in my custom php file to allow this to show correctly?

Thanks for the help.


All times are GMT. The time now is 02:22 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.03003 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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