You are not logged in.
I just wanted to say I’m glad there has been so much recent activity on the pre 4.0.7 version. Thanks to everyone involved!
http://code.google.com/p/textpattern-cms/source/list
Last edited by typeshige (2008-05-06 19:02:33)
Offline
Container tags for article and article custom!!!
Last edited by FireFusion (2008-05-07 14:58:30)
Offline
I concur… go go go!
FYI, there is an updated version of the ied_plugin_composer written and ready for testing by brave individuals at the bleeding edge of TXP. It rolls in the new plugin load order capability and generates/reads the updated template.
Give me a day or so to download an SVN copy of TXP and run the plugin through its paces, after that I’ll open the floor for testing. Any plugin authors interested in a pre-4.0.7 copy to update their own plugins, give me a shout.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern.
Txp Builders – finely-crafted code, design and Txp
Offline
FireFusion wrote:
Container tags for article and article custom!!!
What’s a container/do?
Offline
It means rather than having to use a form to set how the article is going to be displayed I can put it in the same form/page I called it from. Like this.
<div="nav_main">
<txp:article_custom section="articles">
<li><a href="<txp:permlink />"><txp:title /></a></li>
</txp:article_custom>
</div>
Offline
Offline
I’m praying for the ability to call sticky and live articles from the same article tag.
Offline
FireFusion wrote:
It means rather than having to use…
Thanks
Offline