View Full Version : Active users on front page and html
attroll
10-25-2004, 01:26 PM
I did not know which forum to stick this in I hope I picked the right one.
I am wondering why the module on the front page called ACTIVE USERS is different from the one on the forum homepage titled CURRENTLY ACTIVE USERS? The reason I say this is different is because it does not recognize my user group that I created using the users name in a different color. The forum homepage does but the CMPS front page does not. How can I get the CMPS front page to work like the forum home page.
attroll
10-27-2004, 02:01 AM
I was hoping to hear something from Brian on someone on this to help me with it.
Brian
10-27-2004, 11:17 AM
Double check that you have the right version of your modules/online.php file uploaded because it should use the usergroup markup. If so please submit a support ticket and I'll take a look.
attroll
10-27-2004, 02:24 PM
Double check that you have the right version of your modules/online.php file uploaded because it should use the usergroup markup. If so please submit a support ticket and I'll take a look.
I submitted a trouble ticket. I did notice one thing that I think might help when you start looking into this.
It does work with the default usergroups that come with vBulletin. But it will not work with any Custom usergroups that have been created. Which seems kind of weird to me.
Brian
10-27-2004, 07:00 PM
For anyone else having this problem, open your forum/modules/onlineusers.php file and look for:
SELECT session.userid, username, usergroupid, (user.options & $_USEROPTIONS[invisible]) AS invisible
Replace that with:
SELECT session.userid, username, usergroupid, (user.options & $_USEROPTIONS[invisible]) AS invisible,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
attroll
10-28-2004, 01:46 AM
Man I don't know who keeps moving this thread. This is the third time someone has moved it from one forum to another.
Anyways, Thank you Brian for fixing this for me and everyone else.
Acido
11-10-2004, 10:57 AM
Thanx Brian.
It works for me ;)
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.