Search found 4 matches

by tjotoole
Fri Apr 01, 2005 4:16 pm
Forum: General discussions
Topic: where is serendipity's smarty initialization
Replies: 2
Views: 2624

I am trying to set the plugin_dir to an array that will point to the default plugin directory AND a plugin dir off my template directory.

The following seems like it should work, but it doesn't:

$serendipity['smarty']->plugin_dir = array($serendipity['serendipityPath'] . PATH_SMARTY_COMPILE ...
by tjotoole
Fri Apr 01, 2005 1:01 am
Forum: General discussions
Topic: where is serendipity's smarty initialization
Replies: 2
Views: 2624

where is serendipity's smarty initialization

I would like to be able to write my own smarty plugins for use with serendipity, and keep these plugins in a separate "myplugins" directory.

To do this, I need to be able to access the smarty object serendipity is using and change the designed plugins directory settings -- but I can't find where ...
by tjotoole
Tue Mar 22, 2005 12:54 am
Forum: General discussions
Topic: "Continue reading" when there's nothing left to re
Replies: 3
Views: 3111

fixed it, thanks, Garvin

The problem was created by the markdown plugin. when I uninstalled it, the "continued" problem went away.

thanks for causing me to think along these lines.
by tjotoole
Sun Mar 20, 2005 7:06 pm
Forum: General discussions
Topic: "Continue reading" when there's nothing left to re
Replies: 3
Views: 3111

"Continue reading" when there's nothing left to re

Even when my post is short, i.e., there is no extended entry, serendipity runs a "Continue reading" etc. link at the bottom of the post.

Is this by design? Is there a way to disable this for short posts?