gbook plugin

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

Moderator: Tata

Post Reply
arno
Posts: 2
Joined: Tue Aug 19, 2008 11:36 am

gbook plugin

Post by arno » Tue Aug 19, 2008 11:41 am

Hello,

i added the gbook plugin in the right map and when i login i see on the available plugins that gbook is available.
But i cant do nothing with it, i cant edit the guestbook and i cant change color enz.

How can i put the guestbook into my menu?

In the tutorial i see this line of code (and some more lines of code), where do i have to put it?
#CMSimple $output.= GBlist();#

thanks

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

Re: gbook plugin

Post by Holger » Tue Aug 19, 2008 12:23 pm

Hi Arno,

it's pretty easy:

1. Create a new page:

Code: Select all

<H1>Gestbook, or any other name of your choice</H1>
save this new page

2. Put the the gbook - call on this new page and save:

Code: Select all

#CMSimple $output.= GBlist();#
That's it.

Holger

arno
Posts: 2
Joined: Tue Aug 19, 2008 11:36 am

Re: gbook plugin

Post by arno » Tue Aug 19, 2008 12:55 pm

Yes thank you it works now

Post Reply