MyBB Community Forums

Full Version: Advanced Sidebox 2.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sounds interesting Wildcard - do you have a link to that code?
Here ya go Lee: https://github.com/mybb/mybb/issues/139

I still haven't tested it but it does seem to make sense.

EDIT: The code is for MySQL
is there anyway to get some space between the forum categories and side boxes

[Image: ss_index_both_zps77261095.gif]

Thnx

BB
Hello,
This plugin has compatibility issues with some themes like the Business theme, It won't display any boxes nor work at all on the forum display page :/
Same as the user above, I use ChowSpace.
And that's why it has a manageable scripts page where you're supposed to change start/end and maybe template too.
Hello Wildcard,

I have put a slideshow in. The images are 160x90, however the box is putting a lot of padding above and below the show. It looks like it is expecting square images perhaps? Is there some way to have the padding just a few pixels above and below, regardless if it is square or not...?
It's not expecting square images, it's set square because the <div> width and height based on sidebar's width. To change that now, you need to edit jscripts/asb/Slideshow.js:
			width: this.options.size + 'px',
			height: this.options.size + 'px',
replace with:
			width: this.options.size + 'px',
			height: '90px',

In future the JS options will be in template, I also created an issue to divide size option into height and width: https://github.com/WildcardSearch/Advanc...issues/208
Help!
[Image: 8fa1758d232445e14706014d5597f7cf.png]
Why is the box appearing on either top or bottom of the page? It's not appearing on sides.
How i change sidebox width px? I changed on plugin settings but not work.