![]() |
:D sorry if i'm seeming to pressing. Thats good enough for me. :)
|
vBExperience 4.0.2 Release Candidate has been published. Please provide your feedback to this release, thanks!
Changelog: Speedy Achievements! Improved the overall speed of the achievements engine by switching from user based to achievement based calculation. - Added: Achievements can replace each other. If you have an achievement for 500 points, you can replace the achievement for 250 points. - Added: Multiple conditions on one achievement - Added: Achievement can be taken away if condition is not met anymore (optionally) - Improved: Faster recount on achievements. Achievements are now calculated once in an hour for all users, this process is seperated from the points calculation (which speeds this up, too). - Improved: Increased limitation of achievements - Improved: Take away specific issued achievements from users, no need to take away all - Fixed: Achievements duplicated for a single user ### For the achievements improvements you need to clear the issued achievements and recount them! ### - Added: Place the bars freely in postbit - Added: GAP in memberinfo dropdown - Fixed: XHTML Warnings - Fixed: SQL Error with empty points - Fixed: Calculation not working with v3arcade Submissions - Fixed: Ignoring hook "postbit_messagearea_start" - Fixed: In memberprofile tabs of other modifications are empty - New plugin for PhotoPlog - vBGallery Images and vBGallery Comments are bundlet into one plugin |
eeek
just got this when importing product Fatal error: Call to undefined function DoIndex() in /home/*******/public_html/includes/adminfunctions_plugin.php(920) : eval()'d code on line 33 |
You should FIRST upload files to the server.
|
phalynx,
i upgraded to the newest vbexperience. All my achievement icons are 16x16 again. Your file called 'functions_xperience.php' must be different now because i can't find the place inside the file where i changed the 16x16 size to 34x34 size. Previously you had told me: Edit functions_xperience.php, search for: $awards .= '<img style="vertical-align: middle;" border="0" width="16" height="16" src="'.$vbulletin->options['bburl'].'/xperience/icons/'.$awardurl.'" alt="'.$awardtitle.'" title="'.$awardtitle.'" />'; replace with: $awards .= '<img style="vertical-align: middle;" border="0" width="32" height="32" src="'.$vbulletin->options['bburl'].'/xperience/icons/'.$awardurl.'" alt="'.$awardtitle.'" title="'.$awardtitle.'" />'; this is no longer valid. can you help me on this again? :) |
Quote:
I've just re uploaded all files ( to make sure i didn't miss any ), and still get that when importing. |
ok, i figured it out actually. I found that you now have a template with that information inside it.
However, there is now a break between each achievement. I want them together with no breaks. Is there some place to edit so i can get rid of the break? Thanks! |
Quote:
Quote:
|
cool, thanks! it just doesnt look right with the icons i have and the new break between them. :)
|
Sorted, 3rd attempt re-uploading resolved the issue, ftp must of been having a funny five minutes
|
Quote:
|
Quote:
I will post feedback shortly :) |
Edit the template xperience_xpicon_small
|
Quote:
|
Got Database error when recounting achievements:
Code:
Database error in vBulletin 4.0.6: |
Remove the ' from Three's a Crowd - I will catch this for the next build.
|
Quote:
|
Quote:
|
Quote:
If title contains ' then you will get error when you recount all Achievements. |
But i do not have no ' in any tittle. My forum is portuguese and we use á and ã and ç. But none of this show in mysql errors.
|
When we click on ranking we get this error ?
Database error in vBulletin 4.0.6: Invalid SQL: SELECT COUNT(*) AS users FROM xperience_stats AS x INNER JOIN user AS u ON u.userid=x.userid WHERE 1=1 AND u.userid NOT IN(Bullie44, Whitey); MySQL Error : Unknown column 'Bullie44' in 'where clause' Error Number : 1054 Request Date : Thursday, August 19th 2010 @ 06:48:44 PM Error Date : Thursday, August 19th 2010 @ 06:48:44 PM Script : http://www.teamsrgaming.com/forums/x...php?go=ranking Referrer : http://www.teamsrgaming.com/forums/xperience.php IP Address : 76.11.220.172 Username : WhiskeySR Classname : vB_Database MySQL Version : 5.0.91-log |
Phalynx, Promotion system still need to be updated, promotion / demotion both not working plus getting database error when remove all promotions.
Any idea when it will be updated? |
Quote:
Quote:
Quote:
Also, promotions are working - what are you missing here? Demotions need a workaroung by doing it with an extra thing. |
This has been fixed for final 4.0.2:
- Improved: Speed improvements on Insight - Improved: Speed improvements on Activities - Fixed: Error while clearing all promotions - Fixed: Achievements/Awards now without space between - Fixed: Uncached template 'xperience_gap_memberaction' I'm also waiting for a confirmation about the member profile tabs. Does it happen again? Please take also a look if you have templates that need to be reverted. |
Code:
Database error in vBulletin 4.0.6: |
Quote:
|
I've updated Inside SupCom to the newest build. You can now see the new replace achievement feature in action:
http://www.insidesupcom.de/member.php?1-Phalynx |
Quote:
|
Hi Guys,
I keep getting the following error when i run Update Experience points it goes to User 130 everytime and the give me this DB error Code:
Database error in vBulletin 4.0.6: |
Please click "Mark as Installed" to get further support!
Uninstall the old vBExperience 3.8 plugin "vBExperience Scrupulous Poster". |
thank you P for the break fix on the next vbe! :)
|
Oops sorry "Installed"
|
Ok unistalled "vBExperience Scrupulous Poster"
But i am still getting error ? Code:
Database error in vBulletin 4.0.6: |
vBExperience 4.0.2 RC has arrived!
Upgrade Instruction: 1. Copy ALL (I mean ALL - That is a common error!) files from upload_via_ftp/ to the server. 2. ReImport product_vbexperience402.xml, allow overwrite 3. If you modified any of the vBExperience templates, revert them Changelog: - Added: Achievements can replace each other. If you have an achievement for 500 points, you can replace the achievement for 250 points. The shipped achievements are already configured to replace each other. - Added: Multiple conditions on one achievement - Added: Achievement can be taken away if condition is not met anymore (optionally) - Added: Place the bars freely in postbit ($xperience_postbit / $xperience_achievements_postbit / $xperience_awards_postbit) - Added: GAP in memberinfo dropdown - Improved: Faster recount on achievements. Achievements are now calculated once in an hour for all users, this process is seperated from the points calculation (which speeds this up, too). - Improved: Increased limitation of achievements - Improved: Take away specific issued achievements from users, no need to take away all - Improved: Speed improvements on Insight - Improved: Speed improvements on Activities - Fixed: Achievements duplicated for a single user - Fixed: Error while clearing all promotions - Fixed: Achievements/Awards now without space between - Fixed: Uncached template 'xperience_gap_memberaction' - Fixed: XHTML Warnings - Fixed: SQL Error with empty points - Fixed: Calculation not working with v3arcade Submissions - Fixed: Ignoring hook "postbit_messagearea_start" - Fixed: In memberprofile tabs of other modifications are empty - New plugin for PhotoPlog - vBGallery Images and vBGallery Comments are bundled into one plugin |
Quote:
|
I checked i only have these installed
vBExperience 4.0.2 Calculate activity of your users vBExperience Advanced Forum Points 4.0.0 Different Points for different Forums vBExperience Level 4.0 vBExperience Level |
1 Attachment(s)
Quote:
- Install the attached file - I just removed the dependency to vBExperience 3.8 - Uninstall it Does the error appear again? |
damn ok i installed it and then uninstalled it clean
and i still get that error.. also updated now to vBExperience402_RC_20100820 still same issue |
Please list all installed plugins (not products!) on your system. You can PM me this also.
This is an old entry of old plugin, that is not related to vBExperience 4. |
just wondering if you ever got any further on that ibproarcade addon for tournament wins :)
|
All times are GMT. The time now is 11:19 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|