Actions
Feature #19647
closedChange rendering order of plugins by typoscript
Start date:
2008-11-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Sometimes its necessary to call front end plugins in another order than they have to apply in the code sent to the client.
Examples therefore are right aligned shopping carts in online shops being called before a centered content element potentially filling the cart is called because of floating habits of right aligned objects.
My approach is to define priority values for plugins by typoscript and call them in the order of theyr priority value when rendering the output.
(issue imported from #M9846)
Files
Actions