Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

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
  #2  
Old 09-06-2009, 01:23 PM
vLkn's Avatar
vLkn vLkn is offline
 
Join Date: Feb 2009
Location: Turkey
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version History
1.1.0

+ Added automatic placement
+ Fixed avatar problem

1.2.0
+Fixed Database Error

1.3.0
+Added Select Table Location

1.4.0
+Fixed avatar problem(2)
+Added Collapse Table

News: Version 2.0 Coming Soon.
Reply With Quote
  #3  
Old 09-06-2009, 01:52 PM
nomoreturn's Avatar
nomoreturn nomoreturn is offline
 
Join Date: Apr 2009
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed but when enter user name in acp its gave me deta error
Database error in vBulletin 3.8.4:

Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = Test;
Reply With Quote
  #4  
Old 09-06-2009, 01:56 PM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Installed but when enter user name in acp its gave me deta error
Do you mean 'user id' or did you really add the 'user name'?
You need to add the 'user id'

Anyway, the av of the user didn't show up when I installed it.
Reply With Quote
  #5  
Old 09-06-2009, 01:58 PM
erel34's Avatar
erel34 erel34 is offline
 
Join Date: Dec 2007
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #6  
Old 09-06-2009, 02:05 PM
Nadeemjp Nadeemjp is offline
 
Join Date: Aug 2008
Location: Japan
Posts: 601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice, installed
Reply With Quote
  #7  
Old 09-06-2009, 02:07 PM
vLkn's Avatar
vLkn vLkn is offline
 
Join Date: Feb 2009
Location: Turkey
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nomoreturn@hotm View Post
Installed but when enter user name in acp its gave me deta error
Database error in vBulletin 3.8.4:

Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = Test;
Write textbox USERID
Reply With Quote
  #8  
Old 09-06-2009, 02:08 PM
chrisdaman77 chrisdaman77 is offline
 
Join Date: Oct 2007
Location: NY
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by New Joe View Post

Anyway, the av of the user didn't show up when I installed it.
I noticed this as well. It displays my avatar. I have made a temporary fix for the time being but would need to adjust every month. Nice just the same. Will hopefully see a fix.
Reply With Quote
  #9  
Old 09-06-2009, 02:31 PM
nomoreturn's Avatar
nomoreturn nomoreturn is offline
 
Join Date: Apr 2009
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here what i try with
Database error in vBulletin 3.8.4:

Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = test;
===================================
Database error in vBulletin 3.8.4:

Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = 29;
====================================
Database error in vBulletin 3.8.4:

Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = id29;


and still got same error
Reply With Quote
  #10  
Old 09-06-2009, 02:38 PM
vLkn's Avatar
vLkn vLkn is offline
 
Join Date: Feb 2009
Location: Turkey
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nomoreturn@hotm View Post
Here what i try with
Database error in vBulletin 3.8.4:

Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = test;
===================================
Database error in vBulletin 3.8.4:

Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = 29;
====================================
Database error in vBulletin 3.8.4:

Invalid SQL:
Select user.username as nick, customavatar.dateline as avatar From vb_user
Left Join vb_customavatar
ON user.userid= customavatar.userid
Where user.userid = id29;


and still got same error
Please Add AdminCP ScreenShot
Reply With Quote
Reply


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 09:25 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07129 seconds
  • Memory Usage 2,324KB
  • Queries Executed 24 (?)
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
  • (4)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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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