Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 12-27-2011, 02:02 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 66,357
AlexC is an unknown quantity at this point
Default dropdown menu?

sorry if this is the wrong section, but I was wondering if someone can help me create a dropdown menu for my site? I keep trying different codes and nothing seems to work. ;-; I can post my template/css code if someone is willing to help.
__________________
Reply With Quote
  #2  
Old 12-27-2011, 02:41 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 81,233
SilverDragonTears is on a distinguished road
Default

You mean something like what is on my site? If so I'll try to find the tutorial I used. It was really easy to integrate with my site.
__________________

Check out SilvaTales
Reply With Quote
  #3  
Old 12-27-2011, 02:42 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 66,357
AlexC is an unknown quantity at this point
Default

I don't see a dropdown menu on your site. o.O
__________________
Reply With Quote
  #4  
Old 12-27-2011, 02:52 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 81,233
SilverDragonTears is on a distinguished road
Default

Oh. You have to be a member because it's the user menu bar. Ooops.
__________________

Check out SilvaTales
Reply With Quote
  #5  
Old 12-27-2011, 02:54 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 66,357
AlexC is an unknown quantity at this point
Default

http://javascript-array.com/scripts/...rop_down_menu/ something like this (I've tried this code though, it doesn't seem to work. :/ )
__________________
Reply With Quote
  #6  
Old 12-27-2011, 03:01 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 81,233
SilverDragonTears is on a distinguished road
Default

That's the exact one I'm using. I can show you what mine looks like:

PHP Code:
$sidebar "
        <div id='topbar'><span id='links'><ul id='sddm'>
            
                "
.$welcome."
                
        "
;

$sidebar .= "<li>".$msgctr."</li><li>
        <a href='shop.php'><img src='images/cash.png'> 
{$GLOBALS['money']}</a></li><li><a href='account.php' 
        onmouseover='mopen(\"m1\")' 
        onmouseout='mclosetime()'>"
.$loggedinname." <img src='images/header_dropdown.png'></a>
        <div id='m1' 
            onmouseover='mcancelclosetime()' 
            onmouseout='mclosetime()'><table class='sddm'><tr><td>
        <a href='account.php?act=changeemail'>Change Email</a></td>
        <td><a href='account.php?act=changepass'>Change PW</a></td></tr><tr><td>
        <a href='account.php?act=friendlist'>Manage Friends</a></td>
        <td><a href='account.php?act=changesettings'>Settings</a></td></tr><tr><td>
        <a href='account.php?act=moreprofile'>More Profile Settings</a><td>
        <a href='logout.php' title='Securely Logout'>Logout</a></td></tr></table>
        </div>
    </li>
<li><a href='shop.php' 
        onmouseover='mopen(\"m2\")' 
        onmouseout='mclosetime()'>Shops <img src='images/header_dropdown.png'></a>
        <div id='m2' 
            onmouseover='mcancelclosetime()' 
            onmouseout='mclosetime()'><table class='sddm'><tr><td>
        <a href='shop.php'>SilvAdopts Shop</a></td><td>
        <a href='shop2.php'>Item Shop</a></td></tr></table>
        </div>
    </li>
    <li><a href='myadopts.php' 
        onmouseover='mopen(\"m3\")' 
        onmouseout='mclosetime()'>My Den <img src='images/header_dropdown.png'></a>
        <div id='m3' 
            onmouseover='mcancelclosetime()' 
            onmouseout='mclosetime()'><table class='sddm'><tr><td>
        <a href='trade.php'>Trade</a></td><td>
        <a href='search.php'>Search</a></td></tr><tr><td>
        <a href='embed.php'>Embed All</a></td><td>
        <a href='inventory.php'>Kit Inventory</a></td></tr><tr><td>
        <a href='inventory2.php'>Adult Inventory</a></td><td>
        <a href='collectables.php'>Event Badges</a></td></tr></table>
        </div>
    </li>
<li><a href='help.php'>Help</a></li>
"

That should at least give you an idea of how it works. I can't tell you how to use it on your site because they're different but you can at least see it as an example.
__________________

Check out SilvaTales

Last edited by SilverDragonTears; 12-27-2011 at 03:03 PM.
Reply With Quote
  #7  
Old 12-27-2011, 03:07 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 66,357
AlexC is an unknown quantity at this point
Default

so you installed that in your functions file? I tried to add it directly to the template file - was that maybe where I was having the problems?

though, I admit, an example doesn't do too much help, since I was installing all of them right, they just didn't work on the site for some reason. can I test your script on my site to see if it works?
__________________
Reply With Quote
  #8  
Old 12-27-2011, 03:09 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 81,233
SilverDragonTears is on a distinguished road
Default

Yes I'd put it in the functions.php You'll also need to put the javascript part it gives you in between your <head></head> tags in your template.html and the css it gives you.
__________________

Check out SilvaTales
Reply With Quote
  #9  
Old 12-27-2011, 03:13 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 66,357
AlexC is an unknown quantity at this point
Default

I'll try again I guess.
__________________
Reply With Quote
  #10  
Old 12-27-2011, 03:15 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 81,233
SilverDragonTears is on a distinguished road
Default

You can try to use what I posted... but I doubt it works well with your site.
__________________

Check out SilvaTales
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to edit both menu's? Skaiya Questions and Supports 6 04-01-2014 03:03 PM
Modifying Dropdown Menu Hwona Questions and Supports 3 02-19-2014 04:30 PM
Dropdown's suggestion Zeref Suggestions and Feature Requests 5 08-23-2012 02:45 PM
Tab Slide Out Menu..? Alaric Questions and Supports 0 06-18-2012 06:11 AM
Avatar in menu SilverDragonTears Questions and Supports 16 04-25-2012 08:03 AM


All times are GMT -5. The time now is 09:10 PM.

Currently Active Users: 449 (0 members and 449 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636