solved menu items

izhmel
@izhmel
4 years ago
1,319 posts
How can I make the menu items not go away when the user not logged in ?

Please see the attachment

Thanks
menu Items.jpg
menu Items.jpg  •  861KB




--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 06/28/20 10:01:44AM
paul
@paul
4 years ago
4,325 posts
Dubmusic Streaming Radio looks to be a custom module so maybe its menu button needs to be controlled from there? Alternatively you might be able to edit the skin's profile_menu.tpl template add it there, outside of the regular menu button loop, so that it shows to all.
hth


--
Paul Asher - JR Developer and System Import Specialist
izhmel
@izhmel
4 years ago
1,319 posts
The code did work where you suggested it


{if jrCore_module_is_active('jrBlog')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="93" default="Blogs"}
{/if}
{if jrCore_module_is_active('jrBlog')}
{jrCore_lang skin=$_conf.jrCore_active_skin id="68" default="contact us"}
{/if}
munu _tpl.jpg
munu _tpl.jpg  •  716KB




--
The Scientist
dubmusic.com
Thanks for any assistance.
paul
@paul
4 years ago
4,325 posts
That's good. Is this resolved now?


--
Paul Asher - JR Developer and System Import Specialist

Tags