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)

Itchy Nips 09-18-2009 06:20 PM

upgraded. so far so good!
kudos to you

dannyrulez 09-18-2009 11:23 PM

I have a problem that prevent me from get my plugin for vBExperience working right.

I have customs columns in the users table. I need to pass this columns to "$xPerience->CalculateXP" and calculate them over there without calling another query in the SQL.

The problem is that vBExperience only use some users columns and no all the columns from the users table.

I recommend change this:

PHP Code:

 SELECT 
         u
.lastactivity
         
u.username
         
u.userid
         
u.joindate
         
u.lastactivity,
         
u.reputation,
         
u.usergroupid,
         
u.membergroupids,
         
u.ipoints,
         
u.posts,
         
u.xperience_ppd
         FROM 
" . TABLE_PREFIX . "user as 

for this

PHP Code:

 SELECT *
 
FROM " . TABLE_PREFIX . "user as 

I know that the first one is faster but is not scalable.

Sorry for my english

Digital Jedi 09-19-2009 02:38 AM

I was going to mention this earlier, as I just noticed it today, but I noticed a few errors in the HTML output, but can't quite seem to find where to edit. For instance, the Achievements images have a duplicate border attribute in them. And the alt tag is not specificied:

Code:

<img class="inlineimg" border="0" width="16" height="16" border="0" src="http://www.cogonline.net/forums/xperience/icons/dude4_16.png" title="Got three Friends" /><img class="inlineimg" border="0" width="16" height="16" border="0" src="http://www.cogonline.net/forums/xperience/icons/spheres_iridescent_16.png" title="First 1000 Experience Points" /><img class="inlineimg" border="0" width="16" height="16" border="0" src="http://www.cogonline.net/forums/xperience/icons/calendar_16.png" title="10 Days registered" />
That's turning up quite a few validation errors for me.

KURTZ 09-19-2009 08:48 AM

Quote:

Originally Posted by Phalynx (Post 1886956)
Beta 3 has been released.

3.8.5 Beta 3, 18th September 2009
- Fixed Promotions
- Fixed Notifications
- Added Activities to Promotions
- All Activities are not obeying limit
- AdminCP/Experience has a recount for Promotions and Achievements
- Fixed listing of Achievements with Firefox
- Several Beta 2 fixes

thanks mate :)

Matt Lathrop 09-19-2009 03:25 PM

How can I set up promotions? I thought there was a admincp menu for it but I can't find it!

SEW810 09-19-2009 08:30 PM

Quote:

Originally Posted by Matt Lathrop (Post 1887582)
How can I set up promotions? I thought there was a admincp menu for it but I can't find it!

AdminCP->Vbulletin Options->Experience: Promotions ;)

flashwave 09-19-2009 09:41 PM

There's a bug within the achievement "Days registered"...

The calculation for the days seems to be wrong: It shows more than twice the amount of days people really have been registered.

War.Frog 09-20-2009 07:55 AM

Quote:

Originally Posted by flashwave (Post 1887754)
There's a bug within the achievement "Days registered"...

The calculation for the days seems to be wrong: It shows more than twice the amount of days people really have been registered.

I get this too, as well as number of friends. It seems to be a multiple rather than a straight sum. I think I have 9 friends on my profile but Experience tells me it's 27. I also started my forum August 31 yet it's showing I've been registered 41 days.

Edit: Also, is there a way to disable the Award Showcase? It's redundant with the awards appended to the username, and members seem to like that best. More showy. :-D

Mark Fortune 09-20-2009 03:05 PM

I installed the mod, works fine when I have rewrite off, when I turn on YABBSEO Lite 1.0.1 the member urls don't work. Is there a fix for this? Otherwise the mod looks awesome.

Phalynx 09-20-2009 07:34 PM

Quote:

Originally Posted by dannyrulez (Post 1887286)
I have a problem that prevent me from get my plugin for vBExperience working right.

I have customs columns in the users table. I need to pass this columns to "$xPerience->CalculateXP" and calculate them over there without calling another query in the SQL.

The problem is that vBExperience only use some users columns and no all the columns from the users table.

I recommend change this:

PHP Code:

 SELECT 
         u
.lastactivity
         
u.username
         
u.userid
         
u.joindate
         
u.lastactivity,
         
u.reputation,
         
u.usergroupid,
         
u.membergroupids,
         
u.ipoints,
         
u.posts,
         
u.xperience_ppd
         FROM 
" . TABLE_PREFIX . "user as 

for this

PHP Code:

 SELECT *
 
FROM " . TABLE_PREFIX . "user as 

I know that the first one is faster but is not scalable.

Sorry for my english

Will add a hook for this. A * is really a big oversize.

Quote:

Originally Posted by Digital Jedi (Post 1887351)
I was going to mention this earlier, as I just noticed it today, but I noticed a few errors in the HTML output, but can't quite seem to find where to edit. For instance, the Achievements images have a duplicate border attribute in them. And the alt tag is not specificied:
That's turning up quite a few validation errors for me.

Fixed in next beta.
Quote:

Originally Posted by flashwave (Post 1887754)
There's a bug within the achievement "Days registered"...

The calculation for the days seems to be wrong: It shows more than twice the amount of days people really have been registered.

Quote:

Originally Posted by War.Frog (Post 1887919)
I get this too, as well as number of friends. It seems to be a multiple rather than a straight sum. I think I have 9 friends on my profile but Experience tells me it's 27. I also started my forum August 31 yet it's showing I've been registered 41 days.

No, no, no... this is NOT A BUG. It has been described many times, also it states in readme and changelog:
Just a short note: Condition in Achievements and Promotions are calculated in POINTS, not in counts of items.
If you choose 10 Day, you must enter the points needed for this.
For example: You have an achievement for 10 days. You have set 2 points for every day since registering. Calculation: 10*2 = 20
You will have to set 20 as the condition.

Quote:

Originally Posted by flashwave (Post 1887754)
Edit: Also, is there a way to disable the Award Showcase? It's redundant with the awards appended to the username, and members seem to like that best. More showy. :-D

Options...

gamerfu 09-20-2009 08:11 PM

https://vborg.vbsupport.ru/external/2010/02/102.jpg

My activity for my users is not hitting 100%. I have the SPAM and RSS boards on ignore, but I suspect vBExperience is still calculating those boards because I have ignored those boards for over a month now and the activty percents have only changed by a few percents. :(

Phalynx 09-20-2009 08:19 PM

Cannot confirm this. How do you seperate the list of ForumID's?

Also, which values are taking into calculation? Blog, Visitormessages or just Posts?

Sador 09-20-2009 09:47 PM

Was just reading through the topic, and I just wanted to give a compliment to you Phalynx, for keep updating this hack and helping people with their questions. It's a very nice thing you're doing.

SEW810 09-21-2009 01:21 AM

Quote:

Originally Posted by Phalynx (Post 1888181)
Cannot confirm this. How do you seperate the list of ForumID's?

Also, which values are taking into calculation? Blog, Visitormessages or just Posts?

Yeah, or maybe the user should use another level.xml
Well, i guess :)

gamerfu 09-21-2009 04:55 AM

Quote:

Originally Posted by Phalynx (Post 1888181)
Cannot confirm this. How do you seperate the list of ForumID's?

Also, which values are taking into calculation? Blog, Visitormessages or just Posts?

How I got the userIDs isolated is through the vBadvanced module that came with vBExperience. I always displays the top active users, but since 3.8.4 GOLD release and I have set SPAM and RSS board to ignore last month I have been having this problem. :confused:

Quote:

Originally Posted by SEW810 (Post 1888269)
Yeah, or maybe the user should use another level.xml
Well, i guess :)

Default Level 1 .xml is being used for I do not have over 500 users. The level 1.xml file has always worked fine and hitting 100% in activity. :(

Slayerz 09-21-2009 02:54 PM

None of my members can seem to level up.

Phalynx 09-21-2009 05:41 PM

Quote:

Originally Posted by Sador (Post 1888209)
Was just reading through the topic, and I just wanted to give a compliment to you Phalynx, for keep updating this hack and helping people with their questions. It's a very nice thing you're doing.

Thank you :)

Quote:

Originally Posted by gamerfu (Post 1888311)
How I got the userIDs isolated is through the vBadvanced module that came with vBExperience. I always displays the top active users, but since 3.8.4 GOLD release and I have set SPAM and RSS board to ignore last month I have been having this problem. :confused:

Default Level 1 .xml is being used for I do not have over 500 users. The level 1.xml file has always worked fine and hitting 100% in activity. :(

I need a temporary admin account to track that one. Please pm me.

Quote:

Originally Posted by Slayerz (Post 1888466)
None of my members can seem to level up.

To get support, you will need to click "Mark as Installed".

realdx 09-21-2009 06:40 PM

Is there a way to hide an attachment, and if a user want to click/download, he has to pay a desidered ammount of experience to the other user that posted it? I'd love to see users sells each others scans of stickers or toy boxes.. :) thank you for this great fun!!

Matt Lathrop 09-21-2009 07:54 PM

For some reason after I import a new level product and recount the levels stay the same! I accidentally imported the wrong level pack and now the top user is at like level 17. Any ideas?

Phalynx 09-21-2009 09:05 PM

Quote:

Originally Posted by realdx (Post 1888574)
Is there a way to hide an attachment, and if a user want to click/download, he has to pay a desidered ammount of experience to the other user that posted it? I'd love to see users sells each others scans of stickers or toy boxes.. :) thank you for this great fun!!

This is already in work, beside the support for downloads via LDM and DLII.

Quote:

Originally Posted by Matt Lathrop (Post 1888612)
For some reason after I import a new level product and recount the levels stay the same! I accidentally imported the wrong level pack and now the top user is at like level 17. Any ideas?

Which one did you imported? Did you tried also to import the smallest Level file?

Matt Lathrop 09-21-2009 09:28 PM

Quote:

Originally Posted by Phalynx (Post 1888643)
This is already in work, beside the support for downloads via LDM and DLII.


Which one did you imported? Did you tried also to import the smallest Level file?

If fixed it. I imported the level file with the main importer rather than the one in the experience menu (after deleting the mysql table)

LGKeiz 09-22-2009 12:10 AM

Thanks for fixing the previous problem, but I don't know if you haven't noticed yet.

https://vborg.vbsupport.ru/

Found a few more bugs :p

SEW810 09-22-2009 03:48 AM

Quote:

Originally Posted by LGKeiz (Post 1888728)
Thanks for fixing the previous problem, but I don't know if you haven't noticed yet.

https://vborg.vbsupport.ru/

Found a few more bugs :p

Phalynx leave it to me :)

Those points ARE NOT per day (registered), those points are per day LOGGED, no matters if you are regesitered since january 1st 2009 and yumiko since March 1st 2009.

maybe yomiko is looged every day since registration and you just log in once or twise a week (for example)
Got it?

MOre details: Look at your EARN POINTS section and then POINTS FOR USER

FitgirlWorld 09-22-2009 03:56 AM

installed and points/levels working fine..

however------------

there is no "Experience" page

there is no "Shop" page

there is no "manage awards" page

do I have to manually create these myself? I didnt see any .php files in the .zip file I downloaded

nAsH 09-22-2009 12:29 PM

Quote:

Originally Posted by FitgirlWorld (Post 1888793)
installed and points/levels working fine..

however------------


there is no "Experience" page

there is no "Shop" page

there is no "manage awards" page


do I have to manually create these myself? I didnt see any .php files in the .zip file I downloaded

you can find under vBulletin settings...

nAsH

matthewhotdude 09-22-2009 12:52 PM

I think calling it, Day's since registering is a bit confusing then

Phalynx 09-22-2009 04:34 PM

Quote:

Originally Posted by Matt Lathrop (Post 1888661)
If fixed it. I imported the level file with the main importer rather than the one in the experience menu (after deleting the mysql table)

Quote:

Originally Posted by LGKeiz (Post 1888728)
Thanks for fixing the previous problem, but I don't know if you haven't noticed yet.

http://img519.imageshack.us/img519/6128/68580785.jpg

Found a few more bugs :p

Taking a look now it seems to show:
PHP Code:

 Days since registering)
Keith (4,845)
Yumiko (171)
Ahriman (135

What did you changed?

Quote:

Originally Posted by SEW810 (Post 1888790)
Phalynx leave it to me :)

Those points ARE NOT per day (registered), those points are per day LOGGED, no matters if you are regesitered since january 1st 2009 and yumiko since March 1st 2009.

maybe yomiko is looged every day since registration and you just log in once or twise a week (for example)
Got it?

MOre details: Look at your EARN POINTS section and then POINTS FOR USER

Quote:

Originally Posted by matthewhotdude (Post 1888888)
I think calling it, Day's since registering is a bit confusing then

this is a common error. Days since registering IS calculating days since registering, NOT how many times a user logged in. As vBulletin does not store login counts, I even cannot read that value.

Quote:

Originally Posted by FitgirlWorld (Post 1888793)
installed and points/levels working fine..

however------------


there is no "Experience" page

there is no "Shop" page

there is no "manage awards" page


do I have to manually create these myself? I didnt see any .php files in the .zip file I downloaded

You missed something. There are PHP files in it.

FitgirlWorld 09-22-2009 04:51 PM

Quote:

Originally Posted by Phalynx (Post 1888994)
Taking a look now it seems to show:
PHP Code:

 Days since registering)
Keith (4,845)
Yumiko (171)
Ahriman (135

What did you changed?




this is a common error. Days since registering IS calculating days since registering, NOT how many times a user logged in. As vBulletin does not store login counts, I even cannot read that value.


You missed something. There are PHP files in it.



much thanks! Will re upload

Ezo 09-22-2009 05:01 PM

Quote:

Originally Posted by SEW810 (Post 1887727)
AdminCP->Vbulletin Options->Experience: Promotions ;)

That option doesn't exists for me:(

nat.n 09-22-2009 05:50 PM

Hello Phalynx

I have installed the vBExperience and all its ok :) nice till here.

I have a small problem.. I want the users to download the item from the shop not only at his postbit but in his PC ( i want ot put some wallpapers JPG ) but i cant setup the shop to do this.

Im new to VB if you can help me with some easy step to do this

Thanks a lot

Phalynx 09-22-2009 06:44 PM

Quote:

Originally Posted by FitgirlWorld (Post 1889002)
much thanks! Will re upload

Great. I would be glad to see that you clicked also on "Mark as Installed" :)

Quote:

Originally Posted by Ezo (Post 1889009)
That option doesn't exists for me:(

Than you have vBExperience 3.8.4 or earlier. Configurable promotions are available since vBExperience 3.8.5 Beta.

Quote:

Originally Posted by nat.n (Post 1889030)
Hello Phalynx

I have installed the vBExperience and all its ok :) nice till here.

I have a small problem.. I want the users to download the item from the shop not only at his postbit but in his PC ( i want ot put some wallpapers JPG ) but i cant setup the shop to do this.

Im new to VB if you can help me with some easy step to do this

Thanks a lot

Download real content, not only virtual items is currently in Beta stage in combination with the hacks "Links and Downloads" and "DownloadsII".

nat.n 09-22-2009 07:01 PM

We intend on offering stuff such as wallpapers, screensavers etc.
We have already installed DownloadsII -should we install Links and Downlaods, too? Should there be a "conflict" between these two scripts?
(We are still testing our forum).

We're just wondering if there's the option for "real download" (stuff as above) in the next or a future version.

Phalynx 09-22-2009 07:12 PM

It's already in the current Beta, but it needs a litte tweaking and work. It will work in both scripts, you need to install only one of them.

Sador 09-22-2009 09:48 PM

Just wondering, are there any plans or possibilities to add a feature to buy certain extra rights for users? This could mean things like extra pm inbox room when bought that item, the option to customize your profile, and so on.

I really have no idea whether or not this is possible at all, but it would be kinda nice if it was. If not, it's still possible to just give those extra options to the buyers manually of course. :)

SEW810 09-23-2009 02:01 AM

Quote:

Originally Posted by Phalynx (Post 1888994)
Taking a look now it seems to show:
PHP Code:

 Days since registering)
Keith (4,845)
Yumiko (171)
Ahriman (135

What did you changed?




this is a common error. Days since registering IS calculating days since registering, NOT how many times a user logged in. As vBulletin does not store login counts, I even cannot read that value.


You missed something. There are PHP files in it.

What?, hummm.. so I didn't unterstand it, sorry.
Than messege confused me
Quote:

Points for days online
Points that are added for every day since registering.

MonkYZ 09-23-2009 03:50 AM

First i would like to thanks once again Phalynx for this great plugin !

Second, i have 2 small issues:
- Do you think it's possible for the next update to include all Experience settings in the same Control Panel section ? I mean, it's annoying to setup things in vBulletin Options - Experience and some directly in Experience tab. It would be much easier and lovely to have them all in the Experience tab :)
- Before upgrading i've had my old "Awards" section named to "Achievements". Now that you've added Achievements i have two times. Can you please tell me what phrase/variable do i need to revert back to the old "Awards" name ?

Thanks in advance and keep up the good work !

Phalynx 09-23-2009 04:17 AM

Quote:

Originally Posted by Sador (Post 1889151)
Just wondering, are there any plans or possibilities to add a feature to buy certain extra rights for users? This could mean things like extra pm inbox room when bought that item, the option to customize your profile, and so on.

I really have no idea whether or not this is possible at all, but it would be kinda nice if it was. If not, it's still possible to just give those extra options to the buyers manually of course. :)

Already on my todo list. In the meantime, you can use the promotions to "upgrade" users to a better usergroup, as see on my demosite InsideSupCom.

Quote:

Originally Posted by SEW810 (Post 1889221)
What?, hummm.. so I didn't unterstand it, sorry.
Than messege confused me

Every day since registering says it all. It does not say "every day you are online".

Quote:

Originally Posted by MonkYZ (Post 1889241)
First i would like to thanks once again Phalynx for this great plugin !

Second, i have 2 small issues:
- Do you think it's possible for the next update to include all Experience settings in the same Control Panel section ? I mean, it's annoying to setup things in vBulletin Options - Experience and some directly in Experience tab. It would be much easier and lovely to have them all in the Experience tab :)

As I want to take benefit of all standard features of vBulletin I have to use that mechanics. Options are set via vBulletin. That will not change.

Quote:

Originally Posted by MonkYZ (Post 1889241)
- Before upgrading i've had my old "Awards" section named to "Achievements". Now that you've added Achievements i have two times. Can you please tell me what phrase/variable do i need to revert back to the old "Awards" name ?

Thanks in advance and keep up the good work !

It's xperience_awards

SEW810 09-23-2009 04:30 AM

yeah hehe, maybe I was drunk when I read that line lol :D :D

Regards pal :)

MonkYZ 09-23-2009 07:00 AM

Quote:

Originally Posted by Phalynx (Post 1889253)
It's xperience_awards

I've reverted xperience_awards (in Phrase Manager) back to "Awards" but in my Experience navbar i still got "Achievements" instead of "Awards". I've checked the navbar template and it's untouched... What else can i do ?

Sador 09-23-2009 07:23 AM

Quote:

Originally Posted by Phalynx (Post 1889253)
Already on my todo list. In the meantime, you can use the promotions to "upgrade" users to a better usergroup, as see on my demosite InsideSupCom.

Awesome.

Promotion isn't a solution for me, I think. I want them to upgrade a specific right depending on the item they bought (so if they buy extra inbox room that will get upgraded, but nothing else). With promotions it seems to let them upgrade to the next rank, with more rights allround, not just the item they bought.

Oh and your demo site looks nice.


All times are GMT. The time now is 05: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.03339 seconds
  • Memory Usage 1,897KB
  • 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
  • (7)bbcode_php_printable
  • (37)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