MyBB Community Forums

Full Version: Is there away to..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Howdy i'm wondering where is the html located for this (Threaded mode and Linear mode)
[Image: a751c1cacbd2f29fd70baf5631904379.png]

And is there a way to separate the posts?  
[Image: 63e231b4dd9a9d95b7e59dc7b71d9005.png]
showthread template
<div class="float_right">
<span class="smalltext"><strong><a href="javascript:;" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
</div>

for posts separation, you can add a break line <br /> at the bottom of the both postbit templates
(2015-03-03, 01:54 AM).m. Wrote: [ -> ]showthread template

<div class="float_right">
<span class="smalltext"><strong><a href="javascript:;" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span>
</div>

for posts separation, you can add a break line <br /> at the bottom of the both postbit templates

In the showthread template would it be possible to implement links with the other 2?

and this is what i get when i put a <br/> in the postbit:
EDIT: This is has been solved Smile