![]() |
Mine is similar, but mine appears like this.
https://vborg.vbsupport.ru/external/2009/09/46.jpg the image location is at the following. Code:
http://www.mysite.com/avatars/a.gif?dateline=1239911870&type=thumb Code:
http://www.mysite.com/images/avatars/a.gif?dateline=1239911870&type=thumb Code:
$avatar = $url."thumbs/avatar".$uid."_".$revision.".gif"; |
this is the best! avatars working fine for me on 3.8.3
voted 5/5, marked as installed, and nominated for MOTM :up: but please answer one question. what does message count signify? do you mean Private Message count? would make more sense to have Post Count and Reputation like in the post bits also what does thread count signify? if its supposed to mean post count, i think its calculating wrong. mine is showing higher than my actual post count (which includes threads and posts created) |
It means replies, to threads. Thread count is threads that have been started by the user.
|
Quote:
doesnt make sense |
Quote:
|
Many thanks vLkn, I re-downloaded it and installed. It works perfect now!
I did however have to re-edit my templates because I manually added $vum and the new version with auto insertion gave me two of them, I just removed the one I added from each style. See it HERE Thanks again, this is something I was looking for. If we can show why the member is user of the month, it would be even better.;) This one is a keeper!!! |
I'm not sure what you were trying to accomplish. In other words, what problem or limitation were you trying to solve by creating this mod?
User of the month should be determined by some criteria or many selectable types of criteria. For example, I would love this mod if it could give me a list of sortable users that had top posts, top activity, most thanks, etc. Then give me the option to clear the monthly results or export them. You can get crazy and have it automatically determine who was the user of the month by the pre-configured admincp settings each month. It would be best if users were emailed telling them how they're doing - "You need two more quality posts to be in the lead".... This has potential, but so does VBExperience if they took this recommendation. |
So Leechers,
here's your solution for the avatars... Open the product xml file and search for: Code:
$avatar = "image.php?u=1&dateline=".$dtyaz['dateline']."&type=thumb"; Code:
$avatar = "image.php?u=$uid&dateline=".$dtyaz['dateline']."&type=thumb"; Best reagards, MiBo |
Quote:
|
oh Thanks alot MiBot Great......
|
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
|
working fine with 3.8.2 hehehehehehehehe
|
Just finally got around to updating with the new file and all is fine now for me. One thing I would like to see different though would be the Thread Count changed to the persons Post Count
|
Quote:
|
If this were somehow more automated in regards to how the user was choosen, I'd be using it 110%
Great idea, just needs more content. :up: |
Clicks *Install*
|
Ok, now work fine~
but if my avatar is GIF (Animation) doesnt move :( |
i cant find this in my options. where the hell do i edit it.. lol
i got it had to reinstall like 3 times. but got it |
is there anyway i can change the title from user to member and how do i do it thanks :)
|
the user of the month block appears twice once upgraded......how do i cure it?
|
I think this should be called member of the month and it should be displayed in a notice. So that people can easily click the X and make the message go away.
|
yes i think it should be called member of the month as well any idea on how to change this ???
|
Any chance of this working on 3.6.11?
|
Hi,
I installed it and works just great. My site is totally in spanish, I can provide the translation if you tell me where I need to do it. I looked on the phrases and I didnĀ“t find it. Can you help? thanks. |
Not sure if author is still around, but anyway to make this to where I can add more than one user as member of the month? We have 2 every month.
|
Is it possible to change the title so that it can be:
Car of the Month or something like that? |
Quote:
|
Quote:
|
Ditto...worked perfect!!!!
|
Any chance this works on 3.6.x?
|
instead of avatar it shows the link for profile page
|
All times are GMT. The time now is 01:05 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:
|