Quote:
Originally Posted by BRotondi
Hi Almannai
1002 Thanks for all your engagement!
Now that I can select, which blocks will be visible, it would be very nice to have the sidebar everywhere. Especially on content.php, but also e.g. on editpost.php.
Regards, Bruno
|
I don't know if this is advisable. To show forum sidebar on content page means we need to disable content sidebar(If it is possible! don't know yet, I will see).
For editpost.php it should work. Are you sure it is not working there?
Quote:
Originally Posted by SemperFideles
I have the User's Online Block Mod installed ( https://vborg.vbsupport.ru/showthread.php?t=233965)
For some reason it works on FORUMHOME but not on any other sections with this Mod. All my other custom Forum Blocks are working except this one.
Does anyone have any ideas as to why this one Block won't display?
|
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