Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-09-04 11:17:57
- dr.pearson
- New Member
- Registered: 2008-09-04
- Posts: 1
permlink issue in v4.0.5
When using permlink in the following format (as shown as an example in the documentation)
<notextile>
<a href=”<txp:permlink />”>your link text</a>
</notextile>
the returned code is
<code>
<p><a href=“http://www.mysite.org/views“>your link text</a></p>
</code>
which corrupts the rest of my article.
Any suugestions as to the cause?
Offline
Re: permlink issue in v4.0.5
The cause is Textile Markup not Textpattern itself.
For inline usage:
==<a href="<txp:permlink />">your link text</a>==
Works while it is middle of line surround by spaces, or other letters:
<txp:permlink>your link text</txp:permlink>
For block usage:
notextile. <a href="<txp:permlink />">your link text</a>
And to notify, please update your Textpattern version. 4.0.5 is old.
Offline
Pages: 1