MyBB Community Forums

Full Version: How to set Repeating topic title in each post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, kindly please help me about how to set Repeating topic title in each post on a thread ?
(2016-02-11, 06:10 PM)MS970 Wrote: [ -> ]Hi, kindly please help me about how to set Repeating topic title in each post on a thread ?

I want to know how to do this too!! I'm overly antsy for an answer!
Are you referring to:

Re: Thread subject

...at the beginning of every post like in MyBB 1.6.x?
(2017-02-21, 09:53 PM)Wildcard Wrote: [ -> ]Are you referring to:

Re: Thread subject

...at the beginning of every post like in MyBB 1.6.x?

Yes, exactly!
(2017-02-21, 09:53 PM)Wildcard Wrote: [ -> ]Are you referring to:

Re: Thread subject

...at the beginning of every post like in MyBB 1.6.x?

im looking for same thing i hope its possible
You just need to add:

<div>
	<strong>{$post['subject']}</strong>
</div>

to the postbit and postbit_classic templates. To emulate MyBB 1.6.x, place it just above the post message div