change more link

post everything related to phpwcms templates here
Post Reply
slinkyomeara
Posts: 24
Joined: Tue 16. Sep 2008, 03:26

change more link

Post 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?
Attachments
image2.jpg
image2.jpg (8.55 KiB) Viewed 10772 times
hausmeister
Posts: 219
Joined: Thu 18. Dec 2008, 12:45

Re: change more link

Post 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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: change more link

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply