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)

Phalynx 12-08-2010 04:41 PM

Quote:

Originally Posted by creative-friend (Post 2130640)
Sir I Am getting this error when recounting

Did you inserted the % somewhere? It should not be there.

Quote:

Originally Posted by Gamelobby (Post 2130743)
Is 385 Beta4 still a beta.?
Should we use 3842 instead or is 385 Beta 4 safe to use.?

Also i plan to use the shop.. any issues.?


Thanks

3.8.5 seems stable, I'm using it on different live forums. Shop has no issues.

creative-friend 12-11-2010 05:33 PM

Quote:

Originally Posted by Phalynx (Post 2130930)
Did you inserted the % somewhere? It should not be there.


No i have not inserted it any where sir

how do i get rid of it??

Phalynx 12-11-2010 09:00 PM

The modification is also not using the %... I'm not sure where this come from.

creative-friend 12-14-2010 03:46 PM

Quote:

Originally Posted by Phalynx (Post 2132565)
The modification is also not using the %... I'm not sure where this come from.

So is there any way to get rid of it??

and also some of my members complaining about that their VBExp stuck on one place it never grows.

Phalynx 12-14-2010 05:57 PM

As I have no clue where this comes from, I cannot tell you how to fix it. It's not included in the code, so I assume it must be added somewhere else.

As for never growing points... They need to post something, otherwise their account is not flagged for recount. This has changed in vBExperience 4.0

creative-friend 12-15-2010 05:27 PM

Quote:

Originally Posted by Phalynx (Post 2133888)
As I have no clue where this comes from, I cannot tell you how to fix it. It's not included in the code, so I assume it must be added somewhere else.

As for never growing points... They need to post something, otherwise their account is not flagged for recount. This has changed in vBExperience 4.0

Well yeah Obvisoly they are posting and everything but still nothing happening.

digicom 12-15-2010 05:42 PM

I have been using 3.8.5 Beta 4 since it was released with no issues at all
Quote:

Originally Posted by Gamelobby (Post 2130743)
Is 385 Beta4 still a beta.?
Should we use 3842 instead or is 385 Beta 4 safe to use.?

Also i plan to use the shop.. any issues.?


Thanks


Phalynx 12-15-2010 06:06 PM

Quote:

Originally Posted by creative-friend (Post 2134352)
Well yeah Obvisoly they are posting and everything but still nothing happening.

Please check if the cron is running. Run also a manually recount to check if the points are collected correctly.

Quote:

Originally Posted by digicom (Post 2134358)
I have been using 3.8.5 Beta 4 since it was released with no issues at all

Thanks for confirmation.

Digital Jedi 12-18-2010 02:09 AM

I notice after doing the last upgrade today, that xperience_functions.php still has some double border="0" attributes in several img tags. On my forum, it was causing the img HTML to output like this:

Code:

bsrc="http://www.cogonline.net/forums/xperience/icons/spheres_iridescent_32.png"
bsrc instead of src, so I had a broken images on the Achievements Block. When I removed the double attributes from the PHP file they displayed fine.

However, something is still going on with the tabs and blocks. For instance, when I enable the video directory mod, the video directory block HTML is inserted inside the HTML for the video-directory blocks:

Code:

<div class="block_content" id="collapseobj_xperience_block_achievements" style=""><!-- BEGIN TEMPLATE: video_profile -->
<div class="alt1 smallfont block_row">
        <ul class="list_no_decoration group_list" id="video_list">
                <!-- BEGIN TEMPLATE: video_profile_bit -->
<li><div class="sgicon" style="float:left;width:100px;height:127px;overflow:hidden;padding:6px 6px;text-align:center;">

So that's why I can't open/close Achievements. It triggers the video block instead.

Also, I still can't figure out why my hidden tabs won't open. But Experience is hidden in there, and you can't get to it when clicked on. Not sure if that related.

You can see what I'm talking about here: http://www.cogonline.net/forums/member.php?u=4770

bada_bing 12-26-2010 09:13 PM

I am trying to determine which to install this mod of vbcredits. Can some of you give me some personal experiance with both and pros and cons. I noticed that this mod has not been updated in months 2009 and still showing up as beta.

Message to the coder, is there any feature additions to this mod or is it dead for vb 3.8 series

Thanks

Digital Jedi 12-27-2010 07:41 PM

Quote:

Originally Posted by bada_bing (Post 2139357)
I am trying to determine which to install this mod of vbcredits. Can some of you give me some personal experiance with both and pros and cons. I noticed that this mod has not been updated in months 2009 and still showing up as beta.

Message to the coder, is there any feature additions to this mod or is it dead for vb 3.8 series

Thanks

vBCredits and vBexperience are two different things. That's why there's an add-on that lets you integrates the two. vBCredits is a points mod. vBExperience is a way to reward and keep track of forum usage.

Also, this mod was updated in May of this year. And the first post has an announcement saying that development began anew this August.

Phalynx 12-28-2010 07:06 AM

Quote:

Originally Posted by Digital Jedi (Post 2135703)
I notice after doing the last upgrade today, that xperience_functions.php still has some double border="0" attributes in several img tags. On my forum, it was causing the img HTML to output like this:

Code:

bsrc="http://www.cogonline.net/forums/xperience/icons/spheres_iridescent_32.png"
bsrc instead of src, so I had a broken images on the Achievements Block. When I removed the double attributes from the PHP file they displayed fine.

Fixed in 3.8.6



Quote:

Originally Posted by Digital Jedi (Post 2135703)
However, something is still going on with the tabs and blocks. For instance, when I enable the video directory mod, the video directory block HTML is inserted inside the HTML for the video-directory blocks:

Code:

<div class="block_content" id="collapseobj_xperience_block_achievements" style=""><!-- BEGIN TEMPLATE: video_profile -->
<div class="alt1 smallfont block_row">
        <ul class="list_no_decoration group_list" id="video_list">
                <!-- BEGIN TEMPLATE: video_profile_bit -->
<li><div class="sgicon" style="float:left;width:100px;height:127px;overflow:hidden;padding:6px 6px;text-align:center;">

So that's why I can't open/close Achievements. It triggers the video block instead.

Also, I still can't figure out why my hidden tabs won't open. But Experience is hidden in there, and you can't get to it when clicked on. Not sure if that related.

You can see what I'm talking about here: http://www.cogonline.net/forums/member.php?u=4770

Cannot confirm that, as it works with other modifications. Will take a look as soon as I release the first beta of 3.8.6


Quote:

Originally Posted by bada_bing (Post 2139357)
Message to the coder, is there any feature additions to this mod or is it dead for vb 3.8 series

Thanks

Currently vBExperience 4.1 has my full attention, but 3.8.x is still not dead. I'm using this on few boards of mine, see demo sites.

doubleclick 01-02-2011 10:22 PM

I would like to purge all points for all users and start everyone at zero, allowing users to gain points from the deletion date forward, and not giving points for any events before the deletion date. Is there a way to accomplish this?

Phalynx 01-03-2011 07:40 AM

Quote:

Originally Posted by doubleclick (Post 2142958)
I would like to purge all points for all users and start everyone at zero, allowing users to gain points from the deletion date forward, and not giving points for any events before the deletion date. Is there a way to accomplish this?

No, there is no such option to do that.

doubleclick 01-03-2011 01:39 PM

In my ignorance of the way it's coded, would it be relatively simple to code in a line or two with an in statement that would disregard any points or reasons for points prior to a specific date?

Thanks

Phalynx 01-03-2011 01:50 PM

That's always the thought of non-programmers, "in a line or two" ;)

Unfortunately it's not that easy and I highly doubt it will be implemented in the 3.8.x branch. However, this is in work for vBExperience 4.1.

Eduardo Leon 01-03-2011 02:31 PM

why my activity grow so fast :S !

well my users just put 6 posts and have 100% activity :S

and i have the "wow level" :S

why ?

Phalynx 01-03-2011 05:38 PM

First of all, please click "Mark as Installed" to get further support.

The WoW Level is a special level file, I would just use a smaller one.

Also, the activity does not depend on the level file. Did you modified the "Timeframe for Activity"?

gregorym 01-12-2011 08:06 AM

I just intalled Vbexperience on one of my forums and in AdminCP when I ckick "setting general" or any other settings, the page is blank....no settings.

Did I do something wrong? Should I try to reinstall?

Thanks

Digital Jedi 01-12-2011 06:28 PM

Quote:

Originally Posted by gregorym (Post 2147935)
I just intalled Vbexperience on one of my forums and in AdminCP when I ckick "setting general" or any other settings, the page is blank....no settings.

Did I do something wrong? Should I try to reinstall?

Thanks

Did you try uploading all your files one at a time, because it sounds like you misplaced one. You should upload all your files at one time matching your forum's file directory setup.

Ash Ketchum 01-16-2011 04:03 AM

After installing this mod, the images show up as http://mysite.com/index.php/xperience/images/image.php. Is there a way to change the image urls without manually going through each one?

Big Kahuna 01-16-2011 05:29 PM

Quickly installed (Beta version) on two of my forums without incident -- and on initial blush -- I like it.

Thanx

jbird310 01-20-2011 03:14 AM

Is there any way to add points for joining a usergroup?

Phalynx 01-22-2011 09:41 AM

Yes, you can use the plugin system for it, see CDP Custom Data Provider.

Cla75 02-02-2011 08:30 AM

guys, I need your help with promotions vBExperience

I'd like to set up an automated system that according to the percentage of each user, it could go up or down in a group

eg

Group 1: Power User
Group 2: User

if a user "user" has an activity greater than 60% joined the group "power users "

if a user "power users " has an activity falls below 60% in the group "user "

is it possible?

if so, how do I set the values and groups?

Thanks

gorentals 02-02-2011 06:47 PM

Where do we download the latest version for vb3.8? Is the latest version 3.8.5 or 3.8.6?
Thanks

snowlion 02-03-2011 12:05 AM

Quote:

Originally Posted by gorentals (Post 2157904)
Where do we download the latest version for vb3.8? Is the latest version 3.8.5 or 3.8.6?
Thanks

3.8.5 Beta 4 is the latest version.

Jason UK 02-03-2011 03:31 AM

Not the friendliest uninstall ever. Had to get rid of this due to a mass of "Deprecated:" as host upgraded the PHP version.

I actually upgraded to the latest one and followed the uninstall instruction by instruction.

My users were left with this notice when trying to post.

Quote:

Database error in vBulletin 3.8.5:

Invalid SQL:
UPDATE vb_user SET xperience_done=0 WHERE
I manually added a column to the table but now I ask, how do I remove the manually added column xperience_done and stop the above error message?

Thanks.

Jason UK 02-03-2011 07:24 AM

I also get this error when I click any user profile.

Quote:

Warning: require_once([path]/includes/functions_xperience.php) [function.require-once]: failed to open stream: No such file or directory in [path]/member.php(463) : eval()'d code on line 22

Fatal error: require_once() [function.require]: Failed opening required '/home/homedir/public_html/forums/includes/functions_xperience.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/homedir/public_html/forums/member.php(463) : eval()'d code on line 22
How do I totally remove this mod?

I uploaded the file functions_xperience.php back onto the server to make the error go away but I still see the Awards box in the member.php page when I click on any user profile.

Is there something I have to manually remove to fix this?

Cla75 02-04-2011 12:48 PM

Quote:

Originally Posted by Cla75 (Post 2157709)
guys, I need your help with promotions vBExperience

I'd like to set up an automated system that according to the percentage of each user, it could go up or down in a group

eg

Group 1: Power User
Group 2: User

if a user "user" has an activity greater than 60% joined the group "power users "

if a user "power users " has an activity falls below 60% in the group "user "

is it possible?

if so, how do I set the values and groups?

Thanks

help me please :o

suko22 02-18-2011 06:12 PM

First of all, thanks to the author of this addon, is fantastic!! I have installed it in my forum and works fine. But I have two questions:

1. When an user receives an item from another user, he can´t send this item to another user. Why? I need that users have the ability to transfer all kind of items several times, including those that have received from another users.

2. When an user sell back one item to the shop, they always receive only 1 point. I have set a ratio of 50%, but never works. Why?

Please help me, I have to resolve this two points to make vbexperience work on my site.

Thanks!!!

Dave84311 02-20-2011 07:53 PM

Is there any way to cron the calculation of experience so that it doesn't affect site/server experience? This plugin does a great deal to the performance of my website, and I need to ensure that it runs at certain period of time (preferably during night).

lafsunlmtd 02-21-2011 09:34 PM

I have set permissions and users qualify for promotion and even recount for promotions but users are not being moved?

Sukubis 03-07-2011 05:08 PM

Nice and easy. Installed. Thank you

Butzel 03-10-2011 10:50 AM

tolles AddOn, vielen Dank.

Wo kann ich erfahren, wie die genaue Berechnung (Abz?ge oder Zugaben) funktioniert ?

Ich habe einen neuen Award erstellt. Dieser soll f?r Eintr?ge in Lexikon z?hlen.
Wie kann ich bei den Awards das Feld f?r die Eintr?ge aus dem Lexikon erstellen ?

Vielen Dank f?r Input

Alfa1 03-20-2011 06:01 PM

My xperience_stats_changes table has 900.000 records. Does that affect performance? Does this table have all changes ever on record?

The Dawg 03-31-2011 04:37 PM

Does anyone have the custom.xml's for:

3 months registered
12 months registered
3 years registered
1 Tag
25 Tags
100 Experience Points

Im aware its probably something easy to change in the code, but as a noob with this I dont want to break anything.

Thanks.

Dave84311 04-08-2011 05:19 AM

Quote:

Originally Posted by Alfa1 (Post 2175527)
My xperience_stats_changes table has 900.000 records. Does that affect performance? Does this table have all changes ever on record?

Mine has over 20 million... querying it takes seconds... it does affect performance. My guess is it only matters if the user hasn't logged in/been active for a while or if you need to recalculate it. In either case, I am backing it up and pruning it.

aktifnet 04-12-2011 09:03 PM

Hi,

When I say this for a while before the scores began to take the underlying database error and I had to turn off the add-on.

How can I solve this problem?

I want to update to get from point error:

Code:

Database error in vBulletin 3.8.6:

Invalid SQL:
UPDATE setting SET value= WHERE varname='xperience_avgppd';

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 'WHERE varname='xperience_avgppd'' at line 1
Error Number  : 1064
Request Date  : Wednesday, April 13th 2011 @ 12:47:26 AM
Error Date    : Wednesday, April 13th 2011 @ 12:47:26 AM
Script        : http://www.sitename.com/admincp/xperience_admin.php?do=xperience_admin_recount_xp
Referrer      : http://www.sitename.com/admincp/xperience_admin.php?do=recount
IP Address    : 78.179.-----
Username      : aktifnet
Classname    : vB_Database
MySQL Version : 5.0.67-community


Ro7 Qatif 05-07-2011 11:20 AM

Great mod
It’s the most valuable mod so far, has a lot of functions

Question: can't we sell external "non-virtual" stuff in the shop
Like card number or something?


All times are GMT. The time now is 06:35 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.04360 seconds
  • Memory Usage 1,852KB
  • 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
  • (5)bbcode_code_printable
  • (19)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