nvm got it
nvm got it
Cool.
I'm just getting into MySQL syntax... care to enlighten us as to what it was?
Just wondering... looked ok to me... not used to seeing it without the ``` backticks around the things in the code, but that seems to work...
Well i to fix it i simply change the query to this
andCode:$query= mysql_query("SELECT ibf_members.id,name,mgroup,xfire_id,msnname,email FROM ibf_members LEFT JOIN ibf_member_extra ON ibf_members.id = ibf_member_extra.id WHERE ibf_members.mgroup = 4");
but my next delima is to get it looking likeCode:while($out = mysql_fetch_array($query)) { echo "<a href=\"http://www.eternalbrethren.com/forum/index.php?showuser=$out[id]\" onMouseover=\"ddrivetip('MSN:$out[msnname]<br>X-Fire:$out[xfire_id]<br>Email:$out[email]','#001018', 300)\"; onMouseout=\"hideddrivetip()\">$out[name]</a><br>";}
that
ha, fun. well... good luck
Then again, once you start doing all this stuff... design is easy, right? ^_^
Yea but im not sure if the popup script will support 2 collums and how to display the avatar the pm box and online/offline indicators(namely where they are)
just worried about layout in the popup? isn't that just a regular html page? I mean... the popup comes up, but it's just showing something.com/something.htm, right?
Yea it is, however the mouseover part is included in the php which is fed into the html via SSI Includes, thus i dont think the mouseover will handle the column for that layout
Sorry... totally missed that.
Mouseover makes the popup happen? Or?
ummm leme see here
The Page im using it on
i need the mouseover script mentioned in i think the first post if not then the third, to match that image lol
The JS is too complex for me to figure out... but seems like it can't be incredibly hard... but... yeah.
Honestly, now that I see it in action, I'd like to caution you that it's a really bad idea. When I see an email address or msn IM SN, I like to copy and paste it so I can email/IM them. I'm very much not gonna retype the whole thing unless it's really important, and it probably isn't.
You should figure out a way that makes it easier to contact them, not just see a glimpse of their email.
Ah! I just checked again, and clicking makes their profile show up.... right. Hmm... ok. That's not so bad then. But... still... above... hmm... weird.
But... alrightNot as bas as I thought, anyway... just a bit confusing for people who don't trying clicking when they can't select from the tooltip...
Bookmarks