1
I made the 'Mastop' editor my default editor (also for dhtml), but now I'm running into trouble with a default block I made to see some content of my smf forum.
This is the block :
echo ' Forum Online Statistieken';
include 'http://www.amevita.eu/forum/SSI.php?ssi_function=logOnline';
include 'http://www.amevita.eu/forum/SSI.php?ssi_function=recentTopics'; echo '';
Before the change this blok worked well (xoops 2.016 site), but now I get an error on a non expected '&' so I think the editor doesn't pass on the pure php code.
Anyone an idea why it doesn't work anymore?