Recent Topics

1 Nov 19, 2008 16:22    

My b2evolution Version: 2.4.5

Dudes:

I have migrated from 1.10 to 2.45. So far, so good, but i´m still struggling with some layout things.
Please, check this (temp) b2evo site:

http://cpanel.gragoata-mindnet.com.br/~sobrena/

1) At the first post, you can see a link displayed just below the post title. That´s the thing I want to get rid of.
On 1.10, the post title linked to that address. On 2.45 i´ve set b2evo to do the same, but I couldn´t get the link display removed.

2) ALSO, please note that Permalink icon (the little page icon) is aligned to the RIGHT, instead of LEFT with the other post footer elements.

Any help will be much appreciated.

Thanks
Sergio

2 Nov 22, 2008 05:19

there is a file called; "_item_content.inc.php"

in there, look for this code:

// URL link, if the post has one:
		$Item->url_link( array(
				'before'        => $params['before_url_link'],
				'after'         => $params['after_url_link'],
				'text_template' => '$url$',
				'url_template'  => '$url$',
				'target'        => '',
				'podcast'       => '#',        // auto display mp3 player if post type is podcast (=> false, to disable)
			) );

you can remove that...

Better yet, make a copy of this file, and copy it to your skin folder. Your skin will automatically pick it from there. This way, you won't break the core file itself.

3 Nov 24, 2008 02:32

Thanks esanchez!!

By the way... did you notice my second issue, about the permalink icon? Any clues?

4 Nov 24, 2008 09:08

Crack open you skins style.css and add the following to the bottom.

a.permalink_right{
float:none;
}

¥

5 Nov 28, 2008 14:22

Thanks, Yabba. Worked great.


Form is loading...