Gossamer Forum
Quote Reply
datessearch plugin
Hi,

I wrote a plugin for advanced datesearch (see attachment) but I cannot get it to work. It is hard to debug, because there is not much documentation available about writing plugins. I used the wizard to create it and used the XML plugin to copy some ideas.

Here is the problem: at the end of the subroutine, I added the line
Code:
$IN->param( "datesearch_debug" => 'hoi' );

As all input variables are passed as tags to the resulting template, I would expect the tag <%datesearch_debug%> to be replaced by hoi, but instead, I get the message that the tag is unknown. So it seems that my plugin (or at least the subroutine) is not executed at all.

What am I doing wrong?

Thanks, Jasper

http://www.bookings.org

Last edited by:

jaspercram: Nov 5, 2002, 3:32 AM
Subject Author Views Date
Thread datessearch plugin jaspercram 5366 Nov 5, 2002, 2:38 AM
Thread Re: [jaspercram] datessearch plugin
jaspercram 5277 Nov 5, 2002, 6:31 AM
Thread Re: [jaspercram] datessearch plugin
jaspercram 5269 Nov 5, 2002, 7:53 AM
Post Re: [jaspercram] datessearch plugin
assombracao 4611 Apr 6, 2004, 7:19 AM