Page 1 of 1

Re: error using comments and news module

Posted: Fri Jul 17, 2009 11:58 pm
by JeremyBASS
If I remember right the fix is to take out

Code: Select all

{if isset($smarty.session.Comments.error)}
  {* display an error message from the comments module *}
  <div style="text-size: 1.5em; color: red;">{$smarty.session.Comments.error}</div>
{elseif isset($smarty.session.Comments.message)}
  {* display an optional message from the comments module *}
  <p style="text-size: 1.5em; color: green;">{$smarty.session.Comments.message)}</p>
{/if}
thou that may be to fax another part but.. try that... Hope that helps

Cheers
Jeremy

Re: error using comments and news module

Posted: Sun Jul 19, 2009 9:21 pm
by Dr.CSS
I would copy your existing template out to a notepad file and then restore the default comment template a remake it one line at a time till I came across the error again and that should point you to the line in question which you can fix then move on to the rest...

Re: error using comments and news module

Posted: Thu Jul 30, 2009 5:46 am
by imeos
Same problems here, with a clean install of the newest iteration of the comments-module and made simple 1.6.0.
Always states 'URLs not working'. Cookies don't work too, so you lose your inputs every time you hit submit  :-\

Re: error using comments and news module

Posted: Tue Aug 04, 2009 7:14 pm
by Dr.CSS
I would down grade the comments module for now, it has a few quirks in it atm...

Re: error using comments and news module

Posted: Sun Feb 21, 2010 8:07 pm
by Dr.CSS
Or just tell the comments module not to use that field, it's set when you add the comments tag...

websitefield - set to 1 to allow users enter their website url. If not set, website field won't show.