Hello!
I've made a clean install of cmsms 1.11.1 and want to use the Guestbook module.
I've used the content type "guestbook" earlier but now it's missing from the drop down in the page settings.
I can't get the smarty tag {cms_module module="gastbuch" number="15" guestbook="2" shownow="0" mode="guestbook"} to work either.
I'ts the newest version of the guestbook and I've tried to remove and install it again but no result.
Can I add the content type manual in the database or what should I do?
Thanks!
Guestbook content type missing
Re: Guestbook content type missing
how about
in stead of
Code: Select all
{cms_module module='guestbook'
Code: Select all
{cms_module module="gastbuch"
Re: Guestbook content type missing
That doesn't work either