ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

HELP WITH COMMENTS!

May 15, 2011 2:44pm

Subscribe [3]
  • #1 / May 15, 2011 2:44pm

    danklingjr

    5 posts

    My comments do not seem to be working.  I have the correct comment form tag and comment entries tag in my template.  The form shows up and I post but it reloads the same page when I have return set to another page.  I also have the channel settings to allow comments.  What should I do?

  • #2 / May 15, 2011 2:44pm

    danklingjr

    5 posts

    I am using EE v2.1.0

  • #3 / May 16, 2011 6:21am

    John Henry Donovan

    12339 posts

    danklingjr,

    It is recommended you upgrade to most recent version of EE. (2.1.3)

    Can you share what you have in your template please?

    What does your URL look like to the page your comments are on?

  • #4 / May 17, 2011 8:29pm

    717studios

    4 posts

    I have a news-post-single template where the url title is passed dynamically.  Here is my form code.

    {exp:comment:form channel="blog" preview="our-passion/preview"}
            
        {if logged_out}
            <label for="name">Name:</label> <input type="text" name="name" value="{name}" size="50" /><br > 
            <label for="email">Email:</label> <input type="text" name="email" value="{email}" size="50" /><br > 
            <label for="location">Location:</label> <input type="text" name="location" value="{location}" size="50" /><br > 
            <label for="url">URL:</label> <input type="text" name="url" value="{url}" size="50" /><br > 
        {/if}
        
        <label for="comment">Comment:</label>
     
        <textarea name="comment" cols="70" rows="10">{comment}</textarea>
        <label><input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information</label>
     
        <label><input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?</label>
     
        
    
        
        <input type="submit" name="submit" value="Submit" />
        <input type="submit" name="preview" value="Preview" />
        
    {/exp:comment:form}
    
    {exp:comment:entries channel="blog"}
    {if no_results} There are no comments… {/if}
    {comment}
    
    By {name} on {comment_date format="%y%m %d"}
    
    
    {/exp:comment:entries}
  • #5 / May 17, 2011 8:30pm

    717studios

    4 posts

    I attempted to update my EE version but I keep getting a white screen.

  • #6 / May 18, 2011 2:56am

    John Henry Donovan

    12339 posts

    717studios,

    Can you confirm that it was the version update docs that you are using to upgrade?

    What stage of the upgrade are you at that you got a white screen?

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases