Version: 1.00, by Kentaurus
Developer Last Online: Jul 2014
Version: 3.0.0
Rating:
Released: 01-16-2004
Last Update: Never
Installs: 136
No support by the author.
Tested in 3.0.1
This hack lets you "elect" a member of the day (member of any period of
time actually, but defaults to member of the day).
The member of the day is someone randomly picked from all the users in
your forum that have certain amount of posts the day before, that have
visited the forum and that have at least 50 posts and 10 reputation. You
can also change that values.
By default it appers in top of the forumhome. It is a nice way for members
of the forum to get to know each other.
Info for hackers:
You may modify, improve, upgrade, redistribute this hack, include it
in another hack or yours or translate it provided you do it free of
charge and you distribute it in www.vbulletin.org at least, there is no
need to pm me asking for permission
Some portions of the code are (c) Jelsoft Enterprises Ltd.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
That is what I am looking for, too. Looks like Kentaurus hasn't visited this thread for the past two months though
I've noticed on mine, that some avatars appear, and others don't. It seems that the smaller avatars appear, but the larger ones don't - but I'm not sure if size is the defining factor.
Brandy
I installed the hack - it is nice, but isn't the user's profile image supposed to display? It isn't displaying. Am I wrong?
Brandy
Another question, how can I add a custom profile field to display in the memberoftheday? I tried various things, but can't figure it out.
Thanks much!
Brandy
Some modifications to my hack (just download the files again):
Added support for default avatars (not the ones uploaded by the user but the ones the administrator has configured in the forum)
You can now use any user or userfield variable in the memberoftheday template.
About your question of moderators being ignored I suggest you increase the value of $days to something really high. Sometimes mysql is not very good at random numbers... In my forum sometimes some member is elected twice very quickly and some other members are still waiting their turn.
Some modifications to my hack (just download the files again):
Added support for default avatars (not the ones uploaded by the user but the ones the administrator has configured in the forum)
You can now use any user or userfield variable in the memberoftheday template.
About your question of moderators being ignored I suggest you increase the value of $days to something really high. Sometimes mysql is not very good at random numbers... In my forum sometimes some member is elected twice very quickly and some other members are still waiting their turn.
Thank You!
The avatars are still not showing (just the small ones)
I changed the number of days from 30 to 90, so we'll see if that helps
Also, how do you write the syntax to include field5 in the template?
I tried just: $field5
but it doesn't work.
Thanks much!
Brandy
Thank You!
The avatars are still not showing (just the small ones)
I changed the number of days from 30 to 90, so we'll see if that helps
Also, how do you write the syntax to include field5 in the template?
I tried just: $field5
but it doesn't work.
Thanks much!
Brandy
Just wait for the next member of the day to be generated, I expect then the avatar will be visible.
You need to use $mday[field5], please let me know if that works as expected.
i just installed it
everything is fine except the users avtars are not getting display
i think they are using custom avtars on forum..
any ideaz to fix this.
Thnx.
Sandy...
pretty weird
but as stated in ur above post. it will work after 1 day and it does
however here is one question.
My forums are hosted in us (TIME HERE IS GMT - 8:00) and my forums people are located in india (GMT + 5:30)
When the clock strike 1:00 pm afternoon here, member of day gets changed. and not @ midnight 12:00
How do i change this,
Its kinda buggy that i changes @ afternoon when almost 13 hours have passed away.
pretty weird
but as stated in ur above post. it will work after 1 day and it does
however here is one question.
My forums are hosted in us (TIME HERE IS GMT - 8:00) and my forums people are located in india (GMT + 5:30)
When the clock strike 1:00 pm afternoon here, member of day gets changed. and not @ midnight 12:00
How do i change this,
Its kinda buggy that i changes @ afternoon when almost 13 hours have passed away.
Sandy...
Change the hour in the cron job. Instead of having it at 0 hour substract 13 hours so it can change just at midnight.