Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
gbp_permanent_links: Issue with <txp:permalink>
For some reason the <txp:permalink> I’m using to link to articles from different sections are… half working.
The URL lacks the last bit.
For example, if you click on any of the latest blog posts (on the right) on the homepage everything is fine: http://raymond.kw-wu.com/
One of the links points to: http://raymond.kw-wu.com/blog/miscellaneous/welcome/
However, the same code applied to the About me page (http://raymond.kw-wu.com/about/me) links to: http://raymond.kw-wu.com/blog/miscellaneous/
Missing the last bit.
I suspect that this is related to gbp_permanent_links. But the plugin seems to be working fine.
Has anyone come across a similar situation?
(Edit: updated discussion topic. -Mary)
Last edited by Mary (2008-01-18 20:05:50)
Offline
Re: gbp_permanent_links: Issue with <txp:permalink>
I can fix this is a rather dirty way…
<p>
<a href=”<txp:permlink /><txp:article_url_title />”><txp:title /></a></p>
But I would rather not do this.
Offline
#3 2008-01-18 18:18:56
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: gbp_permanent_links: Issue with <txp:permalink>
I have seen this before. It has definitely to do with gbp_permanent_links. But it was a while ago that this happened to me and unfortunately I don’t remember how I solved it… So you’d better ask in the plugin thread.
Offline
Re: gbp_permanent_links: Issue with <txp:permalink>
Thanks – glad there is a solution :)
Do you remember if you have to fix the plugin’s code?
Offline
#5 2008-01-19 14:25:45
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: gbp_permanent_links: Issue with <txp:permalink>
I don’t think so, but it was quite a while ago and I really don’t remember (guess I should start documenting these things…). If you post in the plugin thread and point to this topic you have a better chance of Graeme noticing your problem.
Offline