Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: if_version tag?
ax wrote #293009:
amazingly simple application logic can be generated, which rests upon highly intelligent plugins and would otherwise require much expertise and programming efforts.
That’s what we love about it :-)
Theses benefits of Textpattern over competing CMS could be explained more clearly on the Textpattern homepage.
I agree. Care to throw digital rocks at Phil and see if it can be folded into the new site?
Or perhaps better, write us a blog post about it and we’ll stick it on the .com
site.
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
#14 2015-07-10 14:53:04
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: if_version tag?
Offline
Re: if_version tag?
I wrote a plugin that output a version number in 2005 but it didn’t include a conditional. But I was curious how the coding worked.
<txp:mkp_if_version version="4.5.7">
<meta name="Textpattern" content="<txp:mkp_version />" />
<txp:else />
<meta name="Textpattern Classic" content="<txp:mkp_version />" />
</txp:if_variable>
Offline