Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Howto: Add items to the Go menu
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee VIP
Posted
I previously talked about adding items to the right menu on the portal page, with a note that I was working on putting things in the Go menu.

It ended up being much eaiser than I feared.

Go read the other topic first, as it contains the basic information you'll need here.

Attached is the Javascript required to pull it off. Stick it in your header insert, right under the other code.

To add items, use a call like this in your onload field:

cc_insert_go_menu_link("Link Title", "http://...", 1);

Like the other function, the arguments are the link title, the URL, and the offset within the menu. Also like the other function, items are added from the top down, so consecutive items with the same index will show up in the opposite order that you add them.

The two menu addition scripts work fine together. You can find them both in action here - http://leftovers.groupee.net/groupee

Enjoy!


--
Charles Capps


Zip/GZ archivecc_insert_go_menu_link_js.zip (625 Bytes, 11 downloads) The Go menu javascript
 
Posts: 29316 | Location: Lynnwood, WA | Registered: October 11, 2001Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Picture of Mr.Design
Posted Hide Post
Cool, very cool Cool Smile



 
Posts: 314 | Registered: September 08, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Posted Hide Post
Very cool! Thank you!!!


Sandman
OakhurstArea.com
 
Posts: 80 | Location: Oakhurst, CA | Registered: November 14, 2002Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Posted Hide Post
hey Charles and all.

this one worked like a charm, you da man Charles!

now if i could get the "Howto: Add items to the right menu on the portal page" one to work (see my post on THAT THREAD).

saludos,
jez...
 
Posts: 94 | Location: madrid, spain | Registered: April 06, 2005Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Howto: Add items to the Go menu