Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback on the Textpattern 4.0.6 release
Download link is down, what’s the deal?
Offline
Re: Feedback on the Textpattern 4.0.6 release
Is this a regression in 4.0.6 for the txp:site_url used as container tag?
<txp:site_url>Home</txp:site_url>
Bug: Output is the URL only. No link. Simple text as in the single tag usage.
Expected: Output should be in the end: <<< Home >>>
Complete code for an individual article (wrapped the code to be easier to read):
<p>
<txp:chh_if_data><txp:link_to_next><<< Newer</txp:link_to_next></txp:chh_if_data>
<txp:site_url>Home</txp:site_url>
<txp:chh_if_data><txp:link_to_prev>Older >>></txp:link_to_prev></txp:chh_if_data>
</p>
The single tag works as expected
<a href="<txp:site_url />" title="Start">Home</a>
Last edited by merz1 (2008-03-05 16:54:33)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
Re: Feedback on the Textpattern 4.0.6 release
The bug is on the documentation on Textbook, not in the code. The <txp:site_url /> tag is not a container tag. I checked versions 4.0.3 up to 4.0.6… all the same.
Offline
Re: Feedback on the Textpattern 4.0.6 release
Am I the only person who can’t download 4.06? The link is giving me a “not found” error message.
Last edited by aswihart (2008-03-05 18:24:36)
Offline
Re: Feedback on the Textpattern 4.0.6 release
Try downloading here: http://textpattern.com/files/textpattern-4.0.6.zip or http://textpattern.com/files/textpattern-4.0.6.tar.gz
Offline
Re: Feedback on the Textpattern 4.0.6 release
thanks ruud, those worked
Offline
#67 2008-03-06 07:38:08
- kostas45
- Member
- From: Greece
- Registered: 2007-11-08
- Posts: 61
Re: Feedback on the Textpattern 4.0.6 release
aswihart wrote:
Am I the only person who can’t download 4.06? The link is giving me a “not found” error message.
In fact, ALL links from home to textpattern.com give “not found” errors…!
-K
Offline
#68 2008-03-06 08:48:43
- deepstereo
- New Member
- From: Kiev
- Registered: 2006-07-04
- Posts: 5
Re: Feedback on the Textpattern 4.0.6 release
true, the weblog isn’t available either
Offline
Re: Feedback on the Textpattern 4.0.6 release
deepstereo wrote:
true, the weblog isn’t available either
Well that’s true – partly. Yes they are available, if you use messy urls. There is something wrong with clean urls, nothing more.
In example, you can use:
http://www.textpattern.com/?s=weblog
http://www.textpattern.com/?id=313
I hope that helps.
Offline
Re: Feedback on the Textpattern 4.0.6 release
As it’s been said many times throughout the forum, clean URLs aren’t working. The server had a stroke last night, so in the meantime, just use http://textpattern.com/?s=section-name
, http://textpattern.com/?id=n
. EX: weblog, entry
edit: Gocom, you beat me by 26s!
Last edited by jm (2008-03-06 09:23:58)
Offline
Offline
Re: Feedback on the Textpattern 4.0.6 release
The bug is on the documentation on Textbook, not in the code. The <txp:site_url /> tag is not a container tag. I checked versions 4.0.3 up to 4.0.6… all the same.
Thanks Ruud for pointing this out.
Is somebody going to change the docu or (gasp) implement the feature?
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline