My first thought was to modify the URL by explicitly adding the URL I get when clicking on the Newest Posts tab, as can be seen below (in the href).
<h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="47" default="Forum"} {jrCore_lang skin=$_conf.jrCore_active_skin id="48" default="Posts"}{if strlen($_conf.nsTCLSkin1_forum_profile) > 0} <span class="normal"><a href="{$_conf.nsTCLSkin1_forum_profile}/new_posts">{jrCore_lang skin=$_conf.jrCore_active_skin id="30" default="All"}</a></span>{/if}</h2>
This takes me to my profile, which I don't want. I want to go to the main forums page with the Newest Post tab selected.
Possible?
updated by @claygordon: 03/03/15 12:22:05PM