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...


All times are GMT. The time now is 03:21 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.02943 seconds
  • Memory Usage 1,769KB
  • 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
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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