vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - [DBTech] Profile Hover v1 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=257579)

DragonByte Tech 01-21-2011 10:00 PM

[DBTech] Profile Hover v1 (vB4) [AJAX]
 
1 Attachment(s)
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 https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png 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

blue6995 01-22-2011 07:13 AM

Strange - I'm sure I've installed it correctly but it doesn't display anything at all - uninstalled

betts02 01-22-2011 11:25 AM

Works fine and a great handy little mod

May llok into the pro version but just dont like paying,lol

Cheers

starman? 01-22-2011 12:25 PM

Unless you have your other DB products installed it doesn't really have any benefits I feel. Perhaps as it supposed to show profile info then it might well be better to show the profile picture instead of the avatar?

OldSchoolDSL 01-22-2011 02:16 PM

Seems as though this is to mimic XenForo a little, but as it seems to completely hide users avatars ..... And hides user titles (in free version).... I'll pass.

DragonByte Tech 01-22-2011 08:00 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2152919)
Seems as though this is to mimic XenForo a little, but as it seems to completely hide users avatars ..... And hides user titles (in free version).... I'll pass.

It's actually an update of a modification made by my old company (inferno technologies) back for 3.x =)

Iain

Dr.osamA 01-24-2011 11:46 AM

thank you

installed

under test

DjEddie 01-25-2011 03:47 PM

hi this works with no problems of the actual mod .. but i need to change the color on the background of the pop up as its transparent ..so I can't read anything in the box..

please can you point me to how to do this?

thanks you

BadgerDog 01-25-2011 06:19 PM

Installed for testing with thanks ... :)

Seems to have a problem when names are located near right edge of forums. The pop-up window opens to the right and most of the box (and text) don't display properly. ;)

Regards,
Doug

steve1966 01-25-2011 07:55 PM

thanks

zonaenlinea 01-25-2011 08:02 PM

thanks very good

DragonByte Tech 01-26-2011 12:05 AM

Quote:

Originally Posted by DjEddie (Post 2154395)
hi this works with no problems of the actual mod .. but i need to change the color on the background of the pop up as its transparent ..so I can't read anything in the box..

please can you point me to how to do this?

thanks you

The template to edit is dbt_ph_profile
You can either edit each div that has a "td" class and add the background color to the style or you could try doing an inline td style change before the table starts.

DragonByte Tech 01-26-2011 12:08 AM

Quote:

Originally Posted by BadgerDog (Post 2154489)
Installed for testing with thanks ... :)

Seems to have a problem when names are located near right edge of forums. The pop-up window opens to the right and most of the box (and text) don't display properly. ;)

Regards,
Doug

I'll see if I can fix that. I checked and it does it on my dev sometimes, depending on what side of the name you hover over. Hover over the name from the left and it goes off screen, hover over from the right and it forces the popup over so it's all visible.
Thanks for letting me know

Dylan

starman? 01-26-2011 12:44 AM

How about changing the code to display the profile pic instead of the avatar?

DragonByte Tech 01-26-2011 02:35 AM

Quote:

Originally Posted by starman? (Post 2154643)
How about changing the code to display the profile pic instead of the avatar?

It's on the list of features for the next pro release, there aren't any plans on adding it to the lite version though, sorry.

Dylan

BadgerDog 01-26-2011 09:59 AM

Quote:

Originally Posted by DragonByte Tech (Post 2154633)
I'll see if I can fix that. I checked and it does it on my dev sometimes, depending on what side of the name you hover over. Hover over the name from the left and it goes off screen, hover over from the right and it forces the popup over so it's all visible.
Thanks for letting me know

Dylan

You're welcome .. :)

We'd be interested in pro version once you have it out of beta and all sorted out ... :up:

Regards,
Doug

DjEddie 01-26-2011 12:23 PM

Quote:

Originally Posted by DragonByte Tech (Post 2154632)
The template to edit is dbt_ph_profile
You can either edit each div that has a "td" class and add the background color to the style or you could try doing an inline td style change before the table starts.

Hi, and thanks for your help :) .. please could u expand in ur meaning as to where I would put bgcolor="#000000" in the coding to give it a black background ..

I've tried to put it in between this coding that appears through out the template ..

Code:

<div class="td blockrow" bgcolor="#000000" style="vertical-align:
with no luck .. I'm sure thats totally wrong too lol

Thanks for your help :)

DragonByte Tech 01-27-2011 06:36 PM

Quote:

Originally Posted by DjEddie (Post 2154833)
Hi, and thanks for your help :) .. please could u expand in ur meaning as to where I would put bgcolor="#000000" in the coding to give it a black background ..

I've tried to put it in between this coding that appears through out the template ..

Code:

<div class="td blockrow" bgcolor="#000000" style="vertical-align:
with no luck .. I'm sure thats totally wrong too lol

Thanks for your help :)

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.

OldSchoolDSL 01-28-2011 02:24 PM

Anyone have a demo?

DjEddie 01-28-2011 08:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 2155370)
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.

Works perfect for the background color nice one :) thanks!

BadgerDog 01-29-2011 09:25 AM

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

DragonByte Tech 01-30-2011 01:21 AM

Quote:

Originally Posted by BadgerDog (Post 2156006)
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.

BadgerDog 01-30-2011 09:12 AM

Quote:

Originally Posted by DragonByte Tech (Post 2156281)
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

DjEddie 02-02-2011 04:13 PM

Quote:

Originally Posted by DragonByte Tech (Post 2155370)
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

DragonByte Tech 02-02-2011 09:31 PM

Quote:

Originally Posted by DjEddie (Post 2157841)
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

DragonByte Tech 02-04-2011 06:49 AM

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

BadgerDog 02-04-2011 10:26 AM

1 Attachment(s)
Quote:

Originally Posted by DragonByte Tech (Post 2158585)
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

OldSchoolDSL 02-08-2011 09:16 PM

I'm wondering if there is away to get this to run with Jquery, rather then Ajack

BadgerDog 02-08-2011 09:32 PM

1 Attachment(s)
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 ... :confused:

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

Thanks... :)

Regards,
Doug

BadgerDog 02-09-2011 12:38 PM

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 ... :confused:

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.

DragonByte Tech 02-09-2011 03:40 PM

Quote:

Originally Posted by BadgerDog (Post 2160359)
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 ... :confused:

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

Thanks... :)

Regards,
Doug

You should be able to just create a thread in the support forums. The popup going over the side is a known problem I'm working on in both the pro and free.

Dylan

DragonByte Tech 02-09-2011 03:42 PM

Quote:

Originally Posted by BadgerDog (Post 2160543)
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 ... :confused:

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.

Can you create a thread on our support forums for this? The amount of pages in a thread shouldn't matter since it only looks at the current pages usernames. I'll be happy to take a look at it though and try to figure out the problem.

Dylan

Doublecrosser 02-10-2011 05:00 PM

I notice "Credits" show up in the hover, however my vbshop & vbcredits isn't named credits, im using a different currency. How do I change it so my actual currency shows up and not Credits?

DragonByte Tech 02-10-2011 06:10 PM

Quote:

Originally Posted by Doublecrosser (Post 2161050)
I notice "Credits" show up in the hover, however my vbshop & vbcredits isn't named credits, im using a different currency. How do I change it so my actual currency shows up and not Credits?

You can edit the phrase dbtech_ph_credits to name it what you want.

Dylan

Doublecrosser 02-10-2011 06:35 PM

How would I go about doing that? Sorry I'm newb.

DragonByte Tech 02-10-2011 06:56 PM

Quote:

Originally Posted by Doublecrosser (Post 2161085)
How would I go about doing that? Sorry I'm newb.

No prob
ACP->Languages & Phrases->Search in Phrases

Search for text: dbtech_ph_credits
Search in ...: Phrase Variable Name only
Exact Match: Yes

Click Find, then click edit on the phrase and in the bottom field put whatever you want it to say.

Doublecrosser 02-10-2011 06:57 PM

Got it thanks!

Doublecrosser 02-10-2011 07:01 PM

Actually I got it changed, but my variable is actually dbtech_vbshop_points that I want displayed, how would I change the variable itself so it's dbtech_vbshop_points and not dbtech_ph_credits that is displayed?

Bounce 02-10-2011 07:20 PM

Excellent addition,! I'm wanting it to find out what users are doing but its not showing current location, just last activity :(

DragonByte Tech 02-10-2011 07:48 PM

Quote:

Originally Posted by Doublecrosser (Post 2161098)
Actually I got it changed, but my variable is actually dbtech_vbshop_points that I want displayed, how would I change the variable itself so it's dbtech_vbshop_points and not dbtech_ph_credits that is displayed?

Ah ok,
ACP->Styles & Templates->Style Manager

For your style hit the dropdown and select Edit Templates

Find the template called dbt_ph_profile and double click it
Find
{vb:raw user.credits}
and replace it with
{vb:raw user.dbtech_vbshop_points}


All times are GMT. The time now is 06:27 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.01430 seconds
  • Memory Usage 1,850KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete