Quote:
Originally Posted by deverill2010
Bump Badshah93's can you answer my question please. I'd appreciate it.
|
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.