Hi!
I need a {BREAK} tag that would be able to act as a replacement for <!--break-->. However, RepTags obviously outputs <!--break--> directly to the browser, so it doesn't have the effect of separating the teaser from the body. How can I force Drupal to re-process the node so this tag is interpreted properly?

Comments

profix898’s picture

Thats not possible without hacking node.module. The node is split up at the break delimiter when the node form is submitted. However reptag runs after that on the resulting body/teaser parts.

mesca’s picture

Status: Active » Closed (fixed)

Ok, that was I thought, but I don't want to hack node.module since it won't help with maintenance and upgrades...
I will find another way.
Thanks!