Recent Topics

1 Apr 22, 2009 00:52    

My b2evolution Version: Not Entered

I'm really struggling with figuring out where the "Read More" and particularly the "Follow Up" is defined in 3.x. I feel like it should be in skins/_item_content.inc.php, but if it is I can't figure out how to fix it based on the documentation manual:

http://manual.b2evolution.net/Change_the_read_more_icon

Can anyone point me to where the file is I need to edit to change "Follow Up" to something else?

Thanks!

2 Apr 22, 2009 01:09

'anchor_text' => 'My custom follow up text',

example(yes, it's in _item.content.inc.php):

		$Item->more_link( array(
				'force_more'  => $params['force_more'],
				'before'      => $params['before_more_link'],
				'after'       => $params['after_more_link'],
				'link_text'   => $params['more_link_text'],
				'anchor_text' => 'My custom follow up text',
			) );

[url=http://forums.b2evolution.net/viewtopic.php?t=15908]source[/url]

[url=http://www.google.com/search?hl=en&q=change+read+more+text+site%3Aforums.b2evolution.net&btnG=Google+Search&cts=1240354849761&aq=f&oq=]search method[/url]

3 Apr 22, 2009 04:00

Ah ... thanks also for posting the search method -- I had tried a site specific google search for "read more defined" " but it didn't turn up the results (at least not on the first page of results)..

Very helpful and now I like the Tilqi version of b2evo even more :) Thank you.

4 Apr 22, 2009 05:16

NealO wrote:

Ah ... thanks also for posting the search method -- I had tried a site specific google search for "read more defined" " but it didn't turn up the results (at least not on the first page of results)..

nice.. it wasn't for you specifically, maybe for some others reading this whom think they could find anything with a phpbb search.. (;


Form is loading...