Recent Topics

1 Jul 12, 2009 02:03    

My b2evolution Version: 2.4.6

What changes do I make to enable the Permalink anchor text to reflect the title of the post rather than the Tooltip-like "Permanent link to full entry"?

Thanks.

2 Jul 12, 2009 08:32

Find the following code in your skin and add the 'title' param

$Item->permanent_link( array(
		'text' => '#icon#',
		'title' => format_to_output( $this->title, 'htmlattr' ),
	) );

3 Jul 14, 2009 00:56

Thanks for the reply.

Comments and Trackbacks (feedbacks?) are the only ones I can find that have that line in their code though. Where would I put that in order to affect the Permalinks?

Thank you.

4 Jul 14, 2009 01:05

Sorry, I posted the wrong code :oops:

Now fixed


Form is loading...