Can I add my own links to the top menu bar?

As of SFEE 4.3 Hotfix 5, it is possible to include your own custom HTML links in the top bar pof every page in the application (the space where the 'Home' and 'My Workspace' links are).

To add your links, simply add the following to /usr/local/sourceforge/sourceforge_home/etc/sourceforge_configuration.properties:

sitelink.link0.text=Your Descriptive Text
sitelink.link0.url=http://www.yourcorp.com

Once SFEE is restarted, your links will become activated. To add more than one (1) link, simply increment the link0, e.g link1, link2.