Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Use parse inside an admin plugin
That actually has given me an idea of level
attribute, so in dev your public-side construction could be weirder but faster:
<txp:category_list exclude parent="activites" children break="">
<txp:if_category category level="0">
<optgroup label="<txp:category title />"><+></optgroup>
<txp:else />
<option value="<txp:category />"><txp:category title /></option>
</txp:if_category>
</txp:category_list>
Offline
Re: Use parse inside an admin plugin
Yeah
Nice code it s neater than before 👏
Offline