Quote:
Originally Posted by Badshah93
You will need to edit one plugin of Everywhere Sidebar Mod.
Open Plugin " sidebar_global"
Find: (3 times)
Code:
$fullblockid = str_replace('sgdiscussions', 'sgnewdiscussions', $fullblockid);
Add After it:
PHP Code:
$cccache = unserialize($block['configcache']);
if (strpos($cccache['html_template'], 'block_sideblock_poll') !== false)
{
$fullblockid = 'sidebar_poll';
}
I haven't tested it but i expect it to work.
|
Unfortunately that doesn't work