Search found 5 matches

by tom
Mon Apr 03, 2006 10:58 am
Forum: Plugins
Topic: Plugin for customising the style by an average end user
Replies: 2
Views: 2194

We've talked about this a bit in the past. We're working on polishing our 1.0 release, so we haven't gotten around to this part yet. Thus far, we're considering allowing the template designer to specify what in his template is configurable, and then presenting the user with a nice form allowing him ...
by tom
Sun Apr 02, 2006 9:55 pm
Forum: Plugins
Topic: Plugin for customising the style by an average end user
Replies: 2
Views: 2194

Plugin for customising the style by an average end user

Hi all,
we use s9y for running a small blog service and I think to use s9y was the best decision.
There are nearly no features missing and everything seems to work fine.

So thanks for the great work!

But one feature is frequently asked: Customising the Style.

And afaik there is no plugin for this ...
by tom
Tue Mar 14, 2006 1:05 pm
Forum: Bugs
Topic: serendipity_event_weblogping/ serendipity_event_xmlrpc
Replies: 4
Views: 2660

Aahhh perfect,
I had a look for some constant like this but didn't find it, why ever... ;)

Thanks a lot,
tom
by tom
Mon Mar 13, 2006 11:08 pm
Forum: Bugs
Topic: serendipity_event_weblogping/ serendipity_event_xmlrpc
Replies: 4
Views: 2660

btw this patch just prevents the weblogping-plugin to run into an error when publishing a entry by xmlrpc-plugin

Anyway the weblogping-plugin won't announce any new entries sent by xmlrpc-plugin.
This is because of the way this plugin verifies which services should be informed.

if (isset ...
by tom
Mon Mar 13, 2006 2:46 am
Forum: Bugs
Topic: serendipity_event_weblogping/ serendipity_event_xmlrpc
Replies: 4
Views: 2660

serendipity_event_weblogping/ serendipity_event_xmlrpc

to use serendipity_event_xmlrpc with installed serendipity_event_weblogping you have to change the following lines in
serendipity_event_weblogping.php


From:

case 'backend_publish':
include_once(S9Y_PEAR_PATH . "XML/RPC.php");


To:

case 'backend_publish':
if (!class_exists('XML_RPC ...