as best I can tell thus far, the #__session table is pulling the logged in users from the primary jos_users table and storing that information. All in all, all the user details are intially being pulled from the jos_users table. I need to match up the username column from #__session to the...
I am actually working on a similar project. I tried to modify the code listed for my appication but if failed. The original code:
// show online member names
if ($showmode > 0) {
$query = "SELECT DISTINCT a.username"
."\n FROM #__session AS a"
."\n WHERE a.guest = 0"
."\n ORDER by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.