Quote:
Originally Posted by SaN-DeeP
hi do u want me to add those 2 lines to the index.php and global.php ?
i have added a comma to second last line.
|
Only in your index.php. And the end should look like this:
PHP Code:
'forumhome_todayloggedinuser',
'forumhome_todayloggedinusers'
);
and NOT like this:
PHP Code:
'forumhome_todayloggedinuser',
'forumhome_todayloggedinusers' ,
);
No comma in the last line.
Cheers,