Recent Topics

1 Apr 26, 2009 04:57    

My b2evolution Version: Not Entered

If you go to

http://www.comiclist.com/index.php/reviews/

it lists the four "post bottom" widgets:

Adsense (Free HTML)
Share This / Buzz This (Free HTML)
AM Related Posts plugin
Disqus (Free HTML)

Is there any way to not display Post Bottom unless someone is viewing an individual post?

2 Apr 26, 2009 05:05

Edit the following in index.main.php

if( $disp == 'single' )
{
	// -------- "Post bottom" CONTAINER EMBEDDED HERE ---------						
	skin_container( NT_('Post bottom'), array(
			'block_start'	=>	'<div class="PostBottom">',
			'block_end'		=>	'</div>',
		) );
	// ----------------- END OF "Post bottom" -----------------
}

3 Apr 26, 2009 05:23

Genius! Works perfectly. Thank you!


Form is loading...