Mar 15, 2012, 11:04 AM
Mar 15, 2012, 11:13 AM
Quote:plugin file needs to be edited for modifying the side boxes width ; find all occurrences of <td width="200" & change it ..
Mar 15, 2012, 11:45 AM
Wow, thank you so much, I've been searching forever. 

Mar 15, 2012, 12:01 PM
See people will help
the forum isnt dead.
Long live MyBBCentral

Long live MyBBCentral

Mar 15, 2012, 01:13 PM
but as teluguresearcher says. The plugin files need to be changed to sidebar properties as the MySideBoxes plugin doesnt edit or create templates.
Mar 15, 2012, 01:20 PM
In the plugin file find this line a few times:
<td width="200" valign="top">
Alter the 200 to be whatever width you'd like.
Next version I'll make it a setting along with some other improvements.
<td width="200" valign="top">
Alter the 200 to be whatever width you'd like.
Next version I'll make it a setting along with some other improvements.
Mar 15, 2012, 01:22 PM
(Mar 15, 2012, 12:01 PM)BleepyEvans Wrote: [ -> ]See people will helpthe forum isnt dead.
Long live MyBBCentral
Haha, I'm surprised that someone did... I had posted this thread in various different areas because I haven't seen much activity here at MyBB Central lately but I'm glad I ended up posting it here and getting a response here. Long give MyBB Central!
(Mar 15, 2012, 01:20 PM)labrocca Wrote: [ -> ]In the plugin file find this line a few times:
<td width="200" valign="top">
Alter the 200 to be whatever width you'd like.
Next version I'll make it a setting along with some other improvements.
Thanks labrocca and awesome, that will definitely be a great addition to the plugin.

One more question however;
How would I add a bit of margin to the left side of the sidebar?
Mar 15, 2012, 06:01 PM
(Mar 15, 2012, 01:20 PM)labrocca Wrote: [ -> ]In the plugin file find this line a few times:
<td width="200" valign="top">
Alter the 200 to be whatever width you'd like.
Next version I'll make it a setting along with some other improvements.
I think a jQuery collapse would be nice. Im currently using one hard coded into the templates which isnt great, but it works.
Mar 15, 2012, 09:24 PM
Ah yeah, collapse would definitely be nice.
Does anyone know how to increase the left margin?
Does anyone know how to increase the left margin?
Mar 15, 2012, 10:44 PM
between the forum and the sideboxes?
Same as before i supose, just search the plugin file for the CSS margin-left:
I dont use the plugin so I dont the exact code.
Same as before i supose, just search the plugin file for the CSS margin-left:
I dont use the plugin so I dont the exact code.