inherit
114253
0
Nov 1, 2022 3:50:10 GMT -8
Teg
Can't Wait for V6
3,124
November 2007
teg
Don't Feed Ricky
Strawberry Shortcake
|
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: 756
What's for dinner?: Anything with Bacon!
What's for dessert?: Cookies
inherit
180643
0
Jan 22, 2023 19:03:56 GMT -8
JD
756
June 2012
obsidian92
Anything with Bacon!
Cookies
|
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?
|
|