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)

Phalynx 07-06-2010 12:05 PM

Great. Prepare for hunting :)

fluidswork 07-06-2010 03:51 PM

Awesome man ..................

Phalynx 07-06-2010 07:46 PM

vBExperience 4.0 Beta 4 has been published.

Changes:
- Fully supporting Point Market System v3 (will be released soon)
- A lot of new pre defined awards and achievements.
If you want to import the new, you need to clear and create default awards/achievements in the AdminCP.
Your self defined awards and achievements gets lost.

- AdminCP: Choose images for awards and achievements with a preview of that image
- Fixed several errors, warnings, style issues

- Added language file for german and an english reference for other translations.
Additionally, I updated french (mitch?), spanish, turkish and polish to the newest version. Arabic, persian and chinese are preparing.
I need you! If you are a native speaker and want to translate the missing phrases, please contact me.

- Now supporting earning points also with:
-- Discussion Ender. Who was always the last who posted in a thread? Who is a discussion killer? Find it out. (included)
-- DownloadsII v6 (included)
-- DBTech Advanced @UserTag (plugin!)
-- ibProArcade (plugin!)
-- v3arcade (plugin!)
-- vB Tournaments and Ladders (plugin!)

Upgrade Instructions
1. Copy ALL (I mean ALL - That is a common error!) files from upload_via_ftp/ to the server.
2. ReImport product_vbexperience400.xml, allow overwrite
3. If you modified any of the vBExperience templates, revert them
4. Run AdminCP/Experience/Recount

BSA Danny 07-06-2010 07:52 PM

Thanks, keep up the good work!

:)

DragonByte Tech 07-06-2010 07:58 PM

Looks good =)

let me know if you want/need access to any of our pro plugins to make them compatible with your mod.

I know technically you're our competitor and all, but giving users the choice is always good =)

Iain

Phalynx 07-06-2010 08:06 PM

Quote:

Originally Posted by BSA Danny (Post 2065453)
Thanks, keep up the good work!

:)

Thanks!

Quote:

Originally Posted by DragonByte Tech (Post 2065455)
Looks good =)

let me know if you want/need access to any of our pro plugins to make them compatible with your mod.

I know technically you're our competitor and all, but giving users the choice is always good =)

Iain

I would just need to know which columns store relevant data.

Astyanax 07-06-2010 08:07 PM

Well done Phalynx! Hope my web host will return from vacation soon so I can start using this MOD with working images.

Noerenberg 07-06-2010 08:09 PM

Hi,

after the update i cant see any icons, i can see in the html code the adress is doble

http://www.das-grosse-tierforum.de/x...alendar_32.png

Can you help me please?

Phalynx 07-06-2010 08:11 PM

Quote:

Originally Posted by Noerenberg (Post 2065463)
Hi,

after the update i cant see any icons, i can see in the html code the adress is doble

http://www.das-grosse-tierforum.de/x...alendar_32.png

Can you help me please?

Either you re-create all awards and achievements (getting dozens of new stuff) or you have to edit each and re-enter the new url. The way vbExperience is handling these icons changed in Beta 4.

Mopar1973Man 07-06-2010 08:12 PM

Right on...

I'm glad to see the VBExperience back... Waiting to see the point market mod... :D

Astyanax 07-06-2010 08:14 PM

Quote:

Originally Posted by Noerenberg (Post 2065463)
Hi,

after the update i cant see any icons, i can see in the html code the adress is doble

http://www.das-grosse-tierforum.de/x...alendar_32.png

Can you help me please?

Confirmed bug.

Phalynx 07-06-2010 08:14 PM

Not a bug:
https://vborg.vbsupport.ru/showpost....&postcount=329

Astyanax 07-06-2010 08:24 PM

Dont understand what you mean. If it's not working by default, is it not a bug then? How to re-create?

nitra1000 07-06-2010 08:25 PM

Go to the Manage Awards option and at the bottom it says "Clear all Awards and create default Awards" click that done rinse and repeat for achievements.

Edit: See below this fixes most of the problem... but not all

nitra1000 07-06-2010 08:26 PM

However I do have a bug... http://leicestertalk.net/xperience.php

This only happens for guests... I also can't see the images in the Recently assigned Awards and Achievments as they refer to the root "http://leicestertalk.net/flower_blue_16.png" not where they should be referring to.

Astyanax 07-06-2010 08:26 PM

Code:

Database error in vBulletin 4.0.4:

Invalid SQL:
SELECT
a.title,
a.imagebig
FROM xperience_achievements_issues AS i
INNER JOIN xperience_achievements AS a ON a.achievementid=i.achievementid
WHERE i.userid=
ORDER BY a.categoryid, a.achievementid
LIMIT 0,20;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY a.categoryid, a.achievementid
LIMIT 0,20' at line 7
Error Number  : 1064
Request Date  : Tuesday, July 6th 2010 @ 11:23:25 PM
Error Date    : Tuesday, July 6th 2010 @ 11:23:25 PM
Script        : http://www.amdforum.se/experience/
Referrer      :
IP Address    :
Username      : Oregistrerade
Classname    : vB_Database_MySQLi
MySQL Version :


Phalynx 07-06-2010 08:27 PM

Quote:

Originally Posted by Astyanax (Post 2065474)
Dont understand what you mean. If it's not working by default, is it not a bug then? How to re-create?

This is not a bug as the format changed. You will have either to edit old awards and achievements and set correct image or just recreate them.

How to recreate: AdminCP, Experience, Manage Achievements, "Clear all Achievements and create default Achievements" - Same for Awards.

Noerenberg 07-06-2010 08:31 PM

Quote:

Originally Posted by Phalynx (Post 2065466)
Either you re-create all awards and achievements

How i do this?
I put the german language pack in and i didnt found this point

Astyanax 07-06-2010 08:32 PM

Ok Phalynx. Thanks.

Phalynx 07-06-2010 08:32 PM

Quote:

Originally Posted by nitra1000 (Post 2065477)
However I do have a bug... http://leicestertalk.net/xperience.php

This only happens for guests...

Quote:

Originally Posted by Astyanax (Post 2065478)
[CODE]Database error in vBulletin 4.0.4:

Fixed. Please download vBExperience400Beta4_20100706_2.zip and replace includes\function_xperience.php

nitra1000 07-06-2010 08:33 PM

Quote:

Originally Posted by Phalynx (Post 2065479)
This is not a bug as the format changed. You will have either to edit old awards and achievements and set correct image or just recreate them.

How to recreate: AdminCP, Experience, Manage Achievements, "Clear all Achievements and create default Achievements" - Same for Awards.

Tried this phal as above fixes most and I can see I've done it right because there is a TON of new awards and achievements (thank you for them btw)

Phalynx 07-06-2010 08:33 PM

Quote:

Originally Posted by Noerenberg (Post 2065482)
How i do this?
I put the german language pack in and i didnt found this point

AdminCP, Aktivit?tssystem, Errungenschaften verwalten, "Clear all Achievements and create default Achievements"

Noerenberg 07-06-2010 08:34 PM

Quote:

Originally Posted by Phalynx (Post 2065479)
This is not a bug as the format changed. You will have either to edit old awards and achievements and set correct image or just recreate them.

How to recreate: AdminCP, Experience, Manage Achievements, "Clear all Achievements and create default Achievements" - Same for Awards.

I didnt have this point

Phalynx 07-06-2010 08:34 PM

Quote:

Originally Posted by nitra1000 (Post 2065488)
Tried this phal as above fixes most and I can see I've done it right because there is a TON of new awards and achievements

That was a reply to "Dont understand what you mean. If it's not working by default, is it not a bug then? How to re-create?"

You were all faster, I needed to quote it :o

Phalynx 07-06-2010 08:35 PM

Quote:

Originally Posted by Noerenberg (Post 2065490)
I didnt have this point

Please see my above post.

Noerenberg 07-06-2010 08:35 PM

Quote:

Originally Posted by Phalynx (Post 2065489)
AdminCP, Aktivit?tssystem, Errungenschaften verwalten, "Clear all Achievements and create default Achievements"


Nup, sorry, i didnt have this

Phalynx 07-06-2010 08:37 PM

Quote:

Originally Posted by Noerenberg (Post 2065494)
Nup, sorry, i didnt have this

Please, tell me more. What exactly is not there? I thought you have the german language pack?

Noerenberg 07-06-2010 08:38 PM

I found it

It is not Aktivitätssystem

the translation are Erfahrung

Thanks for your quick help :-)

Astyanax 07-06-2010 08:43 PM

Quote:

Originally Posted by Phalynx (Post 2065485)
Fixed. Please download vBExperience400Beta4_20100706_2.zip and replace includes\function_xperience.php

Thanks. And done! :)

Phalynx 07-06-2010 08:45 PM

Quote:

Originally Posted by nitra1000 (Post 2065477)
I also can't see the images in the Recently assigned Awards and Achievments as they refer to the root "http://leicestertalk.net/flower_blue_16.png" not where they should be referring to.

Fixed. Please download vBExperience400Beta4_20100706_3.zip and replace includes\function_xperience.php

ShowUstasi 07-06-2010 08:46 PM

How can i active Advanced Forum Points?

Phalynx 07-06-2010 09:00 PM

Quote:

Originally Posted by ShowUstasi (Post 2065502)
How can i active Advanced Forum Points?

Please download vBExperience400Beta4_20100706_4.zip and install the plugin: ZIP\extras\Addons\advanced_forum_points.xml"

ShowUstasi 07-06-2010 09:02 PM

Quote:

Originally Posted by Phalynx (Post 2065513)
Please download vBExperience400Beta4_20100706_4.zip and install the plugin: ZIP\extras\Addons\advanced_forum_points.xml"

thanks. very good =)

CrosseyedGamer 07-06-2010 09:15 PM

was all excited to get this thing back on my site and the download to the zip isn't working.

Takes me to the notify admin page. Anyone?

EDIT _ took me a couple times but got it done.
thanks.

Magz 07-06-2010 09:16 PM

Am Loving this

Great work Phalynx

Phalynx 07-06-2010 09:17 PM

Quote:

Originally Posted by CrosseyedGamer (Post 2065522)
was all excited to get this thing back on my site and the download to the zip isn't working.

Takes me to the notify admin page. Anyone?

Refresh and try again. Maybe old file in cache.

Phalynx 07-06-2010 09:17 PM

Quote:

Originally Posted by Magz (Post 2065523)
Am Loving this

Great work Phalynx

Thanks for the feedback so far from everybody!

rouvio 07-06-2010 09:35 PM

Great app.

Kudos there Mr. Phalynx!

Phalynx 07-06-2010 09:38 PM

I've just added to the ZIP the plugin "VSa PayPal Donate". Donating to your Webmaster and earning points is just great ;)

FReeSTER 07-06-2010 11:29 PM

Im having problems with images for awards, achievements ect....
I checked for image location and this is what I get
Code:

http://hyfreeteeds.com/forums/xperience/icons/http://hyfreeteeds.com/forums/xperience/icons/spheres_iridescent_16.png
any idea how to fix that?


All times are GMT. The time now is 02:26 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.03167 seconds
  • Memory Usage 1,833KB
  • 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
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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