Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rsx_frontend_edit: Frontend Edit Link
Yeah – I don’t know what happened, but my prefix tag disappearing seems to have coincided with my upgrade a few days ago, I’ll keep trying to look into it. No big deal, just aesthetics.
Offline
Re: rsx_frontend_edit: Frontend Edit Link
I like this plugin very much.
But dont’t like the two extra files rsx_frontend_on/off.
Is it not possible to set path for every setcookie() in txp_auth.php to
$prefs[“path_from_root”] and use the txp_login cookie instead?
Offline
#27 2005-03-07 19:58:50
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rsx_frontend_edit: Frontend Edit Link
Yes. It’d just be adding a hack instead of being pure-plugin. :)
Offline
Re: rsx_frontend_edit: Frontend Edit Link
what i did with mine was to add the code from rsx_frontend_on into my index page, so that it automatically loads on its own each time.
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: rsx_frontend_edit: Frontend Edit Link
As it works right now it’s a pure plugin. The fact you need to set the cookie manually seems like a small price to pay.
Offline
#30 2005-04-02 00:49:13
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rsx_frontend_edit: Frontend Edit Link
Any plans to make this a plugin, now that we have admin-side plugin ability?
Offline
Re: rsx_frontend_edit: Frontend Edit Link
I haven’t looked in to how to write an admin-side plugin, but I can work on that shortly. There is another update I need to make to the plugin so that you can put textile tags between the frontend-link tag.
Offline
Re: rsx_frontend_edit: Frontend Edit Link
very cool to hear this may turn into an adminplugin…
if you are working on it, could i suggest the possibility of adding before and after non-link capability? @<txp:rsx_frontend>
i really miss this plugin on the sites i don’t have it on; thank you for making it in the first place.
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: rsx_frontend_edit: Frontend Edit Link
Sorry, what do you mean by “before and after non-link capability”?
Offline
Re: rsx_frontend_edit: Frontend Edit Link
I’ve updated the plugin so that you can use textpattern tags between the link tags. This was requested by someone who wanted to use <txp:title />
as the frontend link text. Admin-side plugin to come, once I figure out what’s involved with doing that.
Offline
Re: rsx_frontend_edit: Frontend Edit Link
oh sorry.. i meant (and that is great news about using txp tags between the link tags..) basically that it would be nice to be able to have text that shows only when the cookies are activated.. such as the edit-link… except you might want some of it to be non-link… as it is right now, it seems everything between the tags becomes part o the link, yes?
thanks again for having made this one, and continuing to work on it.
textpattern.org :: find and share Textpattern resources
docs.textpattern.io :: Textpattern user documentation
Offline
Re: rsx_frontend_edit: Frontend Edit Link
from the front end edit link help:
“There are two optional arguments you can supply to the plugin. They are prefix and suffix. The text in the prefix attribute will be placed before the link, and the text in the suffix tag will be placed after the link.”
You can already put ‘non-link’ info before and after the link
Offline