MyBB Community Forums
Advanced Sidebox - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Advanced Sidebox (/thread-207419.html)



Advanced Sidebox - SFX - 2017-01-14

Hello i install the Advaaced Sidebox plugin.But before this i made an manual sidebox.I want to pot the rest of sidebox after the Counter-Strike sidebox.What can i do ?

http://image.prntscr.com/image/12593bf152eb4339b4060d925cb3dce0.png


RE: Advanced Sidebox - Darkrad - 2017-01-14

Is Counter Strike sidebox a part of Advanced Sidebox? if not, remove it and add it as a part of Advanced Sidebox.


RE: Advanced Sidebox - SFX - 2017-01-14

Not it's not but if you see is looking more good tha advanced sidebox.I want to pot the Advanced sidebox in same style


RE: Advanced Sidebox - Wildcard - 2017-01-14

Hi SFX,

Sorry you are having problems.

Darkrad has the right idea. You need to remove the custom sidebar and re-create it using this plugin.

(2017-01-14, 10:13 AM)SFX Wrote: I want to pot the Advanced sidebox in same style

The main differences I see are that your custom box doesn't use the expanders. To change that in ASB, go to ACP -> Configuration -> ASB Settings: and set Show Expand/Collapse Icons? to NO

...and that the titles are centered. To change that go to ACP -> Templates & Styles -> [Your Theme] -> global.css -> Advanced Mode and add this code:

#asb_left_column_id td.thead, #asb_right_column_id td.thead {
	text-align: center;
}



RE: Advanced Sidebox - SFX - 2017-01-14

Man if you see the position of my custom sidebar is under the shoutbox and more colser with the forum.


RE: Advanced Sidebox - Wildcard - 2017-01-14

This plugin can be customized.

Read this: https://github.com/WildcardSearch/Advanced-Sidebox/wiki/FAQ#side-boxes-are-in-the-wrong-place


RE: Advanced Sidebox - SFX - 2017-01-14

Maybe in the next update his come with this function.


RE: Advanced Sidebox - Wildcard - 2017-01-15

(2017-01-14, 09:46 PM)SFX Wrote: Maybe in the next update his come with this function.

I'm not sure what you mean. You can customize the output in many, many ways. With a little effort, you can make it look like you want.