rinse, repeat - Plugin tags look inside for other tags and parse those first, recursively - This order can be reversed with parse="inward" on any plugin tag
code in {if ...} {if:else} {/if} conditionals, which impacts performance - Solution: use PHP on input to handle conditionals, thus only generating EE code that should be parsed Example #1
- Problem: {exp:channel:entries} tag cannot do this out of the box - Solution: use PHP on input to get entry_ids and feed those to the {exp:channel:entries} tag Example #3
cannot do this out of the box or without third party software - Solution: hijack Referrer module and use PHP in the 404 template to add records to the database Example #4
post, post, banner, post, post, banner...) - Problem: cannot do this elegantly out of the box - Solution: use PHP on output to store banners in array and display them at the right position Example #5
impossible out of the box - Solution part 1: use PHP on input to catch form and generate a custom URL - Solution part 2: use PHP on input to read segments and set parameters in RSS feed Example #6