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

Reply
 
Thread Tools
[DBTech] Profile Hover v1 (vB3) [AJAX] Details »»
[DBTech] Profile Hover v1 (vB3) [AJAX]
Version: 2.0.0, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 01-21-2011 Last Update: 02-27-2016 Installs: 22
Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Profile Hover: What is it?
DragonByte Technologies are proud to present Profile Hover v2: A mini mod that uses AJAX to display user profile information when hovering over a users formatted name.


Why Profile Hover?

DBTech's Profile Hover mod uses AJAX to display user profile information when hovering over a users formatted name. It can be used to get a quick preview of a users profile information without loading the page or as a way to display a users information to encourage communication between your forum members.

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

*
For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!
-------------------------------------------------------------------------------------------

Differences between Pro and Lite

Priority support & Product Demos available at: http://www.dragonbyte-tech.com/vbdownloads.php

-------------------------------------------------------------------------------------------

To Install:
  1. Upload all files in the "upload" folder to your forum.
  2. Import the product file via the product manager in your AdminCP.
  3. Done!
----------------------------------------------------------------------------------

Complete Feature List
  • Lite
    • Display Avatar
    • Display Post Count
    • Display Current and Last Activity
    • Display Thanks/Likes data
    • Display Downloads Data
    • Display vBActivity Stats
    • Display Credits
    • Allow user to disable profile hover
    • Allow Admin to disable/enable each DBT Mod data in ACP
    • Allow Admin to set delay before mouseover fires
    • Allow Admin to set mouseover timeout
    • Allow Admin to set background color
  • Pro
    • Display Custom Fields
    • Display Reputation/Location/Occupation/Signature
    • Display Custom Profile Fields
    • Display Administrator title
    • Display Moderator title and forums user moderates
    • Allow Admin to disable/enable each item from DBT Mods in ACP
    • Allow Admin to set groups allowed to view

Download Now

File Type: zip [DBTech] Profile Hover v2.0.0 [Lite].zip (21.3 KB, 44 views)

Screenshots

File Type: png hover.png (29.9 KB, 0 views)
File Type: png acp.png (62.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
caoducanh9x

Comments
  #2  
Old 01-22-2011, 12:23 PM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Damn! was working on something virtually identical to this using the Flowplayer/jQuery toolbox.... Ah well, find something else to occupy my mind
Reply With Quote
  #3  
Old 01-22-2011, 12:29 PM
Eduardo Leon's Avatar
Eduardo Leon Eduardo Leon is offline
 
Join Date: Oct 2009
Location: Peru
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont work for me S: !
Reply With Quote
  #4  
Old 01-22-2011, 08:00 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zxleo View Post
dont work for me S: !
We need a little more detail to help you =)

Iain
Reply With Quote
  #5  
Old 01-23-2011, 05:40 AM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Initially I installed this onto a dev mirrored installation of my main board and could not get it to work.
error console kept on telling me it was 'Not Defined'
Tried then to install it onto a clean, new, untarnished installation of vB (3.8.x) and still would not work. Same error.
The only thing that convinced it to work was when I manually added the script link to the end of the header.
e.g.
PHP Code:
$ad_location[ad_header_end
<
script type="text/javascript" src="dbtech/profilehover/clientscript/profilehover_global.js"></script
Reply With Quote
  #6  
Old 01-23-2011, 09:50 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gothicuser View Post
Initially I installed this onto a dev mirrored installation of my main board and could not get it to work.
error console kept on telling me it was 'Not Defined'
Tried then to install it onto a clean, new, untarnished installation of vB (3.8.x) and still would not work. Same error.
The only thing that convinced it to work was when I manually added the script link to the end of the header.
e.g.
PHP Code:
$ad_location[ad_header_end
<
script type="text/javascript" src="dbtech/profilehover/clientscript/profilehover_global.js"></script
Yeah sorry about that. It was working in a couple templates I test with, don't know why it wasn't working in the OOB template.
I modified the plugin hook it starts on and the place it hooks into. Works now without having to modify templates

Dylan
Reply With Quote
  #7  
Old 01-23-2011, 10:11 AM
gothicuser's Avatar
gothicuser gothicuser is offline
 
Join Date: Apr 2004
Location: Kernow, Nr. UK
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
Yeah sorry about that. It was working in a couple templates I test with, don't know why it wasn't working in the OOB template.
I modified the plugin hook it starts on and the place it hooks into. Works now without having to modify templates

Dylan
Many thanks
Reply With Quote
  #8  
Old 02-04-2011, 06:51 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Changelog for
v1.2.0
Fixed error with vBActivity trophies causing popup to not work
Fixed spelling errors
Fixed long decimal value of vBActivity points
Added vB Settings field to set the number of decimal spaces for vBActivity points
Added user option to disable profile hover
Added ACP option to change background color
Reply With Quote
  #9  
Old 02-04-2011, 11:24 PM
rknight111 rknight111 is offline
 
Join Date: Oct 2006
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, thanks. Works on both Internet explorer and Firefox. On IE, if there is no avitar it displays an X, can that be fixed?
Reply With Quote
  #10  
Old 02-05-2011, 11:12 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rknight111 View Post
Installed, thanks. Works on both Internet explorer and Firefox. On IE, if there is no avitar it displays an X, can that be fixed?
It's probably looking for a default no avatar image. I thought there was an out of box one at images/misc/unknown.gif
If you put a no avatar image there it should show it correctly.
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 07:39 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.15971 seconds
  • Memory Usage 2,337KB
  • 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_php
  • (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
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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