Select every alternate post.

madshark

Member
Is there any way for me to use a conditional and select every other post in xenforo?

i.e In VB I used the code

PHP:
<vb:if condition="$post['postcount'] % 2 == 0">

From here I could for example specify two different css declarations and style alternate posts in different colours.

Thank You
 
I tried it but the boxes and stuff aren't, I don't know how to explain it. The message border actually is just that single small bar above the posts so that won't work because I want it to wrap around the content only. Not everything.

I'm still playing with the settings but so far, I've made no actual progress.
 
Top Bottom