Title: Comment
Last modified: August 20, 2016

---

# Comment

 *  Resolved [gulisanorino](https://wordpress.org/support/users/gulisanorino/)
 * (@gulisanorino)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/comment-12/)
 * Hi,
    I saw that there is already a topic ‘Comment’. But it is closed so I like
   to ask the same question again..
 * I would like that all registered users see each other’s comment. Can you help
   me with that?
 * Thanks!
    Rino,
 * [http://wordpress.org/extend/plugins/simple-event-attendance/](http://wordpress.org/extend/plugins/simple-event-attendance/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [cristianiosub](https://wordpress.org/support/users/cristianiosub/)
 * (@cristianiosub)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/comment-12/#post-3326212)
 * I need also this function 🙁
 *  Plugin Author [Dave](https://wordpress.org/support/users/sourcez/)
 * (@sourcez)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/comment-12/#post-3326224)
 * Sorry – yet again I’ve not got the emails through for this forum.
 * I believe I’ve replied to your email, cristianiosub? If not just post up another
   support thread and I’ll reply there.
 * Depending on what length you need the comment to be, you might want to change
   `
   <input name="seatt_comment" type="text" id="seatt_comment" size="40" maxlength
   ="40">`
 * to
 * `<input name="seatt_comment" type="text" id="seatt_comment" size="40" maxlength
   ="150">`
 * This will allow longer comments.
 * To display the comments to everyone you need to change the following on line 
   60 from
 * `SELECT id, user_id`
 * to
 * `SELECT id, user_id, user_comment`
 * and then change
 * `$seatt_output .= '<li>' . $user_info->user_login . '</li>';`
 * to
 * `$seatt_output .= '<li>' . $user_info->user_login . ' - ' . $user->user_comment.'
   </li>';`
 * Do bear in mind that if you update the script through the control panel after
   making changes, they will be lost. Let me know how you get on!
 *  Thread Starter [gulisanorino](https://wordpress.org/support/users/gulisanorino/)
 * (@gulisanorino)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/comment-12/#post-3326225)
 * It works!
 * Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-event-attendance.svg)
 * [SEATT: Simple Event Attendance](https://wordpress.org/plugins/simple-event-attendance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-event-attendance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-event-attendance/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-event-attendance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-event-attendance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-event-attendance/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [gulisanorino](https://wordpress.org/support/users/gulisanorino/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/comment-12/#post-3326225)
 * Status: resolved