Recent Topics

1 Aug 13, 2007 04:38    

My b2evolution Version: 1.10.2

on the site i'm working on, a post needs to be displayed differently depending on whether it's on the main page listing all the posts or on a page by itself (with comments, etc). Is there an easy way to determine that?

2 Aug 15, 2007 01:07

Yes, there is a way to do it from the skin file (but not in individual posts to my knowledge). Lucky for you I just saw it today so I remembered. Here's what you need to enclose the code in


<?php if( $disp == 'single' ) {
..
..
} ?>


Form is loading...