How to display all Login user list Front side using joomla 2.5 ?

37 views
Skip to first unread message

ji...@auratechmind.co.in

unread,
Oct 3, 2013, 2:55:28 AM10/3/13
to xamp...@googlegroups.com

Siva prabu

unread,
Oct 3, 2013, 4:50:14 AM10/3/13
to xamp...@googlegroups.com

 regards,

| Sivaprabu. G |

 |ABOUT~ME | 

 



On Thu, Oct 3, 2013 at 12:25 PM, <ji...@auratechmind.co.in> wrote:

--
Ask New Question from : https://groups.google.com/forum/?fromgroups#!newtopic/xamppdev
 
Create filter of mails from this group http://www.wikihow.com/Create-a-Filter-in-Gmail
---
You received this message because you are subscribed to the Google Groups "PHP Developers' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xamppdev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xamppdev/860f04de-b638-4758-a413-bf1809e3f75a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

ji...@auratechmind.co.in

unread,
Oct 3, 2013, 5:12:42 AM10/3/13
to xamp...@googlegroups.com
thank for your reply.
but its display all registered user in site .
i want only those who are currently login in site not registered.

thank you

On Thursday, October 3, 2013 12:25:28 PM UTC+5:30, ji...@auratechmind.co.in wrote:

Ashish Choudhary

unread,
Oct 3, 2013, 10:27:55 AM10/3/13
to xamp...@googlegroups.com
Hello Jigar, 
If you are managing joomla session using database, Then you can use #__session table( where #_ is you table prefix).
#__session table contains active session Ids along with their user-Ids which are same as 'id' in #__users table.

This means that #__session table contains data of only currently active users.

Let us know if this solution works for you or if you find any other solution.
Thanks.


--
Ask New Question from : https://groups.google.com/forum/?fromgroups#!newtopic/xamppdev
 
Create filter of mails from this group http://www.wikihow.com/Create-a-Filter-in-Gmail
---
You received this message because you are subscribed to the Google Groups "PHP Developers' Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xamppdev+u...@googlegroups.com.

Jigar Oza

unread,
Oct 4, 2013, 2:19:43 AM10/4/13
to xamp...@googlegroups.com
-
hi,
i understand what are you trying to say but i dont know how to implement login table

Thanks & Regards
Jigar Oza
Sr. Software Developer


Ashish Choudhary

unread,
Oct 4, 2013, 3:35:28 AM10/4/13
to xamp...@googlegroups.com
If you want to show the login users on whole website then you can place the code it in the template's index page.
If you want to use it on some of the pages, then you can create a custom module having the same code.

Now In the "code" you need to pick 'userid' and 'username' from session table from database and you can show the details of the users in a loop in a table.

You can attach screenshots/examples of the issue if there's something else you want.

Thanks.


Reply all
Reply to author
Forward
0 new messages