Newsletter Module - Strange behavior
Posted: Sat Jul 29, 2006 9:33 pm
Hello,
I upgraded my CMSMS Site to Version 0.13 and installed the Newsletter Module 1.0-Beta3.
If I insert {cms_module module='NMS'} then instead of the subscribe form my page look like:
smarty->assign('prompt_email',$this->Lang('emailaddress')); $this->smarty->assign('error',$params['error']); $this->smarty->assign('submitbtn', $this->CreateInputSubmit($id, 'submit', $this->Lang('submit'))); $template = 'nms_subscribeform'; $mode = 'subscribe'; if(isset($params['mode']) && $params['mode'] != '') { $mode = $params['mode']; } switch( $......
What's going wrong???
Does somebody know why Code is printed instead of the subscribe form??
thanks for your help
Roman
I upgraded my CMSMS Site to Version 0.13 and installed the Newsletter Module 1.0-Beta3.
If I insert {cms_module module='NMS'} then instead of the subscribe form my page look like:
smarty->assign('prompt_email',$this->Lang('emailaddress')); $this->smarty->assign('error',$params['error']); $this->smarty->assign('submitbtn', $this->CreateInputSubmit($id, 'submit', $this->Lang('submit'))); $template = 'nms_subscribeform'; $mode = 'subscribe'; if(isset($params['mode']) && $params['mode'] != '') { $mode = $params['mode']; } switch( $......
What's going wrong???
Does somebody know why Code is printed instead of the subscribe form??
thanks for your help
Roman