SimplePortal

Customization => Blocks and Modifications => Mod Requests => Topic started by: kcmartz on April 17, 2010, 06:41:32 PM

Title: Custom Site Pages Menu
Post by: kcmartz on April 17, 2010, 06:41:32 PM
It would follow a similar format to this, I got the main code from hypergurl.com and took out the styling that the owner did. If you could make it a simple admin item, and you put page name and it would link it to page, like you would have to enter "about" as page name, then field next to it would be something like "About Kcmartz" or the like. That would be a awesome mod!

Code: [Select]
<form
method="post" name="sitepages">
<font size="2" face="Times New Roman">

<!--These are the menu ITEMS-->
<select name="kcmartzsmenu" size="1">
<option selected value="?page=about">About</option>
</select>

<!--This is the submit button-->
<input type="button" value="Go" onclick="location
= document.sitepages.kcmartzsmenu.options [document.sitepages.kcmartzsmenu.selectedIndex].value;" >
</form>

What do you think of this?
SimplePortal 2.3.8 © 2008-2024, SimplePortal