I've installed guestbook module and try to make it displaying on the page
I use the following smarty
{cms_module module=\"Guestbook\" number=5 shownow=true smiley=1 mailnoti=mim_123@gmail.com}
but I get an error message
other photos string(135) "Smarty error: [in content:content_en line 1]: syntax error: invalid attribute name: 'Guestbook\' (Smarty_Compiler.class.php, line 1550)"
Can somebody help me please?
One more issue is that if i change page settings from "contet" to "guestbook" it looses its alias and stop showing in the navigation bar. How to restore it there?
Thank you
Guestbook issues
Re: Guestbook issues
use
vilkis
Code: Select all
{cms_module module=Guestbook number=5 shownow=true smiley=1 mailnoti=mim_123@gmail.com}
vilkis
Re: Guestbook issues
Thank you. I have inserted the code to the page content, but now the page looks really strange: it shows neither guest book nor applies css styles. And there is also some characters problem, I use Russian characters.vilkis wrote: use
Code: Select all
{cms_module module=Guestbook number=5 shownow=true smiley=1 mailnoti=mim_123@gmail.com}
http://turizmxxx.ru/index.php?page=gostevaya
What I am doing wrong?