Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Online Thumbs v2.0 Gold Details »»
Online Thumbs v2.0 Gold
Version: 2.0 Gold, by SkyCatcher SkyCatcher is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.6.7 Rating:
Released: 11-04-2006 Last Update: 11-06-2006 Installs: 35
Uses Plugins Template Edits
 
No support by the author.

Online Thumbs v2.0 Gold

What does this hack do?

This will display your users avatars next to their username in the Forumhome whosonline list and in the whosonline page. Size of the avatar fully customizeable in the admincp. Also on option to only display the users avatar INSTEAD of their username in the forumhome whoslonline list.

Compatible with vb3.5.x - vb3.6.x

  • Enable/Disable Completely
  • Show Avatar Next To Username In Forumhome
  • Show ONLY Avatar And NO Username In Forumhome
  • Enable/Disable Forumhome Avatars
  • Show Avatar Next To Username In Whosonline
  • Enable/Disable Avatars in Whosonline
  • Set Height and Width For Forumhome and Whosonline Avatars
Install Details
Products: 1
Plugins: 2
New Templates: 1
Template Modifications: 1
Install Time: 3 min

Revisions
  • 1.0 Initial Release
  • 1.01 I believe the sql error is fixed.
  • 1.1 Re-Done and Plugin elliminated.
  • 1.2 Revamped again to make it compatible with DB and Filesystem Avatars
  • 1.3 Completely Recoded
  • 1.3.5 Added Additional Template to allow more modification
  • 1.3.6 Added the use of the noavatar.gif
  • 2.0 Gold - Added many new features and use of avatars in forumhome
INSTALLATION
  • Import the product via the AdminCP
  • See installation text for template edits.
  • Upload noavatar.gif (or your own) to each styles /misc directory (where birthday.gif, etc can be found).
Done.


UPGRADING
Simply delete the product/plugin depending on your previous version and undo the template edits. Then install the new product and follow the install directions.


Compatibility
This has been tested with
  • vb3.5.4 - vb3.6.7PL1
================================================== ====
If you like this then please click install as I am very happy with it now
================================================== ====

Show Your Support

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

Comments
  #62  
Old 01-01-2007, 03:40 PM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this mod be used to show a 'who's online block' on a vbPortal front page / block?
Reply With Quote
  #63  
Old 01-01-2007, 11:06 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/attachment.php?attachmentid=55647&d=1162931571" target="_blank">https://vborg.vbsupport.ru/attac...7&d=1162931571</a>

Is the current status of the vba frontpage. Haven't really worked on it ><
Reply With Quote
  #64  
Old 01-03-2007, 10:51 PM
Wordplay Wordplay is offline
 
Join Date: Nov 2001
Location: Dengoku
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i got the comma out of the forumhome but any ideas on how to get it out of the vbadvanced module?
Reply With Quote
  #65  
Old 01-04-2007, 01:39 AM
dj_melayu dj_melayu is offline
 
Join Date: Aug 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
vbAdvanced Avatars in Online Block
This is a beta for the vbAdvanced block. All avatars show up EXCEPT your own Will tinker with this some more.
I dont know whether this question have been asked here similiar to my problem. Avatar still doesnt show on my vbadvanced page.It just show 'red X' which means that whether the wrong image path or something..I did editing onlineusers.php (vbadvanced module) but couldnt fix it. Any help would muchly apreciated. Thanks

Regards,

Paul Wall
Reply With Quote
  #66  
Old 01-04-2007, 02:49 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wordplay View Post
i got the comma out of the forumhome but any ideas on how to get it out of the vbadvanced module?
Find in onlineusers.php
----------------------
Code:
if ($onlinemod['modid'])
					{
						if ($activeusers)
						{
							$com = ', ';
and change the ,
Code:
if ($onlinemod['modid'])
					{
						if ($activeusers)
						{
							$com = '<br /> ';
So a few lines down you'd have:

PHP Code:
eval('$activeusers .= "$com ' fetch_template('forumhome_loggedinuser') . '";'); 
And that will display them on a seperate line each, you can also add an $nbsp; for a whitespace.
Reply With Quote
  #67  
Old 01-04-2007, 02:52 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dj_melayu View Post
I dont know whether this question have been asked here similiar to my problem. Avatar still doesnt show on my vbadvanced page.It just show 'red X' which means that whether the wrong image path or something..I did editing onlineusers.php (vbadvanced module) but couldnt fix it. Any help would muchly apreciated. Thanks

Regards,

Paul Wall
I can't seem to fix it. Somehow it goes through and gets the avatar paths for everyone except for the user that is currently loggen in (you). So whoever is viewing that page will see everyone else's avatar but their own.

No fix for this yet. I've tinkered with it about 6 times now and still can't come up with a simple way to get it to work.

The whole VBA thing was just an addon due to demand, I never really planned on messing with VBA so it may just remain that way forever
Reply With Quote
  #68  
Old 01-12-2007, 05:46 AM
dj_melayu dj_melayu is offline
 
Join Date: Aug 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Forgot to add that it doesnt show up avatar on every user online. I've edited the onlineusers.php and it doesnt help..thanks for the help..
Reply With Quote
  #69  
Old 01-12-2007, 04:25 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dj_melayu View Post
Forgot to add that it doesnt show up avatar on every user online. I've edited the onlineusers.php and it doesnt help..thanks for the help..
The vbAdvanced thing isn't supported in any way as it's not really a part of the hack.
Reply With Quote
  #70  
Old 06-03-2007, 04:16 AM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tested in 3.6.7 PL1 and still works fine.
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 05:46 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.05831 seconds
  • Memory Usage 2,300KB
  • 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
  • (2)bbcode_code
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete