MyBB Community Forums

Full Version: ¿How to? Show first post of each thread in Threadlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
- Post CENSORED by the user -
This can be done with xThreads, I believe.
http://mybbhacks.zingaburga.com/showthread.php?tid=288
- Post CENSORED by the user -
You don't need an account to download XThreads.
http://mybbhacks.zingaburga.com/showthread.php?tid=288
- Post CENSORED by the user -
- Post CENSORED by the user -
When you install xthreads, it alters your showthread template and changes
	<div id="posts">
		{$posts}
	</div>
into
	<div id="posts">
		{$first_post}{$posts}
	</div>

Then when you edit the forum settings (acp->Forums & Posts->Edit Forum Settings), you will see a new option "Show first post on every showthread page"
- Post CENSORED by the user -
Oh, you want to show th content of the first post of every thread in the threadlist.

In MyBBHacks they already told you a way, the Thread Tooltip plugin works just perfect for this...
Pages: 1 2