|
From: Chris N. <pu...@po...> - 2001-09-26 23:09:17
|
At 18:01 -0500 2001.09.26, Mark Stover wrote:
>The plugin is called getprefs.pl. Inside the plugins/Getprefs/templates/
>directory I have the data;getprefs;default template, main;getprefs;default
>template, and the new template called create;getprefs;default.
>I try to make this call in my getprefs.pl file:
>
>slashDisplay('create', {
> nickname => $nickname,
> test => $test,
> });
>
>The output in my html source is :
>
><!-- start template: ID , create;; -->
>
>
>
><!-- end template: ID , create;; -->
>
>
>For some reason, it can't figure out to use default and getprefs. If I
>change this to:
>
>slashDisplay('main',{
>
>it seems to work just fine. Is there somewhere in the database which
>correlates
>the templates to the script which calls them?
Did you restart Apache? It might be unable to find it if you didn't.
Check the template editor; make sure the template is named create, with
page getprefs, and section default (this data had to be set properly in the
template file itself; the name doesn't matter on installation of the
template).
--
Chris Nandor pu...@po... http://pudge.net/
Open Source Development Network pu...@os... http://osdn.com/
|