Recent Topics

1 Dec 07, 2010 07:39    

My b2evolution Version: 3.3.3

I'm having a problem where when I click on a post title, it takes me to the post but the title is listed twice, right on top of each other. Is there a way to fix this? Example: http://www.humanrally.com/blogs/index.php/2009/12/22/jiddu-krisnamurti-i-love-this-clip (or any other post on http://www.humanrally.com/blogs/index.php)

2 Dec 07, 2010 09:43

remove:


	<?php
		// ------------------------ TITLE FOR THE CURRENT REQUEST ------------------------
		request_title( array(
				'title_before'=> '<h2>',
				'title_after' => '</h2>',
				'title_none'  => '',
				'glue'        => ' - ',
				'title_single_disp' => true,
				'format'      => 'htmlbody',
			) );
		// ----------------------------- END OF REQUEST TITLE ----------------------------
	?>


in index.main.php

3 Dec 07, 2010 09:51

Perfect - thanks!


Form is loading...