2011-11-05, 19:06:51
Soo, little status update:
The page has moved to: HERE.
The problem seems to be that the 'content' filter is fired after the content is displayed (with exception of the i18n gallery). I've added an output for each plugin which uses this filter:
at the beginning of the method and it shows the problem quite clearly, I think.
Debug mode is on an no errors in sight :/
Anyone know how to fix this problem?
And thank you all for your help so far, especially Connie
The page has moved to: HERE.
The problem seems to be that the 'content' filter is fired after the content is displayed (with exception of the i18n gallery). I've added an output for each plugin which uses this filter:
Code:
echo '<p style="background:burlywood;">i18n Gallery content: '.$content.'</p>';
Debug mode is on an no errors in sight :/
Anyone know how to fix this problem?
And thank you all for your help so far, especially Connie