Quote:
Originally Posted by Aramist
I have no idea why.... but it doesnt work with "Everywhere Siderbar" Mod.
When i turn off "Everywhere Siderbar" it works fine.
Any Tip?
Ty
|
Open
Plugin Manager in Admincp
Search For
Poll For Forum Sideblock By Ayush
Below that you will see a Cache Templates plugin, click on edit
Replace All with
Code:
$cache = array_merge((array)$cache,array(
'sideblock_polloption',
'sideblock_polloptions_table',
'sideblock_polloption_multiple',
'sideblock_pollresult',
'sideblock_pollresults_table'));
$cache[] = 'block_sideblock_poll';
let me know if this works out as i am using sidebar for index page only.