Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Question/Help needed :-D

  1. #11
    Join Date
    Apr 2006
    Location
    Waco,Tx
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    nvm got it

  2. #12
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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...

  3. #13
    Join Date
    Apr 2006
    Location
    Waco,Tx
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well i to fix it i simply change the query to this
    Code:
    $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");
    and
    Code:
    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>";}
    but my next delima is to get it looking like
    that

  4. #14
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    ha, fun. well... good luck

    Then again, once you start doing all this stuff... design is easy, right? ^_^

  5. #15
    Join Date
    Apr 2006
    Location
    Waco,Tx
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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)

  6. #16
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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?

  7. #17
    Join Date
    Apr 2006
    Location
    Waco,Tx
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  8. #18
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Sorry... totally missed that.

    Mouseover makes the popup happen? Or?

  9. #19
    Join Date
    Apr 2006
    Location
    Waco,Tx
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  10. #20
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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... alright Not 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •