Quote:
Originally Posted by Luerssen
ESidebar's code are so f... ugly... btw:
If you're using HTML blocks (especially <li> tag), you could notify that 1.5.0 broke your footer. Here's how to fix this:
Go to Plugins -> Modules, find module "sidebar_global", edit it:
Find
PHP Code:
$fullblocks = explode('<li>',$sidebar_str);
Replace with
PHP Code:
#$fullblocks = explode('<li>',$sidebar_str);
# fix by Arhivarius @ Forum-Grad
$fullblocks = preg_split("/<li>\s+<div class=\"block/i", $sidebar_str);
|
Is it me or is this reply ugly in nature? Maybe I missed something.
Quote:
Originally Posted by stb74
I have just updated my forum to 4.1.11 and its now showing the sidebar at the bottom of the forum. I have a custom theme but when I checked the default theme its the same there too.
|
Go back through the thread and you should see where some people have posted a fix. I had to do it as well.