2011-05-04, 17:15:28
h-sen Wrote:How should I solve my problem? You say I have not read! Thank you
Can you confirm that your provider filters the (% %) when you save the page (submitting the form)?
If this is the case, you can add the following lines to /admin/changedata.php (before the comment in line 104):
Code:
$content = str_replace('(=', '(%', $content);
$content = str_replace('=)', '%)', $content);
Then use (= =) in your page and save. Does it work?