MyBB Community Forums

Full Version: Page count "under" thread name?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What changes are needed to move the thread count under the thread tittles instead of after it?

This is what we have now
[Image: 25fsmqd.jpg]

This is what i would like
[Image: v3dfr6.jpg]

When you have a long thread name,
it pushes the thread count numbers over and often starts a new line partly.

Does not look very good as you can see here
[Image: 30ubaqh.jpg]

Can someone help me with a fix for this?

Thanks in advance Smile
It may help to post your template.

But I think all you need to do is place a <br /> between the two things (BR = line break).
Thanks for the fast help Zinga

I am using SubBlack Shadow and Light Edition by Hinzir Adam

I tried the <br /> commands , but could not get them to work.
Maybe i am adding it in the wrong code in the template?

I am stumped on this one.. thought it should be very easy to do for me.. i was wrong.. hehe
Could you please post the relevant template?
Thats just it,i am not sure what one of the subblack templates it is you need.
I can post the code if you can tell me what template it is in the subblack it may be using.

Its gotta be the same template where that comes from in all style/themes?

Sorry for not being more helpful Sad

Maybe one of these?
Show Thread Templates
showthread
showthread_inlinemoderation
showthread_inlinemoderation_custom
showthread_inlinemoderation_custom_tool
showthread_moderationoptions
showthread_moderationoptions_custom
showthread_moderationoptions_custom_tool
showthread_multipage
showthread_newreply
showthread_newreply_closed
showthread_newthread
showthread_poll
showthread_poll_option
showthread_poll_option_multiple
showthread_poll_resultbit
showthread_poll_results
showthread_quickreply
showthread_ratethread
showthread_ratingdisplay
showthread_similarthreads
showthread_similarthreads_bit
showthread_threaded_bit
showthread_threaded_bitactive
showthread_threadedbox
smilieinsert
smilieinsert_getmore
stats
stats_thread

I just do not know!
Template would be forumdisplay_thread

Find:
<div><span>{$prefix} {$gotounread}<a href="showthread.php?tid={$thread['tid']}" class="{$inline_edit_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span></div>

Replace with:
<div><span>{$prefix} {$gotounread}<a href="showthread.php?tid={$thread['tid']}" class="{$inline_edit_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a><br />{$thread['multipage']}</span></div>
Thank you very much FirefoxWiz, works perfect.
Both of you have been such a big help to me, what would us mybb dummies do without you?

Thank You!
Glad I was able to help you out!!