vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - [DBTech] Profile Hover v1 (vB3) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=257580)

DragonByte Tech 01-21-2011 10:00 PM

[DBTech] Profile Hover v1 (vB3) [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!
-------------------------------------------------------------------------------------------

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

gothicuser 01-22-2011 12:23 PM

Damn! was working on something virtually identical to this using the Flowplayer/jQuery toolbox.... Ah well, find something else to occupy my mind :(

Eduardo Leon 01-22-2011 12:29 PM

dont work for me S: !

DragonByte Tech 01-22-2011 08:00 PM

Quote:

Originally Posted by zxleo (Post 2152891)
dont work for me S: !

We need a little more detail to help you =)

Iain

gothicuser 01-23-2011 05:40 AM

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


DragonByte Tech 01-23-2011 09:50 AM

Quote:

Originally Posted by gothicuser (Post 2153224)
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

gothicuser 01-23-2011 10:11 AM

Quote:

Originally Posted by DragonByte Tech (Post 2153272)
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 https://vborg.vbsupport.ru/

DragonByte Tech 02-04-2011 06:51 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

rknight111 02-04-2011 11:24 PM

Installed, thanks. Works on both Internet explorer and Firefox. On IE, if there is no avitar it displays an X, can that be fixed?

DragonByte Tech 02-05-2011 11:12 PM

Quote:

Originally Posted by rknight111 (Post 2158895)
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.

rknight111 02-08-2011 02:44 PM

Ok, I installed this and it works good. But was not sure if it was having some conflicts with vbso. I don't think there was any conflicts. I removed the software, then noticed it was still in the registration and on the user CP. So I checked it out and found I removed properly. I reinstalled it again but its in the User CP twice and on the registration 2 times as well. It asks the question 2 times, as you register. How do I turn both of them off.

Disable Profile Hover : No
Disable Profile Hover : No

DragonByte Tech 02-08-2011 03:45 PM

ACP->User Profile Fields->User Profile Field Manager, delete the one that doesn't match the field id in the Settings->Dragonbyte-Tech: Profile Hover - General Options->User CP Disable Profile Hover Field field.

rknight111 02-09-2011 03:02 AM

Thanks. great to have some good support for a modification. :up:

bartek24m 03-29-2011 04:57 PM

what about load server ?

DragonByte Tech 03-30-2011 03:51 AM

Quote:

Originally Posted by bartek24m (Post 2178785)
what about load server ?

I'm not sure what you are asking?

souperman 04-03-2011 02:47 AM

doesn't work on a vanilla vb 3.8.7

Should I leave the "Branding Free Key" blank?

uploaded the files, and imported the v3 xml file.

DragonByte Tech 04-04-2011 09:08 AM

Quote:

Originally Posted by souperman (Post 2180294)
doesn't work on a vanilla vb 3.8.7

Should I leave the "Branding Free Key" blank?

uploaded the files, and imported the v3 xml file.

Yes, leave that blank. Pm me a link to your site and I'll take a look.

onealien 06-11-2011 12:01 AM

getting an error in the script...

Webpage error details

Message: Object required
Line: 60
Char: 4
Code: 0
URI: ......profilehover_global.js

help please....

DragonByte Tech 06-11-2011 05:40 PM

Quote:

Originally Posted by onealien (Post 2206024)
getting an error in the script...

Webpage error details

Message: Object required
Line: 60
Char: 4
Code: 0
URI: ......profilehover_global.js

help please....

Can you pm me a link to the site so I can see?

Dylan

onealien 06-22-2011 01:26 PM

@dylan
version u sent worked perfect...thanks!

*marks installed

nine5flareside 06-26-2011 12:36 AM

Nice mod, I installed it, VB 3.8, enabled the mod and no dice. I hover over the user name and nothing pops up. Pretty stupid question to ask without you having access to my admincp but any ideas?!

DragonByte Tech 06-26-2011 06:29 PM

Quote:

Originally Posted by nine5flareside (Post 2212836)
Nice mod, I installed it, VB 3.8, enabled the mod and no dice. I hover over the user name and nothing pops up. Pretty stupid question to ask without you having access to my admincp but any ideas?!

If you PM me a link I'll see if it shows an error without going into the ACP.

Dylan

Emeralda 11-18-2011 12:32 AM

Are some special settings required or something like that? I never could get it working on any of my forums, and I managed couple different installs on different servers.

gabrielt 02-22-2013 08:35 PM

There is a huge bug with this mod: there is no uninstall script. Uninstalling the script doesn't delete the changes to the userprofile and profilefield tables that were made nor the new phrases that were added, and the option to enable/disable this mod is still present on the user's control panel...

DragonByte Tech 02-22-2013 09:56 PM

Quote:

Originally Posted by gabrielt (Post 2405868)
There is a huge bug with this mod: there is no uninstall script. Uninstalling the script doesn't delete the changes to the userprofile and profilefield tables that were made nor the new phrases that were added, and the option to enable/disable this mod is still present on the user's control panel...

Sorry, at the time that I wrote this the only way I knew to add user fields was through custom profile fields. You can delete the Custom User Profile field and the user option will go away. What phrases were left? I just tested uninstalling and all the phrases were removed on my dev system. Until I can revamp the mod I'll put instructions on how to remove the field after uninstalling.

Dylan

DragonByte Tech 04-05-2013 11:35 PM

Updated to v1.4.2

Feature: Add As Friend link if not currently friends

squeeks 04-24-2013 06:37 PM

I get the following error when trying to activate the product:
I transferred all of the files in the upload directory to their proper places, I am not sure what is wrong.

Warning: require_once([path]/dbtech/profilehover_pro/hooks/admin_options_processing.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/adminfunctions_options.php(490) : eval()'d code on line 59

Fatal error: require_once() [function.require]: Failed opening required '/home/thepirat/public_html/forums/dbtech/profilehover_pro/hooks/admin_options_processing.php' (include_path='.:/usr/local/php52/pear') in /home/thepirat/public_html/forums/includes/adminfunctions_options.php(490) : eval()'d code on line 59

DragonByte Tech 04-28-2013 05:19 AM

Quote:

Originally Posted by squeeks (Post 2418316)
I get the following error when trying to activate the product:
I transferred all of the files in the upload directory to their proper places, I am not sure what is wrong.

Warning: require_once([path]/dbtech/profilehover_pro/hooks/admin_options_processing.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/adminfunctions_options.php(490) : eval()'d code on line 59

Fatal error: require_once() [function.require]: Failed opening required '/home/thepirat/public_html/forums/dbtech/profilehover_pro/hooks/admin_options_processing.php' (include_path='.:/usr/local/php52/pear') in /home/thepirat/public_html/forums/includes/adminfunctions_options.php(490) : eval()'d code on line 59

Sorry, there is a bad plugin in there. I'll fix it in the next release.

ACP->Plugins & Products->Plugin Manager
Delete the plugin under the Profile Hover section called
(Pro)PH: ACP Setting

Dylan

R a K a n 04-28-2013 12:24 PM

When choosing (yes) a problem in (Profile Hover Active)

vBulletin? Version 3.8.7

PHP Code:

Warning: require_once([path]/dbtech/profilehover_pro/hooks/admin_options_processing.php) [function.require-once]: failed to open streamNo such file or directory in [path]\includes\adminfunctions_options.php(490) : eval()'d code on line 1

Fatal error: require_once() [function.require]: Failed opening required '
C:\AppServ\www\vb/dbtech/profilehover_pro/hooks/admin_options_processing.php' (include_path='.;C:\php5\pear') in C:\AppServ\www\vb\includes\adminfunctions_options.php(490) : eval()'d code on line 1 

http://im34.gulfup.com/u23o4.png

http://im34.gulfup.com/ftmF3.png

R a K a n 04-28-2013 01:12 PM

Quote:

Originally Posted by DragonByte Tech (Post 2418902)
Sorry, there is a bad plugin in there. I'll fix it in the next release.

ACP->Plugins & Products->Plugin Manager
Delete the plugin under the Profile Hover section called
(Pro)PH: ACP Setting

Dylan

:up: thanks

napy8gen 05-01-2015 02:57 PM

How do we want to open it by mouse clicking on username replacing the default vb pop up.
Meaning that I don't want hover because hover is not working on phone.

DragonByte Tech 02-28-2016 04:44 PM

Profile Hover v2.0.0

New Features:

Completely Revamped Design
  • Uses a new, modern looking design
  • Easier to customise
  • Structured layout for the data displayed

Full Integration With [DBTech] Advanced Post Thanks / Like
  • Now displays all created buttons
  • Respects display settings and permissions

Full Integration With [DBTech] Advanced User Tagging
  • Displays Mentions, Quotes and Thread Tags
  • Respects display settings and permissions

Full Integration With [DBTech] vBCredits II Deluxe
  • Shows all currencies
  • Respects display settings and permissions


Changed Features:
  • Applied number formatting to all relevant fields
  • Improved performance when mousing off the hover username


Fillip

m7sen 08-14-2018 01:08 PM

stupid mode doesnt work on mobiles !
make it clicked man!

Requires an option to merge the window information by clicking on it to show the user information
like [DBTech] Postbit Tabs to show this in formations:
View Public Profile
View Public Profile Send a private message to username
Find all posts by username
username to your contacts

and to show the hover information


All times are GMT. The time now is 05:24 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.02673 seconds
  • Memory Usage 1,831KB
  • 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
  • (3)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete