Quote:
Originally Posted by Dutch_Boy
I found one same problem.
When i hit on test in Manage Awards on an new made award that i dont us and not filld in i get this database error:
Invalid SQL:
SELECT
u.userid, u.username,
AS get_count
FROM vb_xperience_stats as s
INNER JOIN vb_user as u ON u.userid = s.userid
ORDER BY get_count DESC, points_xperience DESC
LIMIT 10;
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 'AS get_count
FROM vb_xperience_stats as s
INNER JOIN vb_user as u ON u' at line 4
Error Number : 1064
Just a small bug 
|
That is not a bug. You have not selected any field that the award should calcule with. Even if you assign an award manually, you need to select at least one field.
Quote:
Originally Posted by Gun Geek
Great plug in here. I am still learning how to use it.
One of my users activity is at 99.9% mine is at 100% and everyone else is at 0 - what is the activity based on exactly because the user with 99.9% activity is only a level one with two posts and 71 points.
|
Run the activity cron and after that the recalculate activity.
Quote:
Originally Posted by Gun Geek
Also what are the awards based off of? What determines what award to give to who? I have been playing with this for the past few days and dont see where this is or if you can set it.
|
It's based on the fields you select for every awards. All fields are summed together. User with highest value is getting the award. If you have enabled the new awardlisting, you can see the fields that were used for the calculation. Also, if you have the option enabled to limit the awards to max 1 for a user, the user is not getting it. The second, third, etc... user is getting it then.
Quote:
Originally Posted by Gun Geek
Also one suggestion - upload image button for the shop would be great. Having to go FTP and then put in the URL is kind of a long process to add a product to the shop.
|
Added to my Todo-List.
Quote:
Originally Posted by stardotstar
Hi, I'm uncertain if this is fixed earlier in the pages, but please point me there if so,,,
I have only a few of the options showing as configuration panels when clicked on in the side bar of the acp.
ie the settings labeled:
Settings:
do not display - I get a blank right side main panel
but the others work fine....
I recall something like this with another mod but I cannot remember if it got fixed or what caused it...
Ring any bells?
BTW thank you for such a huge update - massive and most awesome mod!
|
That is a known issue, but not with vBExperience, it's PHP:
- Settings are showing only a blank page, read here:
http://www.vbulletin.com/forum/proje...6979#note74140
Quote:
Originally Posted by SEW810
Pretty nice, now everybody on my forum is 100% activity.
|
Please PM me a temporary admin account so I can track that down.