michael:
its an issue with the menu, check that that user has the video module enabled. check that the menu hasn't been customized to disable videos. The page itself is visible to logged out users, just there is no menu bar item while logged out.
Thank you Michael. The video and com combine video modules are enabled. When you mentioned menu. Are you referring to the menue.tpl? I think there are a few menues .tpl files and I'm not sure which one are you referring to.
This is what I found in the profile_header.tpl of beatslinger2 skin
<div class="table-cell">
{$menu_template = "profile_menu.tpl"}
{if jrCore_is_mobile_device() || jrCore_is_tablet_device()}
{$menu_template = "profile_menu_mobile.tpl"}
{/if}
{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"}
</div>
the profile_menu.tpl I think is the standard one. No custom changes were made to either of the profile menue or any .tpl menue
updated by @luis789: 12/20/24 09:00:27AM