Page 1 of 1

change more link

Posted: Tue 24. Nov 2009, 09:28
by slinkyomeara
hello i have enabled the "more link option" as seen in the attached image. How can I change the more symbol from the ">>" to whatever i like?

Re: change more link

Posted: Tue 24. Nov 2009, 10:02
by hausmeister
slinkyomeara wrote:hello i have enabled the "more link option" as seen in the attached image. How can I change the more symbol from the ">>" to whatever i like?
have a look in the conf.template_default.inc.php

der hausmeister

Re: change more link

Posted: Tue 24. Nov 2009, 10:05
by flip-flop
Hi,

-> conf.template_default.inc.php

or in your own template for article lists.
-> copy the default template
/template/inc_default/article_summary_list.tmpl
to
/template/inc_cntpart/articlesummary/list/my_new_list_template.tmpl

And change what you like between [MORE].....[/MORE]

Code: Select all

[MORE]<a href="{ARTICLELINK}"{TARGET}>{MORE}</a>[/MORE]
(And bind it to your articles).

Knut