error using comments and news module

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
JeremyBASS

Re: error using comments and news module

Post 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
Last edited by JeremyBASS on Sat Jul 18, 2009 12:00 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: error using comments and news module

Post 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...
User avatar
imeos
New Member
New Member
Posts: 4
Joined: Thu Jul 30, 2009 5:20 am
Location: Germany

Re: error using comments and news module

Post 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  :-\
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: error using comments and news module

Post by Dr.CSS »

I would down grade the comments module for now, it has a few quirks in it atm...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: error using comments and news module

Post 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.
Locked

Return to “Modules/Add-Ons”