Search found 5 matches

by Culky
Wed Mar 30, 2005 12:25 am
Forum: Plugins
Topic: serendipity_config.inc.php
Replies: 2
Views: 3794

serendipity_config.inc.php

I've got a plugin that provides a variation of the "media" button on the new entry page, letting you use an external gallery as a source of images. The problem is the script includes "serendipity_config.inc.php", which itself looks for "serendipity_config_local.inc.php"...
by Culky
Mon Mar 28, 2005 10:13 pm
Forum: Plugins
Topic: Coppermine plugin
Replies: 6
Views: 6093

I'm to blame

I did that one, along with that old login box one that I had to ask how to make log out. I mentioned it in passing on the dev list. It's on the s9y.org plugin page, but not in the cvs.
by Culky
Tue Sep 21, 2004 9:27 pm
Forum: Plugins
Topic: Sidebar logout button
Replies: 4
Views: 9107

Just for completeness

I had to fix a couple of problems with inherited css styles and I'm sure there's a lot that could still be improved, but I've stuck these plugins in a zip for anyone who's interested: http://www.risingdawn.org/plugins/serendipity_plugin_loginbox.zip Off-topic, but while I'm thinking about it I did a...
by Culky
Fri Sep 17, 2004 11:15 pm
Forum: Plugins
Topic: Sidebar logout button
Replies: 4
Views: 9107

Brilliant! That works perfectly. Norton and I think some other firewalls tend to kill the HTTP_REFERER but I'm just sending it back to the index page if it's not set. The plugin dependecies are handy for making sure both the plugins load, too. I'm still a bit unsure about the right way to construct ...
by Culky
Fri Sep 17, 2004 10:34 am
Forum: Plugins
Topic: Sidebar logout button
Replies: 4
Views: 9107

Sidebar logout button

I'm making a simple plugin to put the username/password textboxes on the sidebar, or links to create a new entry / go to the admin page / logout if you're already logged in. It's all working fine except I can't find a nice way to perform the logout. It works if you do the same link as in the admin p...