RSI Active member Sep 28, 2015 #1 Hi, I there a way to change the default when you click on the Members tab to make it come up with Registered Members instead of Notable Members? Thanks
Hi, I there a way to change the default when you click on the Members tab to make it come up with Registered Members instead of Notable Members? Thanks
RSI Active member Sep 28, 2015 #3 Yes, I'm aware that it's not a change that can be selected within the ACP. I guess what I should have asked is there a way to change the default navLink from http://mydomain.com/members/ to http://mydomain.com/members/list via a template modification? . Upvote 0 Downvote
Yes, I'm aware that it's not a change that can be selected within the ACP. I guess what I should have asked is there a way to change the default navLink from http://mydomain.com/members/ to http://mydomain.com/members/list via a template modification? .
Jeremy in memoriam 1991-2020 Sep 28, 2015 #4 Edit the template navigation. Find: HTML: <a href="{$tabs.members.href}" class="navLink">{$tabs.members.title}</a> Change: HTML: <a href="{xen:link 'members/list'}" class="navLink">{$tabs.members.title}</a> Upvote 0 Downvote
Edit the template navigation. Find: HTML: <a href="{$tabs.members.href}" class="navLink">{$tabs.members.title}</a> Change: HTML: <a href="{xen:link 'members/list'}" class="navLink">{$tabs.members.title}</a>