Hi,
i need to change the top Main Nav to show the buttons based on user login like in the DropDown Menu, but don't know where to start.
thanks
Main Nav show Buttons based on Login
Moderator: Thorsten
Re: Main Nav show Buttons based on Login
Hi,
what do you want to change?
bye
Thorsten
what do you want to change?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 5
- Joined: Thu Aug 23, 2018 2:13 pm
Re: Main Nav show Buttons based on Login
i need the ADD FAQ Button only visible when a user is logged into phpmyfaq
Re: Main Nav show Buttons based on Login
Hi,
add in assets/template/default/index.tpl line 67 to the following code:
In index.php, in after line 633, add the following:
bye
Thorsten
add in assets/template/default/index.tpl line 67 to the following code:
Code: Select all
[userloggedIn]
<li class="{activeAddContent}">{msgAddContent}</li>
[/userloggedIn]
Code: Select all
'msgAddContent' => '<a href="'.$faqSystem->getSystemUri($faqConfig).'addcontent.html">'.$PMF_LANG['msgAddContent'].'</a>',
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist