Search found 5 matches
- 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 ...
- 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 ...
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 ...
- Tue Mar 14, 2006 1:05 pm
- Forum: Bugs
- Topic: serendipity_event_weblogping/ serendipity_event_xmlrpc
- Replies: 4
- Views: 2660
- Mon Mar 13, 2006 11:08 pm
- Forum: Bugs
- Topic: serendipity_event_weblogping/ serendipity_event_xmlrpc
- Replies: 4
- Views: 2660
- 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 ...
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 ...