Search found 10 matches

by kadata
Thu Oct 18, 2007 4:26 pm
Forum: Plugins
Topic: Using XML-RPC plugin with Word 2007
Replies: 6
Views: 5397

Figured I would post an update since I made some progress...

I found the connection problem to be HOST related and not a plug-in problem. The root cause was mod_security related, so I added the following to the .htaccess file

<Files serendipity_xmlrpc.php>
SecFilterInheritance Off
</Files>

To ...
by kadata
Wed Oct 10, 2007 1:52 am
Forum: Plugins
Topic: Using XML-RPC plugin with Word 2007
Replies: 6
Views: 5397

Thanks for the reply Chickens!

It's good to know that this is possible and I'm not trying to do the impossible. :wink: You described exactly the same steps that I've been trying. I'm starting to think that there is a problem at the host site. I'm going to try this on a different host to see if ...
by kadata
Mon Oct 08, 2007 5:59 pm
Forum: Plugins
Topic: Using XML-RPC plugin with Word 2007
Replies: 6
Views: 5397

From what I understand, the configuration options are similar to the Microsoft Live options. It asks for the API (ATOM or MetaWebLog), the Blog Post URL (the blog's XML-RPC file), user id, and password. I suppose you are right about Microsoft looking in the root directory. the two blogs hardly ...
by kadata
Mon Oct 08, 2007 4:33 am
Forum: Plugins
Topic: Using XML-RPC plugin with Word 2007
Replies: 6
Views: 5397

Using XML-RPC plugin with Word 2007

I'm trying to post to my blog using Word 2007 and the XML-RPC plugin. I have two blogs, one of them running directly off the root of the webpage, and another located in a subfolder. When I setup the blog in Word with the blog running directly under the root, everything works just perfectly! But when ...
by kadata
Mon Oct 08, 2007 4:29 am
Forum: Plugins
Topic: embed plugins using smarty
Replies: 8
Views: 5833

I got this working just by using a regular smarty template, but calling in the serendipity library instead of the smarty library that I had installed as well. Everything seems to be working great! Thanks for all the hard work!
by kadata
Sat Oct 06, 2007 4:32 am
Forum: Installation
Topic: Error 500 (alternate cause and solution)
Replies: 3
Views: 3625

Thanks for sharing this info! This has caused a recurring problem for me. Now, I know where to look to resolve. It worked as explained!
by kadata
Mon Oct 01, 2007 10:17 pm
Forum: Plugins
Topic: embed plugins using smarty
Replies: 8
Views: 5833

Thanks! Got it working now. I took the code from here and combined it with

{serendipity_showPlugin class="serendipity_categories_plugin" side="hidden" negate="null"}

Now I was wondering how it would be possible to include external template files to display the blog? Basically, what I'm trying to ...
by kadata
Mon Oct 01, 2007 4:26 pm
Forum: Plugins
Topic: embed plugins using smarty
Replies: 8
Views: 5833

I tried using the

{serendipity_hookPlugin hook="serendipity_event_pollbox" hookAll="true"}

code and received the error:

Fatal error: Smarty error: [in kahome2.tpl line 26]: syntax error: unrecognized tag 'serendipity_hookPlugin' (Smarty_Compiler.class.php, line 590) in /[absolute path]/bundled ...
by kadata
Sun Sep 30, 2007 7:03 pm
Forum: Plugins
Topic: embed plugins using smarty
Replies: 8
Views: 5833

I have tried using


{serendipity_showPlugin class="serendipity_event_pollbox" side="hidden" negate="null"}


but received the following error:

Fatal error: Smarty error: [in kahome2.tpl line 26]: syntax error: unrecognized tag 'serendipity_showPlugin' (Smarty_Compiler.class.php, line 590) in ...
by kadata
Sat Sep 29, 2007 2:53 pm
Forum: Plugins
Topic: embed plugins using smarty
Replies: 8
Views: 5833

embed plugins using smarty

I have embedded my blog into a website I have already designed but have been having a few issues trying to embed the plugins that go along with it (categories, pollbox, etc). After many many hours of searching how to embed the plugins, I have found a way to use the {php} {/php} tags inside of a ...