Topic: Automatic replace a word when posting a news?
Hi!
How can I make it, so Cutenews replaces a word in my posts to another word? For example if im writing "Hi" in my blogpost, i want it to be replaced with "Hello"?
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → Automatic replace a word when posting a news?
Hi!
How can I make it, so Cutenews replaces a word in my posts to another word? For example if im writing "Hi" in my blogpost, i want it to be replaced with "Hello"?
Hi!
How can I make it, so Cutenews replaces a word in my posts to another word? For example if im writing "Hi" in my blogpost, i want it to be replaced with "Hello"?
Dear User!
Please try in
./inc/functions.inc.php
functin replace_news(....)
to make compliance with the replacement of words in the array $find
to the
$replace, for example, add to $find "Hi", and to $replace "Hello"
/* 16 */ "'\[list\]'i",
/* 17 */ "'\[/list\]'i",
/* 18 */ "'\[\*\]'i",
"'{nl}'",
Add
"~Hi~i", // Here ~ and i are required
Then
/* 18 */ "<li>",
"\n",
Add
"Hello"
Dear User!
Please try in
./inc/functions.inc.php
functin replace_news(....)to make compliance with the replacement of words in the array $find
to the
$replace, for example, add to $find "Hi", and to $replace "Hello"
/* 16 */ "'\[list\]'i",
/* 17 */ "'\[/list\]'i",
/* 18 */ "'\[\*\]'i","'{nl}'",
Add
"~Hi~i", // Here ~ and i are requiredThen
/* 18 */ "<li>",
"\n",
Add
"Hello"
Thanks alot! Great support!
Can't you just use Ctrl + H? I though it is the same combination for most of the text programs. Anyway, I would rather worried about the proofreading. Here is a link to do it quickly breezewriting.com. Mistakes are like a snowball rolling down the mountain. Its target is your reputation.
if you've got some problems with your writings https://best-essay-service.org will help you
CutePHP Forums → Problem Solving / Help & Support → Automatic replace a word when posting a news?
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.