Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-01-29 10:50:38
- korpulente
- Member
- Registered: 2009-01-29
- Posts: 36
Article permalink in the backend?
I need a way to let my authors find every article’s permalink, in a really easy way. How do I go about that?
They’re not very experienced users, and they could use some help finding the URL, when they need to link to a specific article. If there’s a way of getting the permalink URL shown, ie. in the write tab, it would be awesome. Is there a plugin for this, maybe (I can’t find any)?
Thanks in advance, boys ‘n’ gals. :-)
Offline
Re: Article permalink in the backend?
Once the article has been saved, a “view” link should appear to the right of the title, which links to the article on the frontend. Using right-click and “copy link address” in your browser, you can copy the link to the clipboard.
TXP Builders – finely-crafted code, design and txp
Offline
#3 2009-01-29 11:09:30
- korpulente
- Member
- Registered: 2009-01-29
- Posts: 36
Re: Article permalink in the backend?
Yes, but I am looking for something more fool proof and intuitive. Is this really the only way?
For example, on YouTube you have these form fields, with the URL for embedding or linking to a video. That would be easy enough for these guys to comprehend.
Offline
#4 2009-01-29 11:16:23
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: Article permalink in the backend?
How about Robert’s wet_quicklink ?
Offline
Re: Article permalink in the backend?
Or you could hack zem_article_info. It outputs a word count and a permlink to the article itself but you could change the permlink so it just displayed the full URL instead. e.g. change line 28 from:
$line = "<small>$wcount words $extra | <a href=\"$plink\">permlink</a></small>";
to:
$line = "<small>$wcount words $extra | $plink</small>";
You could put it in an HTML input box if you prefer.
Last edited by Bloke (2009-01-29 11:22:13)
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
#6 2009-01-29 12:39:20
- korpulente
- Member
- Registered: 2009-01-29
- Posts: 36
Re: Article permalink in the backend?
Thanks! I’ll definately check out both options. :-)
Offline
#7 2009-01-29 13:22:38
- korpulente
- Member
- Registered: 2009-01-29
- Posts: 36
Re: Article permalink in the backend?
A hack of zem_article_info did the trick. Thank you very much! :-)
Offline
Re: Article permalink in the backend?
nice idea, Stef!
TXP Builders – finely-crafted code, design and txp
Offline
Pages: 1