Add sidebar to showthread in mybb template - 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: Add sidebar to showthread in mybb template (/thread-221676.html) |
Add sidebar to showthread in mybb template - iifeskilz - 2019-01-25 Mybb theme supports sidebar in index and portal but now showthread. Was wondering if there was a code to add sidebar to be visible in every thread post. Thanks RE: Add sidebar to showthread in mybb template - Waleed B. - 2019-01-26 <div style=“display:inline-block;width:60%”>insert showthread contents here</div> <div style=“display:inline-block;width:35%”>insert sidebar content here</div> |