No Thanks User CP drop down menu thing

Discussion in 'Feedback & Assistance' started by Janime6, Jun 10, 2010.

  1. Janime6 the truest queen of them all

    Joined:
    Aug 14, 2008
    Gender:
    Male
    830
    I've noticed, it has "Edit Signature, Edit Options, Private Messages, Subscribed Threads, and Log Out," but I'm sure there is another big section people visit.

    Edit Your Details. I go there quite often for things, and I was just wondering maybe someone could add it to the drop down thing. I'm sure other people use it too (user titles, location, messenger accounts, bio, etc.).

    Just a suggestion that could possibly help out.

    And I'm in a codey mode, so:​

    Code:
    <style media="all" type="text/css">@import "/menu/menu_style.css";</style>
    <div class="menu">
    <ul>
    <li><a href="http://www.kh-vids.net/forum.php" target="_self" >Forum</a>
    
    <ul>
    <li><a href="http://www.kh-vids.net/forumdisplay.php?f=2" target="_self">Forum Rules</a></li>
    <li><a href="http://www.kh-vids.net/search.php?do=getnew" target="_self">New Posts</a></li>
    <li><a href="http://www.kh-vids.net/memberlist.php" target="_self">Members List</a></li>
    <li><a href="http://www.kh-vids.net/online.php" target="_self">Who Is Online?</a></li>
    <li><a href="http://www.kh-vids.net/search.php?do=getdaily" target="_self">Todays Posts</a></li>
    <li><a href="http://www.kh-vids.net/forumdisplay.php?do=markread" target="_self">Mark Forums Read</a></li>
    </ul>
    </li>
    <li><a href="http://www.kh-vids.net/index.php?page=archivev3" target="_self" >Cutscenes</a>
    
    </li>
    <li><a href="http://www.kh-vids.net/index.php?page=khvaudiov3" target="_self" >Audio</a>
    </li>
    <li><a href="http://kh-vidsportal.magnify.net/" target="_self" >User Portal</a>
    <ul>
    <li><a href="http://kh-vidsportal.magnify.net/login/index/account/index" target="_self">Register or Sign In</a></li>
    </ul>
    </li>
    <li><a href="http://www.kh-vids.net/usercp.php" target="_self" >User CP</a>
    <ul>
    <li><a href="http://www.kh-vids.net/profile.php?do=editsignature" target="_self">Edit Signature</a></li>
    [color=black]<li><a href="http://www.kh-vids.net/profile.php?do=editprofile" target="_self">Edit Your Details</a></li>[/color]
    <li><a href="http://www.kh-vids.net/profile.php?do=editoptions" target="_self">Edit Options</a></li>
    
    <li><a href="http://www.kh-vids.net/private.php" target="_self">Private Messages</a></li>
    <li><a href="http://www.kh-vids.net/subscription.php" target="_self">Subscribed Threads</a></li>
    <li><a href="http://www.kh-vids.net/login.php?do=logout&logouthash=1252179792-19bf1cf85ff83f6d2ea0ab8a74ed4d4c9ad490e5" target="_self">Log Out</a></li>
    </ul>
    </li>
    <li><a href="http://www.kh-vids.net" target="_self" >Misc.</a>
    <ul>
    <li><a href="http://www.kh-vids.net/photoplog/" target="_self">Gallery</a></li>
    <li><a href="http://www.kh-vids.net/glossary.php" target="_self">Glossary</a></li>
    <li><a href="http://www.kh-vids.net/arcade.php?" target="_self">Arcade</a></li>
    
    <li><a href="http://www.kh-vids.net/search.php" target="_self">Search</a></li>
    <li><a href="http://www.kh-vids.net/faq.php" target="_self">FAQ</a></li>
    </ul>
    </li>
    </ul>
    </div>

    No clue if that takes any less work out or anything...eh, it is simple. But I have no clue how the editing on vB works.

    That's all.​
     
  2. Boy Wonder Dark Phoenix in Training

    Joined:
    Aug 31, 2008
    Gender:
    Male
    Location:
    Genosha
    2,239
    I've actually thought about this, too, because I found it redundant to have a link to private messages in the drop down menu and then again in the corner so I didn't think having a link to PMs is necessary there.

    I was also wondering if we could add "Edit Avatar" to the list as well since we already have "Edit Signature."