vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - AJAX - Mouseover Profile Preview (https://vborg.vbsupport.ru/showthread.php?t=123687)

ericgtr 08-13-2007 06:51 PM

Quote:

Originally Posted by BadgerDog (Post 1315805)
Thanks....

You should indicate in the instuctions and description above that this mod does not work with Macintosh computers using the Mac Safari standard browser. Large boards with a diverse membership using different computer platforms won't be able to use it.

Regards,
Badger

IMO this doesn't warrant announcing it. Other than your mention of it I haven't heard any other complaints and those using Safari on a Mac are an exception in the large picture.

BadgerDog 08-18-2007 10:50 PM

Quote:

Originally Posted by ericgtr (Post 1316743)
IMO this doesn't warrant announcing it. Other than your mention of it I haven't heard any other complaints and those using Safari on a Mac are an exception in the large picture.

Safari is the standard browser provided by Apple on the Mac ... ;)

It's hardly an offbeat or unusual product.... :D

You really should be disclosing that it doesn't work with Apple products...

Thanks for your efforts though... :)

UNINSTALLED

Regards,
Badger

FCS-Webmaster 08-20-2007 08:49 PM

Is it possible to combining with this hack?!
https://vborg.vbsupport.ru/showthread.php?t=121883
I would be appreciated about a answer

ericgtr 08-20-2007 09:49 PM

I had done that originally but then Paul rewrote the mod. I just added this again to his new code. Please confirm that this works for you and I will then add it to the instructions.

To add to Paul M's Members who have visited today mod https://vborg.vbsupport.ru/showthread.php?t=121883

In the Display_Visitors_User template, replace entire contents with this:

Code:

<a rel="nofollow" href="member.php?$session[sessionurl]u=$today[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$today[userid]',this,true);return false" onmouseout="ajax_hideTooltip()"> $today[opentag]$today[username]$today[closetag]</a>$today[markinv]

salata 08-30-2007 09:50 PM

Its been established that you get an error when installed on a 3.5.x board, but has anyone with a 3.5.x board been able to make this work?

cloyal 08-31-2007 02:03 AM

I installed this on3.6.8 and I only get the avatars and the time. any suggestions as to what I did or didn't do?

cloyal 08-31-2007 11:39 PM

Quote:

Originally Posted by craiovaforum (Post 1061047)
i'm not sure if this happened to others. but for me, when i hovered over my own username it said "unknown location", as shown in the attached image.

i added this at the top of member_ajax.php and it solved the problem:
PHP Code:

define('LOCATION_BYPASS'1); 

also, i dont understand why you use another css than vbulletin. that screwed up some colors on my board :)
i edited ajax-tooltip.css, deleted the whole 'demo' part and left only these:

PHP Code:

/* CSS needed for the script */

#ajax_tooltipObj{
        
z-index:1000000;
        
text-align:left;
}
#ajax_tooltipObj div{
        
position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{   /* Left div for the small arrow */
//      background-image:url('../images/arrow.gif');
        
width:1px;
        
position:absolute;
        
left:0px;
        
top:0px;
        
background-repeat:no-repeat;
        
background-position:center left;
        
z-index:1000005;
        
height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
        
border:1px solid #000000;       /* Border width */
        
left:18px;      /* Same as border thickness */
        
top:0px;
        
position:absolute;
        
width:150px;    /* Width of tooltip content */
        
height:250px;   /* Height of tooltip content */
        
background-color:#EBEBEB;       /* Background color */
        
padding:5px;    /* Space between border and content */
        
font-size:0.8em;        /* Font size of content */
        
overflow:auto;  /* Hide overflow content */
        
z-index:1000001;


and ajax-tooltip-demo.css is completely unneeded imho.
my guess is that you copied the demo parts of the css from the original ajax-tooltip plugin.
but you should remove them for the vbulletin plugin since vb has its own css ;)

Never mind, I ended up editing my CSS file with what was here and it worked, but had to take out the bypass as it showed up on all users except for me. Works fine now.

yoyoyoyo 09-10-2007 10:56 PM

on 3.6.8 I am getting the following error when I mouse over my username:
Quote:

Parse error: syntax error, unexpected ';' in /home/mysite/public_html/forum/member_ajax.php(832) : eval()'d code on line 288
It is showing the proper user activity below the error, however.

ericgtr 09-11-2007 12:48 PM

Quote:

Originally Posted by yoyoyoyo (Post 1336583)
on 3.6.8 I am getting the following error when I mouse over my username:


It is showing the proper user activity below the error, however.

This is the first I have seen this error, I would try re-uploading the stock member_ajax.php file and re-importing the plugin again.

yoyoyoyo 09-12-2007 12:37 AM

Quote:

Originally Posted by ericgtr (Post 1336975)
This is the first I have seen this error, I would try re-uploading the stock member_ajax.php file and re-importing the plugin again.

FYI - the error ended when I uploaded an avatar (I had no avatar previously)

ericgtr 09-12-2007 01:34 AM

That's interesting to note, I know that in versions previous to 3.6.8 it would work fine without an avatar. Thanks for the info on this.

Jay-MOB 09-21-2007 02:28 PM

hey i have zoints profile hack installed with this hack, and it is showing me an inline profile of the zoints, any help??

ericgtr 09-21-2007 05:30 PM

Quote:

Originally Posted by Jay-MOB (Post 1343867)
hey i have zoints profile hack installed with this hack, and it is showing me an inline profile of the zoints, any help??

Sorry, I don't have that mod installed so I can't say. I would ask about it over there, maybe you can post up the template modification and they can show you a work around.

nnjj.net 09-21-2007 07:03 PM

I think I will wait for the upgrdae for 3.6.8

nnjj.net 09-21-2007 07:10 PM

I think I will wait for the upgrdae for 3.6.8

Jay-MOB 09-21-2007 08:57 PM

fair enough

yoyoyoyo 09-23-2007 02:09 AM

what would I add in the CSS to define the font color? I tried:
color= BLACK
but that did not work

csavern 10-31-2007 03:35 PM

if you want black try #000000

csavern 10-31-2007 03:37 PM

But i am also having a problem with CMPS version 3.0rc2
when i hover over a name i get the 404 error in the box
any one know how to fix this
i tried what it said a few post back but no good then it stops working on forum home
and the error on forum home is permission denied

csavern 10-31-2007 10:01 PM

anyone ?

andryus 10-31-2007 10:36 PM

How i can change the font color? :(

andryus 10-31-2007 10:38 PM

i change the font color :D
add this in css:

color:#000000;

:D

andryus 10-31-2007 10:43 PM

How i can add this on Members who have visited the forum ?

https://vborg.vbsupport.ru/showthread.php?t=121883

vip-q.com 11-10-2007 12:52 PM

it's really good I install it :)

but there are a prablom that if the users are in the side it can't show

I think that u know what I mean :)

thanks man

suvari1794 11-16-2007 12:50 PM

i have a problem with scrollbar, i attach this problem with a picture
how i fix this bug ?

iMaxwell 11-18-2007 04:00 AM

is it possible to incorporate this feature into viewthread?

csavern 11-18-2007 11:48 AM

UNINSTALLED

There is no support for this mod

thefullmaza 12-09-2007 05:21 AM

thanks and DEMO

pilotxx 12-23-2007 09:46 AM

My forum is on hebrew so it from right to the left. but the window that this script open is from let to right. what can i do?

ericgtr 12-23-2007 03:44 PM

Quote:

Originally Posted by pilotxx (Post 1407428)
My forum is on hebrew so it from right to the left. but the window that this script open is from let to right. what can i do?

I believe the section that defines the direction is in the javascript. That's an area I haven't done much modification to but you can go here and see if they have some alternate code for it http://www.dhtmlgoodies.com/forum/vi...6ea2f774fb8e5a

pilotxx 12-25-2007 05:58 PM

Tnx, i will check it.

DrKNickel 01-17-2008 11:06 AM

Does it work with 3.7?

BadgerDog 01-17-2008 11:39 AM

Quote:

Originally Posted by DrKNickel (Post 1423071)
Does it work with 3.7?


Not sure about v3.7, but it works very well on v3.67pl1 and v3.68 for Windows based machines ... :up:

It does not work on Macs using the Apple "Safari" browser.... :down:

Regards,
Badger

ericgtr 01-18-2008 09:26 PM

Quote:

Originally Posted by DrKNickel (Post 1423071)
Does it work with 3.7?

I have it installed on my 3.7 Beta 3 board without any problems.

katie hunter 01-18-2008 09:37 PM

Nice hack but does this hack eats any queries ?

ericgtr 01-19-2008 03:12 AM

Quote:

Originally Posted by katie hunter (Post 1424035)
Nice hack but does this hack eats any queries ?

Yes, it pulls the last time they were online and their current location.

toddos 02-25-2008 06:08 PM

hi,
i have installed it, but all names are now "together" at the end of the indexpage, what can i do ?

toddos 02-28-2008 08:56 AM

???

montsa007 02-29-2008 03:12 AM

Nice hack added to my wishlist :)

toddos 02-29-2008 01:35 PM

pls help with the "names are all together in onlineliste" bug ;)


All times are GMT. The time now is 04:13 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.02101 seconds
  • Memory Usage 1,832KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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