View Full Version : Forum Home Enhancements - AJAX - Mouseover Profile Preview
ZomgStuff
05-13-2007, 10:31 PM
Any demos?
Chicago_VLNU_4s
05-21-2007, 06:52 AM
actually I could use this because I already have a space between names :p .. but will this ever get ported over to 3.5.x?
criscokid
05-21-2007, 07:23 AM
actually I could use this because I already have a space between names
It's not just names next to each other but below each other if you're using a small typeface.
BadgerDog
05-21-2007, 08:24 PM
Installed.... :)
Seems to work fine so far... :up:
Want to test user reaction...
Question:
I added the option:
[11/8]
Added option to make the window stay open so you can click within it or scroll (if scrollbars appear) clicking anywhere outside of it will close it. To do this:
I don't understand why the second edit of the header template is necessary, as it was already done with the primary edit. Doing it again would put the same code in there twice? I just edited "forumhome_loggedinuser" template to get it to stick in-place until it ets cleared with a click etc.
Have I missed somethning?
Regards,
Badger
Philipaclayton
05-21-2007, 08:35 PM
looks good may install
citroenar
05-29-2007, 07:24 AM
Works without problems in 3.6.7
ngham4host
06-01-2007, 05:12 AM
how can i chang the direction of it to be from the right to left
best regards,
BadgerDog
06-15-2007, 10:56 AM
Ok, have had complaints from members using Mac Safari browser....
The information in the mod display box for a user on their Safari based machines, seems to be missing CR's (carriage returns).
In other words, on IE, the username displays, the the person's avatar under it, then the information under that. If the data is too wide, then a horizontal scroll bar appears, permitting one to scroll horizontally to view the balance of data.
On Safari machines, the username appears, then immediately to it's right, the person's avatar, then immediately to the right of it, the member's info. If you use the scroll bar that has now appeared at the bottom of the box, it scrolls over to the right, however, a lot of the user's profile info is cut-off at the right edge of the box and does not get displayed.
It's as if the Safari based browsers aren't seeing any carriage returns at the end of each of those field seperators being displayed. Is there any other character value HTML code that could be used to ensure that Safari browsers would pick up and recognize the end of field CR need?
We have a lot of Mac users, so anything that could be done would be appreciated... :)
Thanks... very nice mod.... :up:
Regards,
Badger
sweet mod, i use safari dont seem to have a problem
BadgerDog
06-15-2007, 06:52 PM
sweet mod, i use safari dont seem to have a problem
Strange, I wonder why we're getting so many Safari users complaining about the formatting issue?
Thanks for the feedback
Regards,
Badger
taheri6
06-15-2007, 07:28 PM
maybe its safari on mac vs safari on windows.
BadgerDog
06-15-2007, 07:32 PM
maybe its safari on mac vs safari on windows.
Yes, these complaints are all coming from Safari users on Mac, not Windows.... :up:
Thanks
Regards,
Badger
I get this frustrating error:
"in order to accept POST request originating from this domain, the admin must add this domain to the whitelist.".
Any ideas?
I have tried to put my domain on the whitelist - but no luck :(. I run a multilingual site - so maybe it has some thing to do with this?
BadgerDog
06-25-2007, 07:18 PM
Yes, these complaints are all coming from Safari users on Mac, not Windows.... :up:
Thanks
Regards,
Badger
Anyone figured out how to fix the on-going formatting problem on Safari for MAC's?
Thanks
Regards,
Badger
this works with Version 3.6.7pl nice 1
BadgerDog
07-01-2007, 09:51 PM
Anyone figured out how to fix the on-going formatting problem on Safari for MAC's?
Thanks
Regards,
Badger
Still looking to solve this....
Makes it unusable on Mac machines running Safari....
Anyone?
Thanks
Regards,
Badger
Dannyloski
07-01-2007, 10:58 PM
wow, very cool Hack indeed ... I might install, but maybe after some of those small bugs in the Notes&Updates are fixes ... Nevertheless, awesome job!
Subscribed to Thread to stay up-to-date :up:
Just installed on latest version of VB, nice hack. Works great! :)
Looks good and interesting may download it in a bit, my members may love it
Ok it is working now.... :)
It seems that it is only support A-Z. How do I make it work with multilingual characters (I think I have to use UTF-8)?
Mohamad
07-05-2007, 10:13 PM
Nice but how can i change tha align of preview?
Cause arabic language from right to left so i want the preview appeard in the left of name
Thank you alot
BadgerDog
07-11-2007, 02:49 PM
Anyone figured out how to fix the on-going formatting problem on Safari for MAC's?
Thanks
Regards,
Badger
Ok, let's try a different approach....
In the absence of any feedback from the author, can anyone else help us solve the formatting issue, which makes the mod unusable on Mac machines running Safari....
Anyone?
Thanks
Regards,
Badger
ericgtr
08-03-2007, 08:57 PM
Sorry for not getting back to you sooner on this. I do no know anything at all about Safari or Mac's other than it's on my iphone, it sounds like a compliance issue though. Sorry I can't be more helpful.
iogames
08-05-2007, 04:16 PM
Anybody able to redesign this Mod?
voter
08-11-2007, 06:51 PM
FIX CMPS - Member ajax
in header template, change :
<script type="text/javascript" src="js/ajax-dynamic-content.js"></script>
<script type="text/javascript" src="js/ajax.js"></script>
<script type="text/javascript" src="js/ajax-tooltip.js"></script>
<link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css">
<script type="text/javascript">
document.body.onclick = ajax_hideTooltip;
</script>
for:
<script type="text/javascript" src="$vboptions[bburl]/js/ajax-dynamic-content.js"></script>
<script type="text/javascript" src="$vboptions[bburl]/js/ajax.js"></script>
<script type="text/javascript" src="$vboptions[bburl]/js/ajax-tooltip.js"></script>
<link rel="stylesheet" href="$vboptions[bburl]/css/ajax-tooltip.css" media="screen" type="text/css">
<script type="text/javascript">
document.body.onclick = ajax_hideTooltip;
</script>
Replace the entire forumhome_loggedinuser template with this:
<if condition="$loggedin[userid]"><if condition="in_array($bbuserinfo['usergroupid'], array(1, 3))">
$stylevar[dirmark]<a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$loggedin[userid]" rel="nofollow">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
<else />
$stylevar[dirmark]<a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$loggedin[userid]"onmouseover="ajax_showTooltip('http://www.yourdomain.org/forum/member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false" onmouseout="ajax_hideTooltip()"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
</if>
<else />$loggedin[musername]</if>
!!!! -> change www.yourdomain.org/forum/ --> for your forum url
in template member_ajax search:
<if condition="$show['avatar']">
<td><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
<else />
change for:
<if condition="$show['avatar']">
<td><img src="$vboptions[bburl]/$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></td>
<else />
work ok.
bye
Unfortunately not working
html debugging gives
uncaught exception: The permission to call XMLHttpRequest.open method is forbidden
createAJAX()ajax.js (line 24)
sack(undefined)ajax.js (line 132)
ajax_loadContent("ajax_tooltip_content", "http://viparmenia.com/vb/member_ajax.php?u=55")ajax-dynamic-cont... (line 40)
ajax_showTooltip("http://viparmenia.com/vb/member_ajax.php?u=55", a member.php, false)
Seems it is counted as a dynamic call of code from another server and browsers are blocking it as non allowed access.
salata
08-12-2007, 04:27 AM
Has anyone able to make this work for 3.5.4?
nnjj.net
08-12-2007, 08:36 AM
is it working stable on 3.6.8?
BadgerDog
08-12-2007, 10:41 AM
Sorry for not getting back to you sooner on this. I do no know anything at all about Safari or Mac's other than it's on my iphone, it sounds like a compliance issue though. Sorry I can't be more helpful.
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
Quit working after 3.68 upgrade. :(
ericgtr
08-13-2007, 06:46 PM
Quit working after 3.68 upgrade. :(
You will have to re-apply the template modifications again. I have it working fine on a 3.68 board myself.
ericgtr
08-13-2007, 06:51 PM
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
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:
<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
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:
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:
/* 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:
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
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
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
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 (http://thefullmaza.com)
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
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/viewforum.php?f=30&sid=99f5e557fb45988dfa6ea2f774fb8e5a
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
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
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
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 ;)
JAuthement
02-29-2008, 11:10 PM
ericgtr
Is there a way to pull ALL the information from the postbit_legacy template? I'm trying to configure this a a pop-out mouseover in the postbit.
toddos
03-05-2008, 11:48 AM
pls help with the "names are all together in onlineliste" bug ;)
pls help !
gibigbig
03-23-2008, 09:16 AM
this mod doesnt work on my vb 3.6.8 patch level 2
i ran the js debug in firebug and it said ajax_tooltip.js was not defined
dancue
03-23-2008, 08:40 PM
I was not able to get it to work on 3.7 RC1.
Anyone know what to do to get this to work?
NeoAntrax
04-09-2008, 02:43 PM
Work in 3.6.9??
nexialys
04-25-2008, 03:57 PM
i don't know what you're doing to have problems with this, but i installed this hack the exact way it is indicated in the readme, and it is working perfect on 3.7rc4 ...
BadgerDog
04-25-2008, 08:23 PM
Work in 3.6.9??
Yes, but it does not work properly with Mac users on Safari. There's formatting issues that make the pop up box unreadable....
This has nothing to do with v3.6.9, but is a problem within the mod itself...
It works fine on IE and Firefox...
Regards,
Badger
csoroner
04-26-2008, 02:50 AM
I have 3.6.9 and nothing shows? Checked everything. I use Lightbox and that works....
Any ideas?
FreshFroot
06-02-2008, 01:02 AM
Nice hack.. I'll test it on 3.7 Gold..
I know InfernoTech has a similar hack, but I don't know if it's any better than this one.
aykolandforum
06-02-2008, 07:30 AM
thank you
Darkstarproject
06-19-2008, 01:33 PM
Is there anyway to get it to move WITH the mouse?
TimberFloorAu
06-20-2008, 11:43 PM
Works a charm on 3.7.1 patch 1
Heres a screeny
LAJAURIA
06-21-2008, 07:05 AM
There is a space after each username, between the comma's. Currently working on fixing this.
about this.
It happens when you install it turned ot off for guests...
If you install it turned on for guest, everything is ok..
Could you fix this problem yet??
TimberFloorAu
06-22-2008, 12:22 AM
We have today uninstalled this.
There seems to be a serious flaw, in the code, in sofar as it displays what people are actually doing, ie, who they are sednign a message to.
Example, a member sent me a screenpic, of a hover on the member list, it displayed, BOB is currently sending a message to DAVE
That shouldnt be displayed, as it it kind of looks big brotherish... if there is a fix for this, ie: BOB is sending a message, that would be fine.
Appreciate any help Ozzy
TimberFloorAu
06-24-2008, 09:56 AM
any suggestions please?
whitetigergrowl
07-02-2008, 07:06 PM
Wouldn't that be able to be resolved by adjusting that in the phrases or coding?
Forum Lover
09-05-2008, 03:41 PM
Tested at 3.7.3 and its not working. Can anyone upgrade it?
FreshFroot
09-19-2008, 12:36 AM
worked fine for me.
I might tweak it up a bit, but otherwise it seems to work great.
ChaosBurnt
10-08-2008, 10:17 PM
Tested at 3.7.3 and its not working. Can anyone upgrade it?
How did you test this on 3.7.3, this edit doesn't exist in the forumhome_loggedinuser template:
Step 2:
---------------------------------------------
Edit the template 'forumhome_loggedinuser'
Find:
================================================== ======
rel="nofollow"
================================================== ======
Change this to:
================================================== ======
rel="nofollow" onmouseover="ajax_member_popup_call = this;request_data = setTimeout('ajax_member_popup($loggedin[userid])', 500)" onmouseout="clearTimeout(request_data)"
================================================== ======
Save this template.
Does anyone know how we should apply the edit above on 3.7.3?
Peejay
11-16-2008, 12:28 PM
Like this a lot :D
Suiko Jin
11-17-2008, 07:18 PM
Works great on my default skin, however, on my second skin it doesn't work at all. And yes, I did do the template changes to the second skin, but it won't work.
rob01
11-17-2008, 10:20 PM
someone have this error too?
Forum Lover
12-02-2008, 12:10 PM
Ah! this hack is not supported at all. :(
arauf
12-24-2008, 06:10 AM
i tried it on my vB 3.8.0 everything Done as you explained in readme.txt
/voiceforums/css
/voiceforums/images/arrow.gif
/voiceforums/js
/voiceforums/member_ajax.php
[ product-ajax_mouseover.xml ] Impoted .!
template : [ forumhome_loggedinuser ] edited
All content replaced with :
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$loggedin[userid]',this,true);return false" onmouseout="ajax_hideTooltip()"> $loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]
template : [ header ] Edited
when i mouse over members names nothin appears :o
But not worked for me dont know why .... :o
ilovevbull
12-25-2008, 08:37 PM
t wont work for me ether :(
yingzhou
12-26-2008, 01:09 AM
this mod should be archive, the author is not supported any more.
ericgtr
12-26-2008, 01:31 PM
I have not tried with 3.8, this was written for 3.6 and does work in 3.7 but that's as far as I have tested it. Sorry about that.
FreshFroot
01-14-2009, 07:58 PM
it worked fine for me on 3.8.
Maybe your doing something wrong? I just upgraded and it's working as before.
csoroner
01-15-2009, 01:15 AM
Just reinstalled on my 3.8 board and it works fine except for the mouse over edits. Box just closes if you move the mouse.
Question: I have a slightly similar mod installed on my phpbb2 board that when you mouse over a topic title you get a box that show the first and last post within that thread.
Any plans to make a mod like what I've described?
powersilie
03-12-2009, 03:47 PM
It works fine on 3.8.1, but I couldn't manage it, to make it work in memberlist :o
Any ideas?
Thanks and greetings
Karin
darkie79
03-27-2009, 05:32 PM
I have tried and tried to find where I can tie this mod in for memberlist, and for everywhere else, such as postbit, latest posts, etc.
I have had good success customizing the layout to what I need, but I don't have enough knowledge of the system to know where to tie other things in.
Any help would be appreciated, as this mod, although abandoned, could be great given a little time and effort.
ericgtr
03-27-2009, 05:45 PM
I have tried and tried to find where I can tie this mod in for memberlist, and for everywhere else, such as postbit, latest posts, etc.
I have had good success customizing the layout to what I need, but I don't have enough knowledge of the system to know where to tie other things in.
Any help would be appreciated, as this mod, although abandoned, could be great given a little time and effort.
Have a look here https://vborg.vbsupport.ru/showpost.php?p=1050382&postcount=25
This has been covered a few times in this thread but basically it's a matter of working with the URL where ever you want this to work.
darkie79
03-30-2009, 04:39 PM
eric,
Thank you..I have already tried this...the original mod works fine the way it was intended; however, this "hack" doesn't function at all...
I appreciate the response.
dancue
06-09-2009, 01:15 PM
This is working great for me in 3.8.
dancue
06-09-2009, 02:02 PM
Has anyone found out how to fix this for Safari?
It seems as if the content is not going to a new line.
yotsume
08-05-2009, 10:53 AM
INSTALLED! on vb3.7x with vBa CMPS.
Question is it possible to get this to work with the vba block: "Today's Visitors"?
I would love to see this work for that block so all the active members visiting the site can bee seen when you mouse over.
Anyone know how to get that to work?
I am sure some code needs to go into that blocks template???
yotsume
08-05-2009, 11:17 AM
Profile view Member List
open template "memberlist_resultsbit"
find
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>replace
<a href="member.php?$session[sessionurl]u=$userinfo[userid]" onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$userinfo[userid]',this);return false" onmouseout="ajax_hideTooltip()">$userinfo[musername]</a>
I did this edit and nothing changed on my members list. My members list has a mod to show who visited the forum last. So that mod reorders the members list. I guess there is a conflict. :(
yotsume
08-05-2009, 12:51 PM
Major Glitch in this mod. The box opens in one set direction. Usually off to the right. So if you use this on a block on the right side of your forum it opens up off the screen!
This problem hold true if you have many members online. You mouse over their name near the right edge of your forum and the box opens off to the right off your screen.
Can we code this so the box if you mouse over on near the left margin opens right and if you mouse over near the right margin the box will open to the left?
If that possible? Is there anyone alive in this mod or what? This is too good to let die! :(
BadgerDog
08-05-2009, 01:09 PM
Has anyone found out how to fix this for Safari?
It seems as if the content is not going to a new line.
I've reported this to the author several times before. It's been broken under Safari (any version) since day one ... ;)
All it needs is a CR/LF sequence added to the display, to pull the displayed lines to the left and down into the display box....
I've searched and can't find the code and I think the author no longer supports this mod.
Nice mod, but needs some clean up ... :)
Regards,
Badger
MEDO12
08-07-2009, 11:07 AM
thanx bro its very nice product
but i use arabic language in my VB
when i put the mouse on the user name its working good but
the ajax preview not placed on the usename that mouse overd
so how can i do it ?
i mean like the picture here102985
i want the preview over or next to the member :S
thanx:confused:
yotsume
08-07-2009, 02:11 PM
How to Add Custom Profile Fields to the Popup
Edit the template: member_ajax
Find the line of code with: <strong></strong>
After it add: <if condition="$post['field25']"><div>Label Title: $post[field25]</div></if>
Replace: field25 with the correct field number you wish to have displayed in your popup window.
Replace the Blue text to label your field how ever you wish. This this our to not include a label.
You can apply system to your included fields very easily. For instance, you can use: <strong></strong> to bold your field. You can use: <br /> to beter separate your fields in the popup window.(See attached screen shots)
ENJOY! :D
MEDO12
08-07-2009, 10:56 PM
up
help pls
yotsume
08-08-2009, 07:14 AM
Members List Pop Ups Working!
Profile view Member List
open template "memberlist_resultsbit"
find
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>replace
<a href="member.php?$session[sessionurl]u=$userinfo[userid]" onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$userinfo[userid]',this);return false" onmouseout="ajax_hideTooltip()">$userinfo[musername]</a>
This code change doesn't work on my members list running vb3.7x. The proper code that does work for member's lists where the popup menu stays open as well is:
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$userinfo[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$userinfo[userid]',this,true);return false"> $userinfo[musername]</a>$loggedin[invisiblemark]$userinfo[buddymark]
yotsume
08-08-2009, 09:41 AM
Members Who Have Visited Today Pop Ups Working!
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:
<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]
This code edit does not allow the popup in members who have visted today to stay open.
So do the edit to the template this way instead:
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$today[userid]"onmouseover="ajax_showTooltip('member_ajax.php?$session[sessionurl]u=$today[userid]',this,true);return false"> $today[opentag]$today[username]$today[closetag]</a>$today[invisiblemark]$today[buddymark]
dancue
08-09-2009, 08:10 PM
Thank you Yotsume!! Member's list works for me on 3.8.3.
I can't verify the second because I'm using CYB's mod, not Paul's.
yotsume
08-09-2009, 08:28 PM
Thank you Yotsume!! Member's list works for me on 3.8.3.
I can't verify the second because I'm using CYB's mod, not Paul's.
There are a few other places I am working to get this integrated correctly.
When I get all the instructions ironed out I will post them all in one location since the developer of this is lost in space MIA!
I am also working on fixing the Mac Safari layout issue. Also, I am working on instructions for making different popups contain different added profile info.
Some of the info on the members list for me is redundant. ;)
Its a great mod that I will NOT let die!
BadgerDog
10-05-2009, 11:10 AM
Any fixes for this yet, for members running Safari?
Thanks ... :)
Regards,
Badger
bada_bing
10-24-2009, 03:42 AM
Will this hack get update to support 3.8.x ?
AcidX
05-07-2010, 12:57 PM
Such a great mod! I've been using it since 3.6.
Anyone tried it on vb 4?
ericgtr
05-07-2010, 01:08 PM
I have played with it on 4.0 but it's such a different model that this mod will need a complete rewrite unfortunately.
AcidX
05-07-2010, 01:29 PM
I have played with it on 4.0 but it's such a different model that this mod will need a complete rewrite unfortunately.
I wish you luck and hope you'll manage to modify it to fit on vBulletin 4 :)
Mostjolly
08-09-2010, 05:56 PM
This mod works good, even on vB 3.8.2.
The only flaw is that the alignment is off-wack in Google Chrome & Mac Safari browser.. hope someone could bring solutions to this- cheers!
Aurvandil
09-15-2010, 08:04 PM
I have played with it on 4.0 but it's such a different model that this mod will need a complete rewrite unfortunately.
Great that you're working on a vb4 version. This mod is fantastic and I really miss it since i upgraded to 4.0.
dcuellar
11-14-2010, 01:55 PM
I agree. This is a must-have for 4.0.
dcuellar
11-14-2010, 03:54 PM
I just tried taking a stab at it. I can only get the popup to appear, but without the info inside. Instead it is just showing the page of the forum with an error of "this member is not..."
Come on eric, this is your most installed mod...
FreshFroot
11-27-2010, 11:42 PM
I just tried taking a stab at it. I can only get the popup to appear, but without the info inside. Instead it is just showing the page of the forum with an error of "this member is not..."
Come on eric, this is your most installed mod...
Well he does state he is NOT supporting it :p
I'm going to give it a try with 3.8.7.
FreshFroot
12-24-2010, 07:17 AM
Well it seems to work fine for me on a test board. On a live board with other mods there is a slight problem. I believe some mod is causing issues with it. So I will have to look into it.
But this mod works fine for the latest 3.8.x versions.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.