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 02-10-2011 07:50 PM

Quote:

Originally Posted by hIBEES (Post 2161111)
Excellent addition,! I'm wanting it to find out what users are doing but its not showing current location, just last activity :(

It shows what they are doing if they are currently active. If there session is gone then it will just show their last activity

Doublecrosser 02-10-2011 07:59 PM

Thanks boss, good work!

Bounce 02-10-2011 09:34 PM

Quote:

Originally Posted by DragonByte Tech (Post 2161123)
It shows what they are doing if they are currently active. If there session is gone then it will just show their last activity


Found the problem.

If who's online is OFF it will not show users activity, sorted now thanks, now to find out how to hide who's online from all other members

bulldog51981 02-16-2011 02:32 PM

Installed great, not showing Thanks/Like/Dislikes though. Enabled in options, is there anything else that I have to do?

DragonByte Tech 02-16-2011 03:25 PM

Quote:

Originally Posted by bulldog51981 (Post 2163224)
Installed great, not showing Thanks/Like/Dislikes though. Enabled in options, is there anything else that I have to do?

Are you using our thanks/likes mod or a different one? If you are using ours, what version is it?

Dylan

bulldog51981 02-16-2011 03:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 2163240)
Are you using our thanks/likes mod or a different one? If you are using ours, what version is it?

Dylan

I am using your thanks/likes mod (1.1.4 Lite). I do have a different installed by someone else but currently disabled. Do I need to uninstall that one for yours to work?

*Edit - I uninstalled the other disabled "Post Thank You" hack and removed all server files for it. After this was done, I used the maintenance section of your Thank You/Like mod in the admincp and ran all repair/rebuild options. After all this, still not displaying when hoovering.

DragonByte Tech 02-17-2011 04:59 PM

Quote:

Originally Posted by bulldog51981 (Post 2163244)
I am using your thanks/likes mod (1.1.4 Lite). I do have a different installed by someone else but currently disabled. Do I need to uninstall that one for yours to work?

*Edit - I uninstalled the other disabled "Post Thank You" hack and removed all server files for it. After this was done, I used the maintenance section of your Thank You/Like mod in the admincp and ran all repair/rebuild options. After all this, still not displaying when hoovering.

I replicated it on my dev system. Here is what you do to fix that.

Open dbtech/profilehover/hooks/ajax_start.php

On line 85 change

Code:

        if ($vbulletin->options['dbtech_thanks_cloud_location'] && $vbulletin->options['dbtech_ph_thanks'])
to

Code:

        if ($vbulletin->options['dbtech_thanks_allow_likethanks'] && $vbulletin->options['dbtech_ph_thanks'])
That should work for now, I'll make a more permanent fix in the next release.

Dylan

bulldog51981 02-17-2011 08:20 PM

That worked like a charm....sorry about posting in the Like/Thanks thread about this. I went to the wrong subscribed thread. Now that I have this working, I will be getting the pro versions this evening. Will I have to re-upload all the files for this mod and the "Likes/Thanks" mods and make this edit again?

Dylanblitz 02-18-2011 04:35 AM

Quote:

Originally Posted by bulldog51981 (Post 2163705)
That worked like a charm....sorry about posting in the Like/Thanks thread about this. I went to the wrong subscribed thread. Now that I have this working, I will be getting the pro versions this evening. Will I have to re-upload all the files for this mod and the "Likes/Thanks" mods and make this edit again?

No, the problem is a conflict with the thanks Lite version, with the pro you wont have to edit the files. But yes, you will need to upload all the files from the new pro packages and install the pro product files.

betts02 03-19-2011 12:12 AM

For some reason its not working for me

DragonByte Tech 03-19-2011 07:33 AM

Quote:

Originally Posted by betts02 (Post 2174949)
For some reason its not working for me

Any chance of a little more detail (e.g in what way it's not working)?

Cheers,

Iain Kidd
Founder & Managing Director
DragonByte Technologies www.DragonByte-Tech.com

betts02 03-19-2011 06:15 PM

Quote:

Originally Posted by DragonByte Tech (Post 2175007)
Any chance of a little more detail (e.g in what way it's not working)?

Cheers,

Iain Kidd
Founder & Managing Director
DragonByte Technologies www.DragonByte-Tech.com

When i hover over a username nothing comes up

I have installed it correctly and its not working for me

betts02 03-23-2011 07:35 AM

Any update on the issue i have ?

Can you check to see if its the mod or my pc ?

many thanks

OldSchoolDSL 03-23-2011 02:33 PM

Quote:

Originally Posted by betts02 (Post 2176469)
Any update on the issue i have ?

Can you check to see if its the mod or my pc ?

many thanks

Upon visiting your site & then within a thread; Google Chrome warned me that it wanted me to download "card files". May want to fix or turn that off

betts02 03-23-2011 06:24 PM

Quote:

Originally Posted by OldSchoolDSL (Post 2176559)
Upon visiting your site & then within a thread; Google Chrome warned me that it wanted me to download "card files". May want to fix or turn that off

Sorry but i have no clue what you mean or how/where to turn it off/fix it
Cheers

DragonByte Tech 03-24-2011 01:02 AM

Quote:

Originally Posted by betts02 (Post 2176661)
Sorry but i have no clue what you mean or how/where to turn it off/fix it
Cheers

Hi betts02, sorry I didn't get a notification and didn't see the post until now. Do you have vBActivity installed? If you do, what version? If you don't then disable that display in the profile hover ACP settings. I see an error on your page when it's trying to access some vBActivity stats.

Lord. Dela 03-24-2011 04:34 AM

Does not work, I do not see anything. I have the vb version 4.0.5

I can try to fix it? I'm sure I did everything right.

DragonByte Tech 03-24-2011 05:04 AM

Quote:

Originally Posted by Lord. Dela (Post 2176871)
Does not work, I do not see anything. I have the vb version 4.0.5

I can try to fix it? I'm sure I did everything right.

If you want you can PM me your site, if you have it set so unregistered users can't see it then send me a test account I can use.

Dylan

Lord. Dela 03-24-2011 05:37 AM

I sent a PM...

DragonByte Tech 03-24-2011 06:12 AM

1 Attachment(s)
Its working for me? I hover over a colored name at the bottom and it does the popup. Hard to see though because you have the transparent background. You might want to go into the ACP Profile hover settings and set the background color to #000.

https://vborg.vbsupport.ru/attachmen...1&d=1300950722

betts02 03-24-2011 09:41 AM

Many thanks
Done as you said and it works fine

I see no errors so if someone can let me know i can try to fix theses as i do not use google crome

And i do not know what these cards are ???

Cheers again mate

Lord. Dela 03-24-2011 02:32 PM

Thanks very much DragonByte Tech, Good work.

DragonByte Tech 03-24-2011 05:39 PM

Quote:

Originally Posted by betts02 (Post 2176921)
Many thanks
Done as you said and it works fine

I see no errors so if someone can let me know i can try to fix theses as i do not use google crome

And i do not know what these cards are ???

Cheers again mate

I'm not sure either, I browsed your site and looked at a couple threads in chrome as well and I didn't get prompted to download anything.

Dylan

DragonByte Tech 06-13-2011 06:31 PM

Quote:

Originally Posted by Jirinex (Post 2206796)
Hey, I am getting this DB error after installation on vb3.8.7 when trying to access the setting in admin panel: MySQL Error : Unknown column 'language.phrasegroup_dbtech_usertag' in 'field list'
Error Number : 1054

Yes I 've installed the xml that was inside the vb38 folder and I 've tried to reinstall/unistall multiple times with no joy. Any ideas?

It doesn't even uninstalls properly, all the tables and the buttons are still there!!

I think you are posting on the wrong mod? The profile hover mod doesn't use a phrase called dbtech_usertag and it doesn't create any tables?

Dylan

Jirinex 06-14-2011 12:09 PM

Quote:

Originally Posted by DragonByte Tech (Post 2207247)
I think you are posting on the wrong mod? The profile hover mod doesn't use a phrase called dbtech_usertag and it doesn't create any tables?

Dylan

Apologies, don't know how I posted here, I put it on the correct mod now: https://vborg.vbsupport.ru/showthrea...242733&page=18

just.b.jealous 06-16-2011 07:00 PM

1 Attachment(s)
After installing this product, (this is a fresh install, I have never had it previously) no one can register at my forum. I have disabled it to see if that worked, but people are still having issues registering. See attachment below.

I am running 4.1.3pl1.

DragonByte Tech 06-16-2011 07:23 PM

Quote:

Originally Posted by just.b.jealous (Post 2208641)
After installing this product, (this is a fresh install, I have never had it previously) no one can register at my forum. I have disabled it to see if that worked, but people are still having issues registering. See attachment below.

I am running 4.1.3pl1.

I'm sorry about that. I will be changing it to a proper user setting field in the next version. There is a custom user profile field called Disable Profile Hover that you can delete in the ACP and they will be able to register again.

Dylan

just.b.jealous 06-17-2011 12:38 AM

Quote:

Originally Posted by DragonByte Tech (Post 2208653)
I'm sorry about that. I will be changing it to a proper user setting field in the next version. There is a custom user profile field called Disable Profile Hover that you can delete in the ACP and they will be able to register again.

Dylan

Ah yes, that fixed it, thank you very much.

panraf 08-03-2011 11:29 AM

I installed this yesterday i double checked all the settings but it is not showing up.
I reupload files, i reinstalled the product, i eneble this from the usercp i enable via usergroup permission but it is not showing up

Seba123 08-03-2011 07:58 PM

Any demo ?

DragonByte Tech 08-06-2011 02:37 AM

Quote:

Originally Posted by Seba123 (Post 2228904)
Any demo ?

It is running on our site
http://www.dragonbyte-tech.com/forum.php

Dylan

8thos 08-20-2011 11:16 PM

Quote:

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

^^^Please consider adding profile pics!

This sounds pretty awesome! I'll try the light version later tonight.

fevredsuk 06-07-2012 08:43 PM

the hover box is huge. any way to resize the box and condense the info in it. far to much open space within the box and very annoying

DragonByte Tech 06-09-2012 10:49 AM

Quote:

Originally Posted by fevredsuk (Post 2337569)
the hover box is huge. any way to resize the box and condense the info in it. far to much open space within the box and very annoying

Could you take a screenshot and show me an example? The box should be sized to the info.

Dylan

fevredsuk 06-09-2012 10:55 AM

ok mate I sorted it,

it was mainly due to avatar size. Max size on my site is 150w x 250h which most members use.

The hover box showed the the full size avatar which was set to 100% in the template. so I just changed it to 50px wide and 83px high. I also removed the vbactivity info too.

one small problem though is member with no avatar or using a generic one still shows the full size avatar in the hover box

DragonByte Tech 06-09-2012 11:15 AM

Quote:

Originally Posted by fevredsuk (Post 2338057)
ok mate I sorted it,

it was mainly due to avatar size. Max size on my site is 150w x 250h which most members use.

The hover box showed the the full size avatar which was set to 100% in the template. so I just changed it to 50px wide and 83px high. I also removed the vbactivity info too.

one small problem though is member with no avatar or using a generic one still shows the full size avatar in the hover box

Give this a try
Open
dbtech/profilehover/hooks/ajax_start.php

Find
PHP Code:

$user['lastactivitydate'] = vbdate($vbulletin->options['dateformat'], $user['lastactivity'], true); 

On the line above add

PHP Code:

        if ($user['ph_pic_show'] && !$user['avatarwidth'])
        {
            
$imgsize getimagesize($user['ph_pic_show']);
            
$user['avatarwidth'] = $imgsize[0];
            
$user['avatarheight'] = $imgsize[1];
        } 

That should set the width/height on non custom images.

Dylan

fevredsuk 06-09-2012 02:05 PM

Quote:

Originally Posted by DragonByte Tech (Post 2338060)
Give this a try
Open
dbtech/profilehover/hooks/ajax_start.php

Find
PHP Code:

$user['lastactivitydate'] = vbdate($vbulletin->options['dateformat'], $user['lastactivity'], true); 

On the line above add

PHP Code:

        if ($user['ph_pic_show'] && !$user['avatarwidth'])
        {
            
$imgsize getimagesize($user['ph_pic_show']);
            
$user['avatarwidth'] = $imgsize[0];
            
$user['avatarheight'] = $imgsize[1];
        } 

That should set the width/height on non custom images.

Dylan


Perfect thankyou

Naijasite 06-11-2012 09:49 PM

This mode has damage my registartion page after uninstalling the product and all files, when a new user try to register they see this error.

A required field called Disable Profile Hover is missing or has an invalid value.
A required field called Disable Profile Hover is missing or has an invalid value.


I have uninstalled the mod and all files but dont no why its still giving me the error above. Please help

DragonByte Tech 06-12-2012 08:45 AM

Quote:

Originally Posted by felixkomo (Post 2338816)
This mode has damage my registartion page after uninstalling the product and all files, when a new user try to register they see this error.

A required field called Disable Profile Hover is missing or has an invalid value.
A required field called Disable Profile Hover is missing or has an invalid value.


I have uninstalled the mod and all files but dont no why its still giving me the error above. Please help

There is a custom user profile field that doesn't get deleted on uninstall. You need to manually delete that field.

Dylan

New Joe 06-12-2012 09:03 AM

Quote:

Originally Posted by DragonByte Tech (Post 2338919)
There is a custom user profile field that doesn't get deleted on uninstall. You need to manually delete that field.

Dylan

Maybe you should tell us a 'step' by 'step' guide how to do this, as usually with modifications we just un-install them and that's it.

Looks like there is more to be done with this one.


All times are GMT. The time now is 12:08 AM.

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.01598 seconds
  • Memory Usage 1,856KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (24)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