"Read more" variable in news import

capslock 0
From: -
From: -
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

capslock
OP
0
From: -
From: -
"Read more" variable in news import
thank you
thank you

1 Re: "Read more" variable in news import

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

capslock
OP
0
From: -
From: -
"Read more" variable in news import
ok, but where i have to modify the Read More text in $words[REM] variable?
ok, but where i have to modify the Read More text in $words[REM] variable?
1 Re: "Read more" variable in news import

Philipp
From: Austria
Administrator
1342From: Austria
"Read more" variable in news import
You are looking for the following two lines in cadmin/mod_news.php:
and
$words[REM] = Read more
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
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?