I was browsing on my dotlrn system and I realised it was missing a good tool at the section
dotlrn -> community home -> administration -> customize layout
then, i created a new page. Instead of loading a portlet on the new page page such as calendar, news, etc. I just want to point the empty page to another part of my website. So, the new page will actually be a link that shows up on the community sub-nav bar.
it seems the links are passed through a parameter called "page_num", /dotlrn/clubs/ac/one-community?page_num=2
Since there's a query that calls the sub-nav bar and its menu, it becomes a bit dificult to figure a way out. I went to the file /packages/dotlrn/www/one-community.tcl
set rendered_page [dotlrn::render_page \
-hide_links_p t \
-page_num $page_num \
$portal_id
]
what takes me to api's.
dotlrn::portal::render -> portal::render
any ideas how to ammend the api to add the "page-link" option?
cheers,
iuri