Topic History of: Display Online User Max. showing the last posts - (Last post first)
|
ronysyz |
V3n0m79 wrote:
QUOTE: Hi all!
I have solved the problem with a small change in file mod_cb_superthumb.php
Change this code:
case 9 :
$sql = "select u.id, u.username, u.name, c.avatar FROM #__users u, #__comprofiler c, #__comprofiler_members a, #__session AS s WHERE u.id = c.user_id $imagenot $avatarplease and c.user_id = a.memberid and u.username = s.username and c.approved = 1 and u.block = 0 and c.confirmed = 1 and c.banned = 0 group by u.id limit " . $count;
break;
In this:
case 9 :
$sql = "select u.id, u.username, u.name, c.avatar FROM #__users u, #__comprofiler c, #__session AS s WHERE u.id = c.user_id $imagenot $avatarplease and u.username = s.username and c.approved = 1 and u.block = 0 and c.confirmed = 1 and c.banned = 0 group by u.id limit " . $count;
break;
thanks for your sharing
i think that it'll be help another user |
|
V3n0m79 |
Hi all!
I have solved the problem with a small change in file mod_cb_superthumb.php
Change this code:
case 9 :
$sql = "select u.id, u.username, u.name, c.avatar FROM #__users u, #__comprofiler c, #__comprofiler_members a, #__session AS s WHERE u.id = c.user_id $imagenot $avatarplease and c.user_id = a.memberid and u.username = s.username and c.approved = 1 and u.block = 0 and c.confirmed = 1 and c.banned = 0 group by u.id limit " . $count;
break;
In this:
case 9 :
$sql = "select u.id, u.username, u.name, c.avatar FROM #__users u, #__comprofiler c, #__session AS s WHERE u.id = c.user_id $imagenot $avatarplease and u.username = s.username and c.approved = 1 and u.block = 0 and c.confirmed = 1 and c.banned = 0 group by u.id limit " . $count;
break; |
|
Robert Redstone |
I have the same problem super thumb does not display online users.
I registered on the comuna1 demo on templateplazza site, after login superthumb on demo site says no users online while the who's online module reports correctly.
Seems there is something wrong with this module. |
|
Claudia |
Excelelnt information. I have stumbled this post for other to find.
Anja from B&B in Stratford-Upon-Avon |
|
Jordan |
Does anyone know how I can translate this forum into my language? I am having trouble readin it.
The B&B in Stratford-Upon-Avon |
|
Andrias Meisyal Y |
You have to install CB, then login in backend Joomla! and go to modules---> CB Supertumb
Setting:
Display Only Online uSER |
|