1
Hi everyone,
I have a problem to install "smartproject" on last XOOPS version.
I have to make 3 hacks for make it works, but i can't do the 3rd :
le="color: #000000"><?php 3- class/module.textsanitizer.php ================================= Edit the file class/module.textsanitizer.php in the root of your XOOPS site and locate these lines, around line 292 $text = $this->makeClickable($text); if ($smiley != 0) { // process smiley $text = $this->smiley($text); } if ($xcode != 0) { After these lines insert the following code : /** * Hack by marcan <INBOX> * Adding SmartObject Adsense Feature */ if (function_exists('smart_sanitizeAdsenses')) { $text = smart_sanitizeAdsenses($text); } /** * End of Hack by marcan <INBOX> * Adding SmartObject Adsense Feature */
The class files organisation have been modified and so i don't know how and where make changes...
If you have any idea, thank you very much !!!
PS : i need smartobject to make my other smartmodules work...