Lynne,
I figured out that the User's Online Block does, in fact, work. What troubled me is that I have the Everwhere Sidebars Mod installed. All my custom forum blocks display on other pages than FORUMHOME but the User's Online Block does not.
The Mod writer for Everywhere Sidebars noted this:
Quote:
Originally Posted by almannai
That is a nice mod from Lynne.
It will not work because Lynne is restricting the mod for forumhome only in second step
PHP Code:
if (THIS_SCRIPT == 'forum') { $cache[] = 'block_users_online'; }
I think if you disable the if condition it will work. Better to ask Lynne
Regards, Khalid
|
I tried removing the conditional but it did not work. Do you have any idea why the User's Online Block won't work on other areas of the board other than FORUMHOME?