Making the Calender-Plugin work

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

exle
Posts: 5
Joined: Thu Aug 28, 2008 6:09 am

Making the Calender-Plugin work

Post by exle » Thu Aug 28, 2008 6:55 am

Hi folks

Normaly I´m not so incompetent, I guess it takes a while to check the ideas and the behaviour behind CMSIMPLE. I do not check to make a calendar to run.

I found three manuals, I read them all, I tried a lot, but the calender does not run. I installed the Calender and the Plugin but it seems that I´m too stupid.

I would like to replace the dummy calendar in http://www.duplex.do.at/test with a real on.
Could you please help me ????

many thanks
KARL

jstenbak
Posts: 48
Joined: Fri May 23, 2008 9:12 am
Contact:

Re: Making the Calender-Plugin work

Post by jstenbak » Thu Aug 28, 2008 8:54 am

Hello
You can see here how it must be installed:

http://test2.stenbak.dk

Please contact again if it not works

exle
Posts: 5
Joined: Thu Aug 28, 2008 6:09 am

Re: Making the Calender-Plugin work

Post by exle » Thu Aug 28, 2008 9:33 am

Hi..

Thank you for the link

Can you please send me that code, which you can see under

<H1>Kalender</H1>

and
under
<h2>Aktiviteter</h2>

thanks a lot

KARL

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: Making the Calender-Plugin work

Post by Holger » Thu Aug 28, 2008 9:51 am

Hi Karl,

Download the latest version from http://www.cmsimplewiki.com
http://www.cmsimplewiki.com/lib/exe/fet ... ache=cache

This Plugin comes with a help file with some examples how to install and to use.

Holger

exle
Posts: 5
Joined: Thu Aug 28, 2008 6:09 am

Re: Making the Calender-Plugin work

Post by exle » Thu Aug 28, 2008 10:02 am

Hi Holger,

Of course I read this helpfile and I did it in the way hwo explained ---> http://www.duplex.co.at/test .....
but I do something wrong... it does not work

btw... I didn´t change the standard-PW for the above mentioned site.... :-)

greetings from Vienna
KARL

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: Making the Calender-Plugin work

Post by ZiPs » Thu Aug 28, 2008 10:13 am

Hi Karl

There is an error in your entry

Code: Select all

<h1>Calender</h1>
<strong><em>#</em></strong><em>cmsimple 
$output.=calendar('','','Events')</em><strong>#</strong>
It must be like this

Code: Select all

<h1>Calender</h1>
#cmsimple $output.=calendar('','','Events')#
/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

jstenbak
Posts: 48
Joined: Fri May 23, 2008 9:12 am
Contact:

Re: Making the Calender-Plugin work

Post by jstenbak » Thu Aug 28, 2008 10:21 am

Look now at your site. I have made the changes.

Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Re: Making the Calender-Plugin work

Post by Holger » Thu Aug 28, 2008 10:28 am

exle wrote:I would like to replace the dummy calendar in ...
You have to put the script-call to your template.htm not into the content.

Holger

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: Making the Calender-Plugin work

Post by ZiPs » Thu Aug 28, 2008 10:39 am

To put it in template.htm find this in template.htm

Code: Select all

<SCRIPT SRC="./templates/cuteal/images/calendar.js"></SCRIPT>
substitute it with

Code: Select all

<?php echo calendar("","","Events"); ?>
/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

exle
Posts: 5
Joined: Thu Aug 28, 2008 6:09 am

Re: Making the Calender-Plugin work

Post by exle » Thu Aug 28, 2008 11:06 am

i´m beginning to understand...

one (hopefully) last question... what dou you meen with "substitute with .-...."

Br
KARL

Post Reply