Light-Pix Wrote: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.Code:echo '<p style="background:burlywood;">i18n Gallery content: '.$content.'</p>';
Try removing the dominion plugins. Their regular expressions for matching the (% ... %) will only work correctly, if there is only one such expression on the page:
Code:
'/\(%(.*)dcart(.*):(.*)%\)/i'
Code:
(% gallery ... %) ... dcart ... (% mp3 ... %) ... (% contact ... %) ... (% gallery name:test %)