Page 1 of 1

My Calendar to Static Page

Posted: Thu Jul 06, 2006 1:44 am
by davecjr
Would there be an easy way to have a plugin (like My Calendar) display on a static page instead of the sidebar?

Re: My Calendar to Static Page

Posted: Thu Jul 06, 2006 11:10 am
by garvinhicking
Hi!

You could do that by either editing your staticpage template that you use for this staticpage (you could create your own template, say plugin_staticpage2.tpl). Inside that, you can call sidebar plugins like this:

Code: Select all

{serendipity_showPlugin class="serendipity_plugin_mycalendar"  side="*"}
This will then display the output of the mycalendar plugin.

The other way is to use the "Smarty markup" plugin and then you can put the exact same code simply within your text of the static page.

Best regards,
Garvin