MyBB Community Forums

Full Version: change this section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi another help required how i can show this line at below the new thread at bottom instead at top

User(s) browsing this forum: AKT*, 2 Guest(s)
(2010-07-29, 12:01 PM)AKT Wrote: [ -> ]hi another help required how i can show this line at below the new thread at bottom instead at top

Below New Thread at the bottom?
Like the lower button of New Thread?

Then go to forumdisplay_threadlist and find
<div class="float_right" style="margin-top: 4px;">
	{$newthread}
</div>

Right after it, add
<div class="float_right" style="margin-top: 4px;">
	{$newthread}
</div>
<div class="float_left" style="margin-top: 4px;">
{$usersbrowsing}
</div>

But remove the other {$usersbrowsing} too Wink
my question is i want to remove this line from top and want to place at bottom below new thread button
Yes, that was what I explained.
thanks this line add in bottom but i m not able to find {$usersbrowsing} to remove from top , how to remove this line from top
That is in forum display templates, somewhere.
See there.
Also how to display this in thread at below quick reply
hi found that and remove the same thanks for support but now i want to show this line under quick reply in which template i need to add these code