MyBB Community Forums

Full Version: [BootBB] Post responses don't show indented in threaded mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there.

I'm running BootBB 2.5 on MyBB 1.8.20.

I prefer to use "threaded view" when using the forum. I've noticed that messages responses don't show indented as it is supposed to.
https://foro.guitarravallenata.com/showt...d=32#pid32

To understand the issue better, view the same thread with a different theme, say Default theme and notice the difference.
To me, it looks very same, can you mark it on a screenshot so that difference is easy to know ?
(2019-05-06, 07:00 AM)WallBB Wrote: [ -> ]To me, it looks very same, can you mark it on a screenshot so that difference is easy to know ?

This is how it looks like with MyBB default theme

This is with BootBB
templates : showthread_threaded_bit & showthread_threaded_bitactive

staring div element should have left margin like below
<div style="margin-left: {$indentsize}px;">
(2019-05-07, 03:47 AM).m. Wrote: [ -> ]templates : showthread_threaded_bit & showthread_threaded_bitactive

staring div element should have left margin like below
<div style="margin-left: {$indentsize}px;">


Issue resolved.

Thank you!
(2019-05-07, 03:47 AM).m. Wrote: [ -> ]templates : showthread_threaded_bit & showthread_threaded_bitactive

staring div element should have left margin like below
<div style="margin-left: {$indentsize}px;">

Thank you!

I will include this fix in the next version of BootBB.