Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-12-26 12:55:24
- jstur8jv
- Member
- Registered: 2006-12-23
- Posts: 23
Is there a list of all txp "quasi" tags?
I found a post on the board that mentioned the < txp:s /> and < txp:c /> tags that return variables (such as s, and c =).
Is there a comprehensive list floating around of these quasi-tags? Or how would I could look them up myself?
(I understand they aren’t Real Tags and might cause problems.)
Offline
#2 2006-12-26 13:15:56
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: Is there a list of all txp "quasi" tags?
Any function inside TXP can be accessed using the tag structure, whether or not it makes sense to do so depends on the function (most tag functions are in taghandlers.php). I don’t think there is a list of tags other than on TEXTBOOK, but looking in the source files in TXP might tell you what you need to know.
Offline
Re: Is there a list of all txp "quasi" tags?
Here they are.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#4 2006-12-27 11:03:45
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Is there a list of all txp "quasi" tags?
Don’t use “quasi-tags”; there’s a reason why there’s no listing for them. Use page_url instead.
Last edited by Mary (2006-12-27 11:04:00)
Offline