Search found 15 matches

by munk
Fri Sep 01, 2006 5:11 pm
Forum: Plugins
Topic: Get properties of a plugin
Replies: 2
Views: 2480

Thanks garvin,

I didn't know if there was an easier way, it looks like there isn't :(

Many thanks!
by munk
Thu Aug 31, 2006 7:06 pm
Forum: Plugins
Topic: Get properties of a plugin
Replies: 2
Views: 2480

Get properties of a plugin

Hi, I'm trying to modify a spam statistics plugin to read entries from the spamblock plugin's log. To do this I need to work out what type of logging spamblock is using. How can I find the 'logtype' property of the spamblock plugin from within the spamstats plugin? I noticed the spamblock logtype is...
by munk
Fri Aug 25, 2006 10:56 pm
Forum: Installation
Topic: Command Line Upgrade Script
Replies: 7
Views: 4768

garvinhicking wrote:Hi!

Yeah, definitely I would put more work into the backup plugin, which might also need some polishing. :)
Ok nice one I'll have a look see how it goes.

Cheers.
by munk
Fri Aug 25, 2006 10:52 pm
Forum: Installation
Topic: Command Line Upgrade Script
Replies: 7
Views: 4768

Crikes that was a quick response, I'd only just edited my last post. Well, I'll leave it if that's ok with you, I'm going to test out the backup plugin I think I saw a while back see what that's about.

Cheers.
by munk
Fri Aug 25, 2006 10:49 pm
Forum: Installation
Topic: Command Line Upgrade Script
Replies: 7
Views: 4768

Hi Garvin, An example script for that is in the bundled-libs directory of s9y. It got unmaintained, so if anyone here wants to polish it up, have a go. I wrote the docs/upgrade.sh script originally and didn't realize it was now out of date, my fault for not keeping in the loop I suppose. I just stum...
by munk
Sat Apr 03, 2004 9:25 pm
Forum: General discussions
Topic: change calendar plugin
Replies: 3
Views: 5456

I fibbed actually - the command is more like: grep searchtext /path/to/search -ri to search for 'searchtext' under /path/to/search recursively and without case sensitivity. Thing is that might be slightly different on linux as well(!) - I'm on FreeBSD :P Throw " marks around the searchtext if i...
by munk
Sat Apr 03, 2004 7:31 pm
Forum: General discussions
Topic: Fulltext Search
Replies: 2
Views: 4884

Create a patch if you're able and submit it to the developers on the mailing list, it may well get added! :P
by munk
Sat Apr 03, 2004 7:29 pm
Forum: General discussions
Topic: change calendar plugin
Replies: 3
Views: 5456

That particular border setting is done in serendipity_functions.inc.php - open that file and find the first instance of 'border: 0'. If you're on *nix you could have found this using 'grep "border: 0" /path/to/s9y' - if you're on windows I'd suggest getting a decent text editor like editpl...
by munk
Tue Dec 23, 2003 5:31 am
Forum: Installation
Topic: I managed to install Serendipity but got these errors...
Replies: 1
Views: 4284

That sounds as though one of your mysql tables is missing or corrupted for some reason. If it's a new install it's probably easiest to delete the db and just reinstall; if you have lots of data in the db already you should revert to a backup of the db.
by munk
Thu Dec 11, 2003 10:29 pm
Forum: General discussions
Topic: Managing Comments?
Replies: 4
Views: 7129

Try functions.inc.php :P
by munk
Thu Dec 11, 2003 8:03 pm
Forum: General discussions
Topic: Managing Comments?
Replies: 4
Views: 7129

Doesn't look like there's a way to edit comments eh? The only thing I can see is an option to delete the comment if you're logged in as an admin - in the popup when you choose to view the comment. As far as the IP address details, it looks like there's a field for ip address in the comments table in...
by munk
Thu Dec 11, 2003 7:32 pm
Forum: General discussions
Topic: top referrers don 't show
Replies: 3
Views: 8726

Do you see anything in the referrers table in your db?
by munk
Thu Dec 11, 2003 6:48 pm
Forum: General discussions
Topic: 'Remember Me' feature with cookies
Replies: 0
Views: 12580

'Remember Me' feature with cookies

I've just added a 'remember me' feature to my s9y install which appears to work well. The affected files are admin.php, entries.php and functions.inc.php. The diffs (from 0.3 stable) are below. Hope it's useful for someone :P *** serendipity_admin.php Tue Sep 30 22:21:59 2003 --- /web/serendipity_co...
by munk
Wed Dec 10, 2003 10:05 am
Forum: Bugs
Topic: 404 errordocument handling
Replies: 2
Views: 4653

Ok.
by munk
Tue Dec 09, 2003 6:37 pm
Forum: Bugs
Topic: 404 errordocument handling
Replies: 2
Views: 4653

404 errordocument handling

Hi, First up thanks for a great blog :P I've just been playing with s9y for a few days now and all is great apart from the following: If a user enters an invalid (404) URI, the code in index.php appears to still divert the user to the index page instead of displaying the 404 error message as it pres...