![]() |
Here is another - maybe useful - change... If you have vbexperience installed!!!!! (else there will be some nice error drops *g*) you can do some changes and the best-ranked user will be viewed... I don't know, if the xperience-points are actual everytime, so this is a fast and dirty change, don't set to much hope in it. You should backup your product xml before the changes, maybe something failes...
// After this changes, the mod is an "User of the Moment"-Mod i think, cause the experience points are dynamic and recalculated more often? Open the product xml and search for: Code:
$sql = $vbulletin->db->query_read("Select userid, username, avatarrevision From ".TABLE_PREFIX."user Code:
$sql = $vbulletin->db->query_read("Select userid, username, avatarrevision From Replace the line/s with the following code. If you are unsure, you mustn't replace the line, you can write the code below the line you found. Code:
$sql = $vbulletin->db->query_read("SELECT userid, usergroupid, username, avatarrevision, xperience From ".TABLE_PREFIX."user WHERE (usergroupid <> 6 AND usergroupid <> 8) order by xperience DESC LIMIT 1"); If you are unsure, do not change anything and only copy the code. Next search for: Code:
//////////END SQL Code:
$uid = $yaz['userid']; Maybe you could give some feedback, i think it should work but i'm not that sure. If you get SQL Errors, you can easily reimport the original product xml. The templates won't change via reimport. I hope, the next release will have this stuff all inside and maybe some nice xperience-bridged-options... |
Version 1.4.0 Added
|
for some reason avatar still don't work :confused:
|
What version of vB are you using?
|
Quote:
|
Quote:
I have just installed this mod and found it to be completely pointless as it is, I have to decide for myself who is to be the member of the month by typing in a userID. That is not user of the month, that is most favoured by admin user of the month. I've posted a mod request to at least get some kind of choice that is not biased on the admins behalf, if anyone wants to support the request by seconding the request that would be great, it's here: https://vborg.vbsupport.ru/showthread.php?t=222849 |
Quote:
Do it like vbulletin.org.. Make a nomination thread and a poll, and let your users decide. |
Is there anyway of putting it above the shoutbox?
|
works fine for me!!! thank u
|
install newr version but I still have problem with avtar still there is no avtat or pic
|
All times are GMT. The time now is 01:19 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:
|