vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - vBExperience 3.8 (https://vborg.vbsupport.ru/showthread.php?t=199556)

Dutch_Boy 07-28-2009 11:42 AM

Quote:

Executing the kill_experience.php you will lose ALL DATA incl. Awards, Shop Items and purchases.
How do i do that? Allready uploaded the file but i have no idea how to run it.

Phalynx 07-28-2009 12:03 PM

I thought you don't want to lose all data?

Anyway, upload the file and execute it like any other PHP file.

Dutch_Boy 07-28-2009 01:49 PM

Quote:

Originally Posted by Phalynx (Post 1857095)
I thought you don't want to lose all data?

Anyway, upload the file and execute it like any other PHP file.

I dont give a damn anymore if i lose data. I just want to solve the problem.

The problem is im not really that good with php and execute things like that. I allready check my admin panel but cant find a new button to execute it. And i cant find anything new in the "Manage Products" file.

And yea i know im a pain in the ass and im sorry. I just dont know how to do it and i wanna learn it.

Edit:

I just got lucky. I need to install a new forum for a friend of my with the same mods that i us on my forum. This way i can check if thanks en groan mod dont work with the new update.

Ill keep you up to date if i run it to any problems. Gonna work on the forum tonight.

Phalynx 07-28-2009 02:23 PM

Quote:

Originally Posted by Dutch_Boy (Post 1857143)
The problem is im not really that good with php and execute things like that. I allready check my admin panel but cant find a new button to execute it. And i cant find anything new in the "Manage Products" file.

Upload the file to /admincp and then type in browser:
http://yourforum/admincp/kill_xperience.php

Ollie8557 07-28-2009 02:57 PM

Quote:

Originally Posted by Phalynx (Post 1857037)
Cannot reproduce this. You simply purchased the item?


Yes thats correct, its when i click the purchase button. I get that error message, however if i click the back button, the item is shown as purchased.


Also, ive just noticed that the number of points is not increasing at all. My users are doing all the things that they should be getting points for, yet their points level isnt increasing. Im sure this is probably a setting issue, but i cant find the incorrect setting.

Thanks so much for your help,

Ollie

Phalynx 07-28-2009 02:59 PM

vBExperience 3.8.4 Beta 2 has been released, please check first post.

3.8.4, BETA 2, 28th July 2009
- Ranking: Fixed pagination
- Awards without category are assigned to category 1
- AdminCP: Description for Awards is now a textarea
- AdminCP: Removed double category input
- AdminCP: Now showing Awards in listing
- Award in Profile fixed path
- Award Category can be hidden by setting order to 0
- Fixed description for Give Away Settings
- Bars now also available in vBulletin Blog Sidebar, below User's Avatar
- Earn Points has now a new field called "Yours". It shows your actuall points in this. You need to reimport all vBExperience addons from the 3.8.4 package to support this for the addon.

Phalynx 07-28-2009 03:01 PM

Quote:

Originally Posted by Ollie8557 (Post 1857188)
Yes thats correct, its when i click the purchase button. I get that error message, however if i click the back button, the item is shown as purchased.

Very strange, as in this part there is no such code to do that. Please PM me the URL to your board so I can take a look.


Quote:

Originally Posted by Ollie8557 (Post 1857188)
Also, ive just noticed that the number of points is not increasing at all. My users are doing all the things that they should be getting points for, yet their points level isnt increasing. Im sure this is probably a setting issue, but i cant find the incorrect setting.

Thanks so much for your help,

Ollie

Please check if the vBExperience Cron is correctly inserted. Also, increasing points happens currently only by doing a posting.

Ollie8557 07-28-2009 03:23 PM

Thanks for your quick reply. I checked the cron job, and it looks correctly set up to me. When users post, the number of points dont increase. Ive checked the settings, and im sure everything is set up properly.

cooltechie 07-28-2009 05:12 PM

Quote:

Originally Posted by Phalynx (Post 1857039)
Your themes must support template hooks. Please compare to the original vBulletin templates.

I meant to say, I installed a new theme. It looks like some mod link was automatically added, but vBExperience does not do it automatically.

Dutch_Boy 07-28-2009 07:40 PM

Invalid SQL:
UPDATE vb_xperience_stats
SET
points_xperience=4243,
points_thread=1515.76,
points_threads=204,
points_threads_sg=4,
points_thread_votes=60,
points_thread_replycount=362.1,
points_thread_views=185.66,
points_thread_stickies=700,
points_post=1959.5,
points_posts=1740,
points_posts_sg=20,
points_user_activity=100,
points_user=620.07474537,
points_user_profile=100,
points_user_infractions=0,
points_user_reputation=13,
points_user_reputation_use=2,
points_user_online=380.07474537,
points_user_socialgroup=0,
points_user_friends=51,
points_user_visitormessages=9,
points_user_albumpictures=0,
points_user_referrals=25,
points_post_attachment=17.5,
points_post_attachment_views=0,
points_thread_tags=0,
points_misc=148,
points_misc_ldm=0,
points_misc_dl2=0,
points_misc_ppd=0,
points_misc_vbblog=0,
points_misc_custom=0,
points_post_scp=182,points_thread_tnc=0,points_mis c_dla=148,points_user_law=40,p oints_misc_dsl_vbexp=0,
shop=0,
promoted=0,
dateline=1248820620
WHERE userid=1;

MySQL Error : Unknown column 'points_misc_dsl_vbexp' in 'field list'
Error Number : 1054

I get this database error when i hit on recount for Update Experience points. The other one wors fine.

I did a complete reinstall. Delete everthing.

Phalynx 07-28-2009 08:51 PM

Quote:

Originally Posted by Ollie8557 (Post 1857203)
Thanks for your quick reply. I checked the cron job, and it looks correctly set up to me. When users post, the number of points dont increase. Ive checked the settings, and im sure everything is set up properly.

You have a PM.

Quote:

Originally Posted by cooltechie (Post 1857277)
I meant to say, I installed a new theme. It looks like some mod link was automatically added, but vBExperience does not do it automatically.

It adds automatically if the hooks are available and also the vBExperience link settings are activated.
Does it work on other styles?

Quote:

Originally Posted by Dutch_Boy (Post 1857386)
Invalid SQL:
UPDATE vb_xperience_stats
SET
points_misc_custom=0,
points_post_scp=182,points_thread_tnc=0,points_mis c_dla=148,points_user_law=40,points_misc_dsl_vbexp =0,
shop=0,
promoted=0,
dateline=1248820620
WHERE userid=1;

MySQL Error : Unknown column 'points_misc_dsl_vbexp' in 'field list'
Error Number : 1054

I get this database error when i hit on recount for Update Experience points. The other one wors fine.

I did a complete reinstall. Delete everthing.

'points_misc_dsl_vbexp' does not come from vBExperience self, it must be an addon for vBExperience. Please check the installed plugins and disable them.

cooltechie 07-28-2009 10:18 PM

Quote:

Originally Posted by Phalynx (Post 1857449)
It adds automatically if the hooks are available and also the vBExperience link settings are activated.
Does it work on other styles?

Yup, you are correct. I uploaded another new style to test and it works. Would you be able to tell me where the hooks is needed for this style? Or what should I tell the designer?

diesalot 07-29-2009 05:31 AM

Some image name seem to be incorrect.

The script is looking for xperience/awards/award_posting.png

but the file is named award_posting_16.png along with a few others.

Phalynx 07-29-2009 07:18 AM

Quote:

Originally Posted by cooltechie (Post 1857494)
Yup, you are correct. I uploaded another new style to test and it works. Would you be able to tell me where the hooks is needed for this style? Or what should I tell the designer?

Tell the designer that he should insert the template hooks that are also in the original vBulletin templates. Otherwise the template are not fully compatible to vBulletin 3.7/3.8

Quote:

Originally Posted by diesalot (Post 1857685)
Some image name seem to be incorrect.

The script is looking for xperience/awards/award_posting.png

but the file is named award_posting_16.png along with a few others.

Edit the award and put in the name of the correct file into the field small image. Delete the field Identificator, it's not needed anymore.

imported_dfmafia 07-30-2009 04:53 AM

Quote:

Originally Posted by Phalynx (Post 1857704)
Tell the designer that he should insert the template hooks that are also in the original vBulletin templates. Otherwise the template are not fully compatible to vBulletin 3.7/3.8


Edit the award and put in the name of the correct file into the field small image. Delete the field Identificator, it's not needed anymore.

the xperience folder is now be located in your root directory. not in forums or forums/images like previous versions.

http;//yoursite.com/xperience/awards

and

http;//yoursite.com/xperience/images

nascartr 07-30-2009 06:55 AM

I can't say for sure but it seems that the awards are not updating automatically anymore.

I've had one member banned for two days now yet he has had the activity award during his whole ban. I ran the cron jobs and nothing updated however when I ran the activity recounts manually everything updated and the award went on to another person.

I thought that the cron should be doing this automatically but the banned member has had the activity award the whole two days of his ban until I did the manual recount.

I did a manual recount when I first installed the beta per the instructions so I'm just not sure what's going on.

I will report back later if things change.

Secret Warez 07-30-2009 10:15 AM

How to be on this list?
http://i44.tinypic.com/23s8ylh.jpg
This is not Ishop, is the very vBExperience.
Now thanks.

gigaenvy 07-30-2009 12:24 PM

Can someone clarify the difference between using \xperience\awards vs. how the old version used \images\style\<custom style>\path to....?

The instructions again are not clear.

Phalynx 07-30-2009 03:12 PM

Quote:

Originally Posted by nascartr (Post 1858338)
I can't say for sure but it seems that the awards are not updating automatically anymore.

I've had one member banned for two days now yet he has had the activity award during his whole ban. I ran the cron jobs and nothing updated however when I ran the activity recounts manually everything updated and the award went on to another person.

I thought that the cron should be doing this automatically but the banned member has had the activity award the whole two days of his ban until I did the manual recount.

I did a manual recount when I first installed the beta per the instructions so I'm just not sure what's going on.

I will report back later if things change.

It would be nice to see what happened.


Quote:

Originally Posted by Secret Warez (Post 1858394)
How to be on this list?
http://i44.tinypic.com/23s8ylh.jpg
This is not Ishop, is the very vBExperience.
Now thanks.

Thanks for what?

Quote:

Originally Posted by gigaenvy (Post 1858489)
Can someone clarify the difference between using \xperience\awards vs. how the old version used \images\style\<custom style>\path to....?

The instructions again are not clear.

You don't need to copy awards to every style.

RK1gaming 07-30-2009 03:18 PM

updated and added in my new awards that we did ... so far looking good Phalynx - i wil llet you know if I see any issues .. so far got some feedback form users that they like the new layout much better

Commodore 07-30-2009 03:25 PM

Sorry new to the vBExperience 3.8. Question: Why does my points look like this on the forum?

http://img31.imageshack.us/img31/6494/pointproblem.jpg

Secret Warez 07-30-2009 03:46 PM

I was already giving you the answer you that.
How to be on this list?
https://vborg.vbsupport.ru/external/2009/07/2.jpg
This is not Ishop, is the very vBExperience.

Phalynx 07-30-2009 07:50 PM

Quote:

Originally Posted by Commodore (Post 1858571)
Sorry new to the vBExperience 3.8. Question: Why does my points look like this on the forum?

You seems to have still vBExperience 3.8.3, so you need to copy the images to your style folder. Otherwise do an upgrade to 3.8.4 Beta...

Quote:

Originally Posted by Secret Warez (Post 1858587)
I was already giving you the answer you that.
How to be on this list?
This is not Ishop, is the very vBExperience.

"How to be on this list?" - what does that mean? Do you want also such a list?

Secret Warez 07-31-2009 01:22 AM

Guy, I'm needing a help, u can speak me what How do I put this inventory?
Sorry for bad english, my language's portuguese.
I'm needing only a inventory as shown in the image.
And this is in your hack vBExperience.

Phalynx 07-31-2009 07:36 AM

You will have to enable shop items in postbit, see settings.

Phalynx 07-31-2009 12:54 PM

vBExperience 3.8.4 BETA 3 has been released. The changes were focused on bugfixing from Beta 2, also there is a great new overview of what is going on on your forum. It's called "Acitivities" and it is showing like your members gain points, promote, do transactions in the shop. Also, the recount process is now applied also to users that don't post by triggering a recount of their points by login.

Download the ZIP from the first post and do an upgrade:
1. Copy ALL (I mean ALL - That is a common error!) files from upload_via_ftp/ to the server.
2. ReImport product_vbexperience384.xml, allow overwrite
3. If you modified any of the vBExperience templates, revert them
4. Run Maintenance Tools/Recount

3.8.4, BETA 3, 31th July 2009
- Activities, showing what is currently happening on your forum (Points, Promotions, Awards, Shop)
- Fixed GAP/Shop Usernames with underscore
- GAP: Some fields (points_user_infractions, points_thread_tnc, points_user_activity) cannot be used for transferring points anymore
- GAP: Log in Profile
- Recount trigger extendet to login and album edit process

gigaenvy 07-31-2009 01:05 PM

What is "rich username" and where do I disable it?

Phalynx 07-31-2009 01:22 PM

"rich" means formatted. You can disable it via settings.

cooltechie 07-31-2009 02:40 PM

Quote:

Originally Posted by Phalynx (Post 1859029)
vBExperience 3.8.4 BETA 3 has been released. The changes were focused on bugfixing from Beta 2, also there is a great new overview of what is going on on your forum. It's called "Acitivities" and it is showing like your members gain points, promote, do transactions in the shop. Also, the recount process is now applied also to users that don't post by triggering a recount of their points by login.

Download the ZIP from the first post and do an upgrade:
1. Copy ALL (I mean ALL - That is a common error!) files from upload_via_ftp/ to the server.
2. ReImport product_vbexperience384.xml, allow overwrite
3. If you modified any of the vBExperience templates, revert them
4. Run Maintenance Tools/Recount

Step 4 - Is that the same as Experience Menu - Recount?

Also under Experience - Manage Awards, the icons are not visible and does not take account for subfolder

after upgrade, it points to
www.example.com/xperience/awards/award_activity.png

instead of
www.example.com/forum/xperience/awards/award_activity.png

nascartr 07-31-2009 03:35 PM

Another issue, on the activities page the shop option leads to the awards activites page.

http://diecastcrazy.com/community/xp...?go=activities

Also, should their be shaded grey where there would normally be another option beside the shop option?

Phalynx 07-31-2009 06:53 PM

Quote:

Originally Posted by cooltechie (Post 1859095)
Step 4 - Is that the same as Experience Menu - Recount?

Yes.

Quote:

Originally Posted by cooltechie (Post 1859095)
Also under Experience - Manage Awards, the icons are not visible and does not take account for subfolder

after upgrade, it points to
http://www.example.com/xperience/awa...d_activity.png

instead of
www.example.com/forum/xperience/awards/award_activity.png

Fixed. Please download the Beta 3 again and overwrite admincp/xperience_admin.php

Quote:

Originally Posted by nascartr (Post 1859125)
Another issue, on the activities page the shop option leads to the awards activites page.

http://diecastcrazy.com/community/xp...?go=activities

Also, should their be shaded grey where there would normally be another option beside the shop option?

Fixed. Please download the Beta 3 again and reimport product xml.

What do you mean exactly with the "another option"?

Limode 07-31-2009 08:03 PM

@Phalynx
I reques bulk items shop featured .

Phalynx 07-31-2009 08:58 PM

Limode, please specify more.

Limode 07-31-2009 09:46 PM

Quote:

Originally Posted by Phalynx (Post 1859298)
Limode, please specify more.

Hi,
Bulk add all items in the directory like Avatar :) .

gigaenvy 07-31-2009 11:01 PM

Why am I having to under Beta 2 and now 3 having to put the path of the awards into the default awards under the \xperience path?

nascartr 08-01-2009 02:27 AM

1 Attachment(s)
Quote:

Originally Posted by Phalynx (Post 1859227)
Yes.


Fixed. Please download the Beta 3 again and overwrite admincp/xperience_admin.php


Fixed. Please download the Beta 3 again and reimport product xml.

What do you mean exactly with the "another option"?

Ok, I took a screenshot. In the activity section there are 4 options to look at. Those 4 options don't fill the top space. There is a dark grey area that looks like it shouldn't be there. Looks like 4 options span across 5 sections unlike the 4 options on the 'Statistics' page that spread across the whole area without a dark grey box at the end. I provided a screenshot that should help.

nascartr 08-01-2009 05:10 AM

One more possible issue?

Are the times correct? http://diecastcrazy.com/community/xp...?go=activities

On my page I have some PM's stuck between AM's and if it counts up then it registered a new day at 1am because from 12am-12:50am it was Friday and starting at 1:10am it says Saturday. In the 12am hour there are some 12PM's stuck in.

I'm not complaining at all because this is a really cool addition but wanted to point out possible problems.

yotsume 08-01-2009 06:37 AM

I just upgraded to Beta 3. All my award icons no longer show next to my member's names in their postbit. Also, on their profile page the name of the award shows in the block but again no icons? My award icons are located in the old location.

Solution to Missing Award Icons
Just copy your icons from the old location of: images/misc/level to the new folder location of: /xperience/awards

A page refresh and life is back in balance! Yet another scare for no reason!

The manage awards page need better text example. For instance what shoulg go in the fields for small and big images?
/xperience/awards/awardfilename?
or just awardfilename?

SUGGESTION:
How about give us all a clue in the text that is listed under each field.

gigaenvy 08-01-2009 11:13 AM

Quote:

Originally Posted by yotsume (Post 1859455)
I just upgraded to Beta 3. All my award icons no longer show next to my member's names in their postbit. Also, on their profile page the name of the award shows in the block but again no icons? My award icons are located in the old location.

Solution to Missing Award Icons
Just copy your icons from the old location of: images/misc/level to the new folder location of: /xperience/awards

A page refresh and life is back in balance! Yet another scare for no reason!

The manage awards page need better text example. For instance what shoulg go in the fields for small and big images?
/xperience/awards/awardfilename?
or just awardfilename?

SUGGESTION:
How about give us all a clue in the text that is listed under each field.



YEs, that's what I did -> /xperience/awards/awardfilename?

relaxiha 08-01-2009 04:59 PM

Code:

Database error in vBulletin 3.8.3:

Invalid SQL:
SELECT Userid FROM User WHERE Userid = 323;

MySQL Error  : Table '*******_vb.User' doesn't exist
Error Number  : 1146
Request Date  : Saturday, August 1st 2009 @ 05:58:28 PM
Error Date    : Saturday, August 1st 2009 @ 05:58:28 PM
Script        : http://************/forums/admincp/xperience_admin.php?do=savepoints
Referrer      : http://***********/forums/admincp/xperience_admin.php?do=editpoints&id=19
IP Address    : *************
Username      : ********
Classname    : ******_Database
MySQL Version : 5.0.81-community



All times are GMT. The time now is 09:35 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.03025 seconds
  • Memory Usage 1,869KB
  • 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
  • (1)bbcode_code_printable
  • (26)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