Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
User Of The Month Details »»
User Of The Month
Version: 1.4.0, by vLkn vLkn is offline
Developer Last Online: May 2014 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.4 Rating:
Released: 09-05-2009 Last Update: 09-09-2009 Installs: 223
Uses Plugins Auto-Templates
Translations  
No support by the author.

What Does It?
This hack will show user of the mont on forumhome

Install:
  1. Go vBulletin Admin Controlpanel
  2. Plugin System -> Manage Products -> [Add/Import Product] -> Select
  3. 'product-vum.xml' then İmport.
Please Click INSTALL and Leave a Reply

Download Now

File Type: xml product-vum.xml (6.4 KB, 949 views)

Screenshots

File Type: jpg admincp.jpg (47.9 KB, 0 views)
File Type: jpg forumhome.jpg (64.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 09-08-2009, 05:49 PM
Cableguy69 Cableguy69 is offline
 
Join Date: Apr 2008
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mine is similar, but mine appears like this.



the image location is at the following.

Code:
http://www.mysite.com/avatars/a.gif?dateline=1239911870&type=thumb
That location doesn't exist, so should the image location be

Code:
http://www.mysite.com/images/avatars/a.gif?dateline=1239911870&type=thumb
If you look at line 86.

Code:
$avatar = $url."thumbs/avatar".$uid."_".$revision.".gif";
Reply With Quote
  #43  
Old 09-08-2009, 06:19 PM
multiplex multiplex is offline
 
Join Date: Jun 2009
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
Reply With Quote
  #44  
Old 09-08-2009, 06:52 PM
Cableguy69 Cableguy69 is offline
 
Join Date: Apr 2008
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It means replies, to threads. Thread count is threads that have been started by the user.
Reply With Quote
  #45  
Old 09-08-2009, 09:49 PM
multiplex multiplex is offline
 
Join Date: Jun 2009
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cableguy69 View Post
It means replies, to threads. Thread count is threads that have been started by the user.
ok i have a total post count of 950. how can my "thread count" be 1057 ??? and my message count is over 1600???

doesnt make sense
Reply With Quote
  #46  
Old 09-08-2009, 11:44 PM
Mellymonster Mellymonster is offline
 
Join Date: Oct 2008
Posts: 308
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cableguy69 View Post
Mine is similar, but mine appears like this.



the image location is at the following.

Code:
http://www.mysite.com/avatars/a.gif?dateline=1239911870&type=thumb
That location doesn't exist, so should the image location be

Code:
http://www.mysite.com/images/avatars/a.gif?dateline=1239911870&type=thumb
If you look at line 86.

Code:
$avatar = $url."thumbs/avatar".$uid."_".$revision.".gif";
Ok I'm confused how can I fix this avatar not showing up issue?
Reply With Quote
  #47  
Old 09-09-2009, 02:25 AM
HappyFeet's Avatar
HappyFeet HappyFeet is offline
 
Join Date: Mar 2009
Location: Tn. USA
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!!!
Reply With Quote
  #48  
Old 09-09-2009, 09:49 AM
gigaenvy gigaenvy is offline
 
Join Date: Jul 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #49  
Old 09-09-2009, 11:17 AM
MiBot MiBot is offline
 
Join Date: May 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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";
replace with

Code:
$avatar = "image.php?u=$uid&dateline=".$dtyaz['dateline']."&type=thumb";
It's not that hard aight?

Best reagards,
MiBo
Reply With Quote
  #50  
Old 09-09-2009, 11:50 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MiBot View Post
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";
replace with

Code:
$avatar = "image.php?u=$uid&dateline=".$dtyaz['dateline']."&type=thumb";
It's not that hard aight?

Best reagards,
MiBo
Thank you, nice to see someone giving time to help out the users who don't know about coding.
Reply With Quote
  #51  
Old 09-09-2009, 01:23 PM
Faizan Faizan is offline
 
Join Date: Mar 2008
Location: fullmaza.com
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh Thanks alot MiBot Great......
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02: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
  • Page Generation 0.16282 seconds
  • Memory Usage 2,337KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (10)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete