1
Hello,
As we know xoopsCodeDecode function replace XoopsCodes with their equivalent HTML formatting.
But can I use it to replace any text ? for example replace any XOOPS with CMS inside all the articles of news module or replace align="right" with style="float:right".
I need to know what is these signs and codes meaning ?
$patterns[] = "/\[code](.*)\[\/code\]/esU";