Menu Access Level Checking on Front-End - Joomla! Forum - community, help and support
hi all,
i'm new joomla 2.5 coding.
i'm trying build component based on developing model-view-controller component tutorial.
here's problem. component installed , create menu item component's menu type.
i set access level "registered" menu item , works okay if access page alias.
so, mydomain.com/my-menu-item redirects login page if i'm not logged in.
but problem if access page typing menu link, mydomain.com/index.php?option=com_mycom&task=sometask, displays content if i'm not logged in.
unfortunately tutorial i'm following not mention this.
where should add code check current page's access level?
thank you!
i'm new joomla 2.5 coding.
i'm trying build component based on developing model-view-controller component tutorial.
here's problem. component installed , create menu item component's menu type.
i set access level "registered" menu item , works okay if access page alias.
so, mydomain.com/my-menu-item redirects login page if i'm not logged in.
but problem if access page typing menu link, mydomain.com/index.php?option=com_mycom&task=sometask, displays content if i'm not logged in.
unfortunately tutorial i'm following not mention this.
where should add code check current page's access level?
thank you!
Comments
Post a Comment