inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Oct 24, 2018 8:36:36 GMT -8
Brian I’m tagging you so I know you see this but anyone is able to help if they can. So, I have three custom pages, one for guests, one for members, and one for staff. The Members customsge is set to home. I need to somehow modify the template for the “Home” navigation link to be different for each type of user, staff, members, and visitors. I’m using the default navigation template in the forum wrapper. Any ideas on how to achieve this and could someone tell me what to change or add to make it work? Edit:// no rush on this. I do want to know if it’s possiboe and how to do it, but I opted to go with custom nav which makes using the if/else statements much easier
|
|
JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Dec 22, 2018 9:05:59 GMT -8
Sorry, I might be oversimplifying or not understanding this question but is this not something that can be achieved through the -
{if !$[current_user.is_member]}{else}{/if}
function?
|
|