12 Mar 2009, 22:28
Generic-user-small

Craig Curry (3 posts)

Hi. I’m working my way through the 2nd video, and my form fields have disappeared. I tried cutting and pasting your code from the folder and the same thing happens. Here’s my code:

         
<p>Thank you for participating in the public dialogue!</p>
     </div><!-- END #disclaimer -->

        {exp:comment:form}
        <p><label for="name">Name</label><br />
        <input type="text" name="name" value="{name}" id="name" size="37" /></p>
        <p><label for="email">Email Address</label><br />
        <input type="text" name="email" value="{email}" id="email" size="37" /></p>
        <p><label for="comment">Comment</label><br />
        <textarea name="comment" rows="8" cols="35" id="comment" />{comment}</textarea></p>
        <p><input type="submit" name="submit" value="Submit" /></p>
        {/exp:comment:form}
    </fieldset>              

</div> <!-- END #comment-form -->

Any ideas?
12 Mar 2009, 22:55
Ryanirelan_headshot_48x48_pragsmall

Ryan Irelan (218 posts)

Craig, do you have comments enabled for that particular weblog?

12 Mar 2009, 23:05
Generic-user-small

Craig Curry (3 posts)

I think so.

Admin> Section Administration> Section Management> Edit Section Preferences> Comment Posting Preferences…

“Allow comments in this section?” Yes is selected.

13 Mar 2009, 17:00
Generic-user-small

Craig Curry (3 posts)

I got it working… I’m not quite sure how. I disabled the require IP thing, and I changed the “Maximum number of characters allowed in comments” setting from 0 to 500. (in the Comment Posting Preferences). I also bumped up the Comment Expiration from 0 to 7.

14 Mar 2009, 00:18
Ryanirelan_headshot_48x48_pragsmall

Ryan Irelan (218 posts)

Ah, Craig. It was most likely the IP restriction. Glad you got it working!

02 Apr 2009, 07:42
Generic-user-small

pablo boerr (18 posts)

hey guys i get a * You are not authorized to perform this action

error when i post a comment

02 Apr 2009, 07:56
Generic-user-small

pablo boerr (18 posts)

i changed the required ip address after some more searching and now i get this error
Unable to receive your comment at this time.

02 Apr 2009, 08:01
Generic-user-small

pablo boerr (18 posts)

it was the anti spam filter.

sorry for all these post.

17 Apr 2009, 23:55
Generic-user-small

JPD (1 post)

I’m having the same problem as the OP. Same code.

as soon as I put the EE comment form tags in there, the form fields disappear.

I’ve tried to disable the “require IP..”, and I’m certain comments are enabled, but no luck.

Any ideas? the page is up here:

http://www.nadaplus.com/ee/index.php/news_artic…


</div><!-- END #disclaimer -->

                         {exp:comment:form}    
                            <p><label for="name">Name</label><br />
                            <input type="text" name="name" value="{name}" id="name" size="37" /></p>
                            <p><label for="email">Email Address</label><br />
                            <input type="text" name="email" value="{email}" id="email" size="37" /></p>
                            <p><label for="comment">Comment</label><br />
                            <textarea name="comment" rows="8" cols="35" id="comment">{comment}</textarea></p>
                            <p><input type="submit" name="submit" value="Submit" /></p>
                        {/exp:comment:form}
                    </fieldset>              

            </div> <!-- END #comment-form -->
21 May 2009, 21:33
Generic-user-small

pablo boerr (18 posts)

fixed

01 Jul 2009, 18:09
Generic-user-small

Lee Michaelson (9 posts)

I am having exactly the same problem as Craig and JD. As soon as I delete the formset instructions and substitute the expression engine comment tags, as shown in the video, all of the entry fields on the form disappear.

Is there a step missing here? I have navigated to the Admin Section and ensured that comments were enabled (they were by default). I have also put 500 as the allowed comment length, and changed the expiration period to 7 as others suggested.

But I cannot find any field that says that IP addresses are required or not. It would be REALLY helpful if all of these steps were covered in the video - or at least in a README file - for the benefit of beginners who are trying to step through the tutorial.

01 Jul 2009, 18:12
Generic-user-small

Lee Michaelson (9 posts)

BTW - another Tutorial Number 2 problem. Once you put the expression engine tags in for the weblog itself, the formatting for the photo disappears - in other words, I get the text “news article photo” but not the little photo block itself. This then causes the headline and text of the article to wrap weirdly around the “news article photo” text, since what I presume is supposed to be the photo sized block is not there to hold the space.

11 Jul 2009, 19:04
Ryanirelan_headshot_48x48_pragsmall

Ryan Irelan (218 posts)

Hi, Lee. Sorry for the delay in responding. Were you able to work through this problem?

  You must be logged in to comment