change more link
-
- Posts: 24
- Joined: Tue 16. Sep 2008, 03:26
change more link
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?
- Attachments
-
- image2.jpg (8.55 KiB) Viewed 13775 times
-
- Posts: 219
- Joined: Thu 18. Dec 2008, 12:45
Re: change more link
have a look in the conf.template_default.inc.phpslinkyomeara 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?
der hausmeister
Re: change more link
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]
(And bind it to your articles).
Knut
-> 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]
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )