Page 1 of 1

Disappearing Edit and Delete Links

Posted: Fri Aug 05, 2005 3:26 am
by JeffBlogworthy
Hello,

Using: Serendipity 0.8.2 and PHP 4.3.10

With: delete and edit link v 1.10

Delete and edit links appear immediately after logging into administration panel only. Otherwise, they disappear on next visit.

P.S. I wanted to say how much I love the random quote generator. Awesome plugin!

Posted: Fri Aug 05, 2005 4:20 am
by gwilsonmail
they only appear if you are logged in.

readers of your blog don't see them.

Posted: Fri Aug 05, 2005 4:22 am
by gwilsonmail
if you want to make them permanent you can change the template so it's not conditional on being logged in - see entries.tpl

Posted: Fri Aug 05, 2005 5:35 am
by JeffBlogworthy
I see. In the past, serendipity planted a cookie so it recognized me on return. Is this a security risk? Having to log in seems to defeat the purpose of having the edit button shortcut in the first place.

Posted: Fri Aug 05, 2005 7:16 am
by mgroeninger
It's not a huge security risk if you can physically control who has access to your computer/user account.

Serendipity does indeed still support this. You just need to check the "Save information" box on the login page when you login.

If that is not working, we will need to further troubleshoot the problem.
Post if you have troubles.

Matt

Posted: Fri Aug 05, 2005 9:42 am
by JeffBlogworthy
I appear to already be logged in. When I go to login page, it says "Welcome Back" yet, there are still no "edit" buttons on posts unless I go to administration page, then back to weblog. The cookie does not seem to work for the edit link.

Posted: Fri Aug 05, 2005 12:20 pm
by garvinhicking
Jeff, did you make sure that the URL you use to enter your Admin panel is the same you use like your frontend page?

Because if you go to http://yourblog/ it will not recognize you as logged in if your admin panel is access via http://www.yourblog/...

Regards,
Garvin

Posted: Sun Aug 07, 2005 6:21 pm
by Guest
Garvin,
That was a very good catch. That is exactly what I was doing. Thanks.