Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: rsx_frontend_edit: Frontend Edit Link
Oh, so the issue isn’t the code for the plugin, it’s the template I used to generate the plugin?
Offline
#50 2005-05-19 00:35:03
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rsx_frontend_edit: Frontend Edit Link
Pretty much. $pfr is deprecated, but there’s still support for it.
Offline
Re: rsx_frontend_edit: Frontend Edit Link
some one plz update source code
we need that plug working with last TT.v.4.0
Offline
Re: rsx_frontend_edit: Frontend Edit Link
Since upgrading to 4.0 this plugin (version 1.2.1) has ceased to work with my site. The cookies work and the plugin puts a link in my article forms, but the URLs are wrong.
My install is at http://mydomain/myname/notebooks/textpattern, but the links returned by txp:rsx_frontend_edit_link are always to http://mydoman/textpattern/index.php?event=article&step=edit&ID=X instead.
Any ideas where the misconfiguration is coming from? I do have a path_not_doc_root error in my diagnostics; could this be part of the problem?
Offline
Re: rsx_frontend_edit: Frontend Edit Link
hi all. i dont have time to make it as a plugin, but you can fix it, if you exchange the “$pfr” with an “hu” (without $!!). hu is the path to your installation. if it dont work, i can provide something earliest on monday.
Samui? Samui! (about the life as farang in thailand)
David’s Neighbour
Offline
Re: rsx_frontend_edit: Frontend Edit Link
chh_admin_tags do the same thing as the frontend edit link plugin and it works with version 4 (i’m using it right now)
Offline
#55 2005-08-26 15:58:12
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: rsx_frontend_edit: Frontend Edit Link
Excellent ! And ther is a chh_if_admin tag very useful… I’m about to test it.
But why this plugin isn’t on textpattern.org ?
Nico
Offline
#56 2005-08-26 16:04:32
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: rsx_frontend_edit: Frontend Edit Link
OK… impossible to install. It’s not in the correct plugin format for txp 4.0
Edit : no everything is OK ! I made a mistake.
Last edited by Niconemo (2005-08-28 09:22:02)
Nico
Offline
#57 2005-08-26 16:50:06
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: rsx_frontend_edit: Frontend Edit Link
Well it was last updated June 2004. I think maybe it still works for swf because it was installed on 1.19g, and then he upgraded?
Offline
Re: rsx_frontend_edit: Frontend Edit Link
the $pfr -> hu replacement worked for me. Thanks!
Offline
#59 2005-08-27 08:01:21
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: rsx_frontend_edit: Frontend Edit Link
> mary wrote:
> Well it was last updated June 2004. I think maybe it still works for swf because it was installed on 1.19g, and then he upgraded?
Yes, probably…
Mary, (or any plugin developper ;) … ), Is there a way to install it anyway on a txp 4.0 installation ? It is a pity not to be able to install it as it seems to work perfectly… and seems better more complete than the other one (though there is a little hack in the cookie).
Edit : Everything is OK with this plugin… I made a mistake.
Last edited by Niconemo (2005-08-28 09:23:45)
Nico
Offline
Re: rsx_frontend_edit: Frontend Edit Link
I’ve installed chh_admin_tags on my student website that was a created about a month ago (with a current revision at the time) and it installed fine. You have to upload the chh_admin_cookie.php to your textpattern directory. Then load that file in your browser to load the cookie. Then open chh_admin_tags.txt and copy everything between the <?php $plugin=’ and ‘?> (because it isn’t in the proper plugin format for the current version)
Should work fine after you add the tags to your templates
Offline