Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Reassuring updates on the development version!
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
Re: Reassuring updates on the development version!
Indeed! Go Ruud and Wet, some really good stuff in there.
Shoving is the answer – pusher robot
Offline
#3 2008-05-07 14:57:53
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: Reassuring updates on the development version!
Container tags for article and article custom!!!
Last edited by FireFusion (2008-05-07 14:58:30)
Offline
Re: Reassuring updates on the development version!
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. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#5 2008-05-07 15:59:15
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: Reassuring updates on the development version!
FireFusion wrote:
Container tags for article and article custom!!!
What’s a container/do?
Offline
Re: Reassuring updates on the development version!
lee wrote:
What’s a container/do?
Silly user, TxP is for geeks ;)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
#7 2008-05-07 17:30:59
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: Reassuring updates on the development version!
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
Re: Reassuring updates on the development version!
Offline
#9 2008-05-07 17:32:17
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: Reassuring updates on the development version!
I’m praying for the ability to call sticky and live articles from the same article tag.
Offline
#10 2008-05-07 18:11:32
- lee
- Member
- From: Normandy, France
- Registered: 2004-06-17
- Posts: 831
Re: Reassuring updates on the development version!
FireFusion wrote:
It means rather than having to use…
Thanks
Offline
Re: Reassuring updates on the development version!
Note that there’s no need to set the plugin order in your plugin unless your plugin must be loaded earlier or later than other plugins. Most plugins do not need this.
Offline
Re: Reassuring updates on the development version!
I just saw the new tags, variable and if_variable. How would one use it? Perhaps examples of this can be added to the wiki soon?
In fact, I never understoond what the rsd tag was good for.
Thanks for the new updates!
Offline