Recent Topics

1 Mar 13, 2009 19:26    

My b2evolution Version: 2.x

http://img79.imageshack.us/img79/4712/problem.gif

every post has the flag.

how do i take the flag off???

2 Mar 13, 2009 19:38

xjayq wrote:

My b2evolution Version: 2.x

http://img79.imageshack.us/img79/4712/problem.gif

every post has the flag.

how do i take the flag off???

Open the following files:
page.main.php or page.inc.php
posts.main.php or posts.inc.php
single.main.php or single.inc.php

Look for something like this:


$Item->locale_flag( array(
		'before'    => ' ',
		'after'     => ' ',
		'class'		=> ' ',
	) );

Delete it, then re-upload the files.

Depending on your skin, not all or only 1 of those files have that flag code bit.

Reply back if it works ^_^

3 Mar 13, 2009 19:47

thanks Laibcoms
im trying

5 Mar 13, 2009 19:59

xjayq wrote:

works perfectly

cool. glad to be of help ^_^


Form is loading...