![]() |
Ok after further investigation, both messages and connections are stored but messages also include a lot of hidden messages and things like that, connections are pretty clean and only kept while the user is online. So would it be possible to award x points for every time your user id comes up in the connection log (in the mysql database)? Also in this table it stores the time that the connection was made and the time it was last updated (every time you send a message or interact with chat). SO I guess in a way it does store online time...
|
If the table is readable via vBulletin, it should be no problem to read this. You can use the CDP to get the data and store it as a point provider.
|
Not to sound totally noobish, but CDP?
|
Custom Data Provider, the plugin interface of vBExperience. All plugins are written using this. Take a look at the samples ZIP\extras\Addons and also into the documentation ZIP\extras\Custom Data Provider\readme_custom_data_provider.txt
|
Ok Phalynx, you have an MP
Thats your account ;) Thnx |
Thanks. I will take a look.
|
Well if I wasn't so brain dead on coding ect. then your instructions would have been very clear... I guess my question would me what all do I ahve to change? flashchat stores the info in a table called flashchat_connections.
|
Currently I don't have the time to code this, sorry.
|
Awesome work Phalynx! This is undoubtedly ONE MOST superbly built, documented and supported mod. Updated to 3.8.4 and it works great.
I have a few suggestions please. 1. In xperience.php?go=gap, I have 12 fields showing as 0 as I am not using those mods. Rather than just disabling the text box, why not DON'T SHOW that field at all. It will reduce the clutter on the page. In other words, those 12 rows should not display when You Have = 0. 2. When viewing OTHER PERSON's profile, the Give Away Points should link to xperience.php?go=gap&username=bobby , just like we have from postbit. Thanks |
Quote:
Quote:
|
I don't know why xperience_admin.php showes blank page :'(
Even form me, I can't see anything :'( Well, thanx Phalynx,I'll check it later. Thanx a lot for your time, please if I got some troubles please please could you help me again?. Thnx |
Quote:
I think you need PHP 5.2.9 and something else... sorry, the second one escapes me atm. Phalynx, could you please add the link (solution) to the non-displaying xperience_admin.php in your modification description, please? |
This is working good, but one thing I'd like to see is on the awards a minimum requirements field.
For instance, the "Frequent Poster" award is going to people that just sign up and make a single post. This is normal on my forums as it's a gaming guild and people sign up and then submit their application. So their days as a member and post count are considered high. I'd like it make it so members are only counted if they have been members for 2 weeks or more. Basically, making this a variable. |
I'm not sure if this bug has been reported, but I've been getting messages from my members saying they can give away more XP than they have if they click the "Give Away" button twice before the page finishes loading. Is this something you're aware of? Anyway, it put one of my members 200xp negative, which shouldn't happen.
|
Quote:
Quote:
Quote:
|
HTML Code:
$attq = $vbulletin->db->query_read("SELECT |
Quote:
Great mod, great support, thank you very much. Will |
Thanks for responding to my last comment. It seems I'm having one more problem - when calculating average PPD, it calculates it as 0PPD. For some reason, it's unable to read the database that stores the post information - e.g. it's calculating most members with 0% activity. Before I upgraded to this version, I didn't have this problem. I'm using vBulletin 3.7x if that makes a difference.
|
I installed the latest version on my site, but the when I go to the xperience page, it doesn't show what % each member is at like so:
https://vborg.vbsupport.ru/external/2009/08/67.jpg |
Quote:
|
Just overwrote the files and reran the award recount, same thing. Hope this information helps.
Awards page: http://www.darkhandofvalor.com/xperience.php?go=awards Member: http://www.darkhandofvalor.com/member.php?u=538 Join Date08-07-2009
User likes to post Fields used: Average Posts per Day |
Ok, I ran the recount of experience points and it seemed to of fixed this issue. The other recount that I thought would do it, didn't. Thanks.
|
Quote:
Your mod works just perfect!!! THANK YOU,THANK YOU,THANK YOU,THANK YOU,THANK YOU THANK YOU,GRACIAS,GRAZIE,OBRIGADO,СПАСИБО,DANKE,MERCI, THANK YOU FOR EVERYTHING !!!!!!!!!!. Installed, updated, nominated..... your great man ;) Did I forget to say thank you? lol :D |
Quote:
Quote:
Quote:
Quote:
|
This bugfix resolves problems with the activity. There was a bug in reading out average postcount.
Please overwrite the file class_xperience.php 3.8.4.1, 14th August 2009 - Fixed issues with low/high activity - Improved speed by recounting activity - Included french translation by mitch84 - thanks! |
Another bug:-
One is able to Give away points to himself. I had 3605 points, I gave 20 points to myself and it increased. One should not be able to give points to himself, the system can be clearly abused this way. Also, it would be nice to not to show Give Away Points in postbit dropdown FROM OUR OWN USERNAME. |
Fixed in next version.
Just a Note: I'm the next few days on vacation and therefore cannot provide any support. I will return on Monday, 17th August. |
@Phalynx ,
Need 10 Hours Recount when upgrade for 136,000 member =.= . |
Hey I have a question about the CDP. This is what I have so far on my chat mod... currently I have it working so that when I recount the code it changes points_misc_cdp to 1 if they are in the chat room at the time of the recount. The problem is it won't do it constantly... it only updates when I hit recount and when I do that it dose not add on to the current # (which I guess is what recount is supposed to do) Do you have any suggestion on how to solve the issue?
|
Quote:
|
I noticed vBExperience 3.8.4 counts posts in my "SPAM Games" board towards the user's experience. :(
I have this board set to not to count posts towards the user's final post count. :confused: |
Quote:
Quote:
Xperience->General setts->Only active users?... YES My board has 76000 users and it takes to calculate activity 10~15 mins. You have double than me, it should takes 30 mins max !! |
Quote:
|
Just a question...
Is there anyway to make it so that some shop items can be like so... Quote:
Also could you add "Achivment" type awards, where more than one user can have an award, for lets say... 100 posts or Active for 1 year ect? Sorry if I'm asking too much but it would be really great, and thanks for the update, I was about to ask about the activity problem. |
One more quick thing: Activity doesn't seem to behave as expected. A member half my Average Posts Per Day has twice the Activity percentage as I do, and I have toggled off everything except posts and last activity date (he's active daily, like I am). It's not just this one isolated case either - it seems to be very inconsistent across the board. Isn't there a way to just average out the top X number of members' Average Posts Per Day, then just compare each member's average Posts Per Day to that number and draw a percentage from it? If that's what's supposed to be happening, then I don't think it's working. It's not urgent, but if you could make improvements in future releases, that would be great.
|
i just realized that the awards images are not appearing for users that have the "user name images" modification.
|
I'm having a major issue:
I've uninstall this product, however now I am getting a SQL error: Database error in vBulletin 3.8.4: Invalid SQL: UPDATE vb_user SET xperience_done=0 WHERE userid='1'; MySQL Error : Unknown column 'xperience_done' in 'field list' and I am unable to login to my admin CP nor login nor post. I need help desperately!! |
thanks :)
|
Quote:
Quote:
From there disable anything related to xperience. Then remove the line to reactivate your plug-ins. You probably un-installed the mod incorrectly or incompletely. A Reinstall may be necessary. Also make sure you have un-installed ALL related mods as well. Hope this helps. |
Thanks Harley!
I've manually add a new column xperience_done in my user DB and that allows me to login. I re-install the mod and uninstall it by first using the kill_xperience.php and then remove the product but the error came back again... I guess I just leave xperience_done column in there for now... |
All times are GMT. The time now is 07:41 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|