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

Reply
 
Thread Tools
[DBTech] Profile Hover v1 (vB4) [AJAX] Details »»
[DBTech] Profile Hover v1 (vB4) [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: 4.x.x Rating:
Released: 01-21-2011 Last Update: 02-27-2016 Installs: 83
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!

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

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

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

This mod displays a copyright notification in the footer of pages generated by this mod which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

Download Now

File Type: zip [DBTech] Profile Hover v2.0.0 [Lite].zip (21.3 KB, 63 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.
Благодарность от:

Comments
  #22  
Old 01-29-2011, 09:25 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Testing before going with Pro version .... :up:

So far, works great except for overflow bug mentioned earlier ...

Some users love it, others hate it ...

Is there some way of adding it as a user selectable option so they can choose whether to use it themselves or not?

Thanks ...

Regards,
Doug
Reply With Quote
  #23  
Old 01-30-2011, 01:21 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 BadgerDog View Post
Testing before going with Pro version .... :up:

So far, works great except for overflow bug mentioned earlier ...

Some users love it, others hate it ...

Is there some way of adding it as a user selectable option so they can choose whether to use it themselves or not?

Thanks ...

Regards,
Doug
It doesn't work that way but it's a good idea, I'll add the option for users to disable it in the next version.
Reply With Quote
  #24  
Old 01-30-2011, 09:12 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
It doesn't work that way but it's a good idea, I'll add the option for users to disable it in the next version.
Thanks ...

Appreciate the comments ..

We'll disable it for now, but check back and purchase the PRO version for installation as soon as that's available ... :up:

Regards,
Doug
Reply With Quote
  #25  
Old 02-02-2011, 04:13 PM
DjEddie DjEddie is offline
 
Join Date: Nov 2007
Posts: 244
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
Open the template dbt_ph_profile
At the very top put
Code:
<STYLE TYPE="text/css">
  div.td.blockrow {background-color: #000;}
</STYLE>
That worked on my dev site.
Hi this worked fine on firefox but when checking on internet explorer the background was still transparent .. do you have a fix for the IE please?

Thank you

Eddie
Reply With Quote
  #26  
Old 02-02-2011, 09:31 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 DjEddie View Post
Hi this worked fine on firefox but when checking on internet explorer the background was still transparent .. do you have a fix for the IE please?

Thank you

Eddie
It looks like IE isn't liking the internal CSS for it. I was going to release another version tonight anyway so I'll add a field to the ACP to specify a different bg color and do it inline for each div.

Dylan
Reply With Quote
  #27  
Old 02-04-2011, 06:49 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
  #28  
Old 02-04-2011, 10:26 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonByte Tech View Post
Changelog for
v1.2.0
Installed again with thanks and testing ...

Seems to be working much better ... :up:

Tested directly on Intel Mac OS X 10.6 with Firefox/3.6.13 and works great.

Moderator tested on Windows XP with IE8 and getting some kind of Google pop up interference (see pic), which I suspect is something to do with a Google add-on that needs to be disabled? Anyone know what it is and what to recommend to users to clear the conflict interference?

Regards.
Doug
Attached Images
File Type: jpg Screen shot 2011-02-04 at 7.20.24 AM.jpg (42.2 KB, 0 views)
Reply With Quote
  #29  
Old 02-08-2011, 09:16 PM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm wondering if there is away to get this to run with Jquery, rather then Ajack
Reply With Quote
  #30  
Old 02-08-2011, 09:32 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know how to get support for the Pro version of this product, which we purchased?

Tried their web site and as a customer, can't figure how to get anything posted there ..

Essentially the biggest problem is that even with pro version (new one), pop ups still spill over right edge ...

Plus, besides the Google pop-up covered above, we have some cosmetic issues to report ..

Thanks...

Regards,
Doug
Attached Images
File Type: jpg Screen shot 2011-02-07 at 11.48.26 AM.jpg (83.1 KB, 0 views)
File Type: jpg Screen shot 2011-02-07 at 11.48.04 AM.jpg (84.9 KB, 0 views)
Reply With Quote
  #31  
Old 02-09-2011, 12:38 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, had to DISABLE the Paid PRO version ....

We use a standard welcome thread on our site and have so for years. It's now reached 373 pages and something is happening with it that has never happened before, at least until we installed the PRO version of this mod ...

As an Admin, when I select this thread to read, my screen clears and I get a white screen of nothingness, with the word DONE on the execution line.

Upon checking further, it also doesn't work for anyone who is a moderator. In other words, it doesn't seem to be able to be read by any usergroup 5,6,7 and all they see is that blank white screen. The thread is perfectly readable by any other usergroup, including unregistered guests.

If I simply turn this PRO version of this mod OFF, everything is fine and all usergroups can read the thread. If I turn it back ON, the once again, usergroup 5,6,7 only see a blank white screen, when trying to read the thread. It's repeatable and consistent, so obviously the mod has a problem with long threads? (a guess), but I have no idea why it would impact just usergroups 5,6,7 ... bizarre ...

Regards,
Doug

Edit: Found the pattern. Any usergroup checked off in the PRO version as being able to use the mod, is unable to view long threads. If you uncheck their ability to use the mod, the thread is viewable again. I suspect it might be a memory problem for their mod with long threads, but I'm no programmer, just a customer.
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 06:17 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.07396 seconds
  • Memory Usage 2,357KB
  • 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
  • (1)bbcode_code
  • (5)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
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)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
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_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