Recent Topics

1 Oct 29, 2009 18:03    

I am wondering if you can remove the flag displayed beside each post?
I have tried installing the swedish language pack, but it doesnt work (too old?). So now there is an american flag beside each post which looks strange since its in swedish - any way to remove it?

2 Oct 30, 2009 01:27

it's skin related... tell us which skin you are using or look for sth like:

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

and remove these lines in your index.php (and/or posts.main.php)

4 Oct 30, 2009 13:22

like i said,

remove

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

to get rid of the flag display, it is around line 194-197 in 'index.php' for the 'custom' skin


Form is loading...