View Full Version : Currently Active User problem
johnrizz
10-26-2008, 02:38 AM
At Currently Active Users: below on my forum, the names of my members are for some reason all butted together as one. There suppose to be a courser separating each name but its missing, I do have modes installed so I'm not sure if this is doing it. Any help to fix this would be helpful? :D
John.
Lynne
10-26-2008, 03:08 AM
To see if it's a mod, disable them and see.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
To see if it's a style issue, create a new style with no parent - Styles & Templates > Style Manager > Add New Style > no parent - then browse the site using that totally default vbulletin style - do you still have the same problem?
johnrizz
10-26-2008, 04:37 PM
Lynni thnks! Did the 'DISABLE_HOOKS' with no change. It has to be a style problem now, any ideas, what files to look at for this?
John
snakes1100
10-26-2008, 05:34 PM
Sorry, but this isnt a template issue as "$activeusers" list isnt built in a template, its built via the db.
Please verify all your php files are correct, if you edited any files, reupload the default php file(s) in ascii.
Dont believe its a db issue either, seeing as u didnt provide a picture to view the issue, its only a guess, but you could also check the db for corruption and try a repair.
Lynne
10-26-2008, 05:46 PM
Sorry, but this isnt a template issue as "$activeusers" list isnt built in a template, its built via the db.
Actually, they changed the way they spit out the names between 3.6 and 3.7 and I seem to recall that the template for the names changed due to the code change. So, if he is currently using vb 3.7 and has some old 3.6 code for the names or a 3.6 template for the names, that could be causing the problem.
snakes1100
10-26-2008, 05:55 PM
Yup, my mistake, it is getting the space & comma from the template system now.
forumhome_loggedinuser
johnrizz
10-26-2008, 09:13 PM
Thanks guys! I am using 3.7, in the upgrade from 3.6 this went bad, Its fix now! haha..
I have two forum so what I did was changed out the code from forumhome_loggedinuser in my working board with the corrupted code, all better now! thnks bigtime for all your help!
John
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.