Forum OpenACS Q&A: Links on Intranet Page

Collapse
Posted by John Campbell on
With some great help from a couple of people in this forum, the
Intranet module is working more or less the way I want it to for now.

The only thing now is I want to be able to add some links for the
Intranet that all users can access. For instance, they login to the
Intranet and get the default page, but can access other Intranet apps
from the default page. I tried adding a link to the bookmarks module
on the /intranet/index.tcl file, but no matter what I do the link
doesn't show up on the page. The idea is to simply have the default
page as a kind of intranet portal, where users can do certain tasks
within the Intranet module, and then click on links to get to other
applications/sites on the intranet.

Thanks.

Collapse
Posted by Jamie Ross on
This would be a good feature..  I have just cheated to far and manually added links to the index.tcl page but displaying bookmarks is obviously a better way to go.. will take a look at it
Collapse
Posted by John Campbell on
Thanks for the response. I wish I could figure out how to cheat with this😊

What I did do was add the following link on intranet/index.tcl...

<li><a href=/bookmarks/index.tcl>Bookmarks</a>

..figuring that the link would show up on the page but it hasn't and as far as I can tell this is correct. How did you manage to stick a link into the index.tcl page? Any idea why the above link wouldn't show up on /intranet/index.tcl?