Profile Menu on Elastic2 Error
Design and Skin Customization
Anyone know why the profile menu on E2 would stop working when not logged in?
It is really strange because I tried adding the debug code to the top of the profile_menu.tpl, outside of the if statement and even the debug window does not pop-up.
{debug}
{if isset($_items)}
<ul id="horizontal">
...
When I am logged in, the debug window pops-up and the menu shows as expected, but when I am logged out, no profile menu. The profile is set to global and you can see it just fine, so just the profile_menu.tpl is not being called. I have tried several selection combinations and several different modules, but it just won't show up.
I think that I have an issue with this code on line 110
{jrProfile_menu template=$menu_template profile_quota_id=$profile_quota_id profile_url=$profile_url order="jrAction,jrBlog,jrCombinedAudio,jrAudio,jrCombinedVideo,jrVideo,jrGallery,jrGroup,jrEvent,jrYouTube,jrVimeo,jrFlickr"}
However, I am unsure how to troubleshoot it. Any thoughts?
updated by @the-patria-company: 09/16/18 10:44:29AM