Log in

View Full Version : Themeing Question


Xiris
04-05-2007, 04:15 AM
Hello, I was wondering if there are currently any hacks developed to, or simply if there is a feature to do this:

(Using Legacy Postbit) On the first post of the thread, the "User Information" in on the left, and the post on the right. However for the next post, the "User Information" will be on the right, and the post on the left.

If that does not make sense, an example on a PHPBB board can be found here: http://www.foundationsofhope.com/modules.php?op=modload&name=phpbb2&file=viewtopic.php&t=164

Hope to get some answers, and thanks for any I recieve!

- Xiris

WetWired
04-05-2007, 04:54 AM
You can use the conditional
<if condition="$post[postcount]==1">First post version<else />other post version</if> in your postbit_legacy template to have two different versions; I'll leave it to you to create the custom postbit for the first post.