Recent Topics

1 Sep 28, 2008 20:57    

My b2evolution Version: 2.x

Hello,

I'm helping put together a new b2evo v2 blog, but the source code is different to my own b2evo 1.9.2 blog - so I need a little bit help...

On the impressum page (http://rpg-blog.net/index.php/2008/09/16/about-rpg-blog) the headline appears twice; how can i disable this?

Thanks very much...
Daniel

2 Sep 28, 2008 21:10

most likely you have sth like <h2><?php $Item->title(); ?></h2> out side your post loop

3 Sep 28, 2008 21:26

Yeah, but I only want to delete the double "impressum" line on the linked page above... I don't want to delete the general headlines...

4 Sep 28, 2008 21:33

internal one within the post loop will display, just delete the one between #content and #main not the one inside the #content

5 Sep 28, 2008 23:33

Hah... it's working now...

I removed now the following from the index.main.php file, which I found in the used skin directory...

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

Hopefully I now have only deleted the double headline and nothing else...

Or can I only change any of the above variables and not deleting the whole paragraph.

Thanks tilqicom for the help!
Daniel

6 Sep 29, 2008 00:19

not at all daniel.. you dont have to worry, that was the one


Form is loading...