Selecting "Newest Posts" tab from "All" on Home Page
Ning To Jamroom
@Brian
I know this works but it's not taking me where I want. I don't want to go to Newest Posts on my profile page as the context is wrong.
I want to go to the place where I click "All" on the home page, and then manually select the "Newest Posts" tab as can be seen in the attached.
I am collapsing the extra click into the code. I know this is possible - you do it all the time in the ACP - I just don't know how to do it.
One place is in ACP > Users where you present the option of going to the Account tab or the Profile tab ... okay, there's the clue. Looking at the desktop headers menu ...
<li>{jrCore_module_url module="jrProfile" assign="purl"}
{jrCore_module_url module="jrUser" assign="uurl"}
<a href="{$jamroom_url}/{$purl}/admin/tools">users</a>
<ul>
<li><a href="{$jamroom_url}/{$purl}/quota_browser">quota browser</a></li>
I am guessing I have to build on that approach, just not entirely clear how to do it.
-- edited to add photo --
updated by @claygordon: 01/24/15 08:15:43AM