Hello,
is it possible to hidde album permissions (displayed when you are the album owner) when you simply navigate on the gallery and just keep it available under "my albums" menu ?
thanks
Please post a screenshot what exactly you want to hide.
Have navigation under the categories without seeing any permission as a "navigation" area even if there your owned album. [1.jpg]
See permission only under "my albums" (user galleries) as an Edit area. [2.jpg]
Open index.php, find
return html_albummenu3($aid);
and replace with
return;
perfect.
thanks!!