--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general.
For more options, visit https://groups.google.com/groups/opt_out.
I don't understand your question. getUser() tells you about the current user. It sounds like you want to see a list of all users and where they are logged in. Is that right? If you look at the module mod_logged you can see one way to get such a list. See administrator/modules/mod_logged/helper.php.Good luck. Mark
On Mon, Jan 20, 2014 at 5:00 AM, shaoen01 <shao...@gmail.com> wrote:
Hi,I would like to find out how do i find out if a backend user is logged in via a front-end model in Joomla? I tried using the JFactory::getUser(), but it does not work for getting backend users logged in from the front-end? ThanksAppreciate any help.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-general+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Joomla! General Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/joomla-dev-general/F1-F6lExbB4/unsubscribe.
To unsubscribe from this group and all of its topics, send an email to joomla-dev-gene...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Joomla! General Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/joomla-dev-general/F1-F6lExbB4/unsubscribe.
To unsubscribe from this group and all of its topics, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send an email to joomla-de...@googlegroups.com.
Visit this group at http://groups.google.com/group/joomla-dev-general.
For more options, visit https://groups.google.com/groups/opt_out.
You can define access for back end users. If you define that only super users will login, then no need to check who is logged in.