This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

"Read more" variable in news import


avatar
capslock 0
From: -
"Read more" variable in news import

i need to change the "Read more" variable in news import but i can't find it anywhere.
Could you tell me where it is located?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: "Read more" variable in news import
avatar
OP 0
From: -
"Read more" variable in news import

thank you Smiling Face
1 Re: "Read more" variable in news import
avatar
0
From: -
"Read more" variable in news import

/cadmin/mod_words.php
1 Re: "Read more" variable in news import
avatar
OP 0
From: -
"Read more" variable in news import

ok, but where i have to modify the Read More text in $words[REM] variable?
1 Re: "Read more" variable in news import
avatar
Administrator
1340
From: Vienna, Austria
"Read more" variable in news import

You are looking for the following two lines in cadmin/mod_news.php:

                        MkArea ("$words[NE]", "newstext1[$n]", "$odescription[$n]nn]$words[REM]");

and

                        MkArea ("$words[NE]", "newstext1[$n]", "]$words[REM]");

$words[REM] = Read more

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.