Title: Stuart Sequeira's Replies | WordPress.org

---

# Stuart Sequeira

  [  ](https://wordpress.org/support/users/stuartsequeira/)

 *   [Profile](https://wordpress.org/support/users/stuartsequeira/)
 *   [Topics Started](https://wordpress.org/support/users/stuartsequeira/topics/)
 *   [Replies Created](https://wordpress.org/support/users/stuartsequeira/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/stuartsequeira/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/stuartsequeira/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/stuartsequeira/engagements/)
 *   [Favorites](https://wordpress.org/support/users/stuartsequeira/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/stuartsequeira/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/stuartsequeira/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Latest Update lets no one but Admin see submissions](https://wordpress.org/support/topic/latest-update-lets-no-one-but-admin-see-submissions/)
 *  Plugin Author [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/latest-update-lets-no-one-but-admin-see-submissions/#post-14995775)
 * [@ouija](https://wordpress.org/support/users/ouija/) There is now a topic called‘
   Adding Metaboxes’ under the ‘Developing Add-Ons’
 * If there is anything that needs clarification, please reach out and I’d be happy
   to provide guidance and also update the documentation for everyone’s benefit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Latest Update lets no one but Admin see submissions](https://wordpress.org/support/topic/latest-update-lets-no-one-but-admin-see-submissions/)
 *  Plugin Author [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/latest-update-lets-no-one-but-admin-see-submissions/#post-14985039)
 * [@whereverpanda](https://wordpress.org/support/users/whereverpanda/) Yes, I checked
   that code to ensure it is correct.
 * [@ouija](https://wordpress.org/support/users/ouija/) You are right; I didn’t 
   do a good enough job of letting developers and other site maintainers know about
   this change. We are dedicating this week to correcting such oversights and I’ll
   get working on some documentation. I do have some snippets and a class structure
   to display the metaboxes and will provide that. My apologies for the grief the
   rollout has caused you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Latest Update lets no one but Admin see submissions](https://wordpress.org/support/topic/latest-update-lets-no-one-but-admin-see-submissions/)
 *  Plugin Author [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/latest-update-lets-no-one-but-admin-see-submissions/#post-14973941)
 * Hi,
 * I apologize, we had an extra ) in the snippet. We’ll get that updated. Here is
   the corrected code
 *     ```
       function nf_define_permission_level() {
   
         $allowed = \current_user_can("nf_subs");
   
         return $allowed;
       };
       ```
   
    -  This reply was modified 4 years, 8 months ago by [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/).
    -  This reply was modified 4 years, 8 months ago by [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comment Gatekeeper] Wrong message in error code](https://wordpress.org/support/topic/wrong-message-in-error-code/)
 *  Plugin Author [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-message-in-error-code/#post-4380995)
 * Gregg,
    I went through the code and added better user-friendly error messages.
   I tested it out on one setup and will continue to do so on others. If you want
   to test it out, I uploaded it as 0.9.1. Please let me know your thoughts if you
   do decide to try it out. If it works nicely, I’ll add some filters to make it
   customizable and roll the improvements into the next stable release.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comment Gatekeeper] Wrong message in error code](https://wordpress.org/support/topic/wrong-message-in-error-code/)
 *  Plugin Author [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wrong-message-in-error-code/#post-4380982)
 * Hi Gregg,
 * Thanks for the feedback, and I’m glad you like it.
 * I agree with you that it’s confusing. I was trying to stick with as much of WP’s
   core functionality and I haven’t yet found a way to exit as gracefully as I would
   like using a core hook. What I’ve done for now when it fails is erase the comment
   field and then hand control back to core so it fails there. I figured it is a
   good start since the comment spam robots wouldn’t really care about the message.
 * As I continue development, I’ll test out my own kill switch inside the plugin
   but I want to make sure that if I kill it there, I’m not leaving any unresolved
   issues elsewhere.
    If it can exit without causing any other problems, I’ll be
   able to add a more user-friendly message.
 * The plugin updates should keep you posted on my progress but feel free to check
   in occasionally. Take care,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Facebook] Link in FB after liking stops gives error](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/)
 *  Thread Starter [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/#post-3941883)
 * Okay, cleared the FB validation errors. At this point, I think I’ll have to tweak
   my settings.
    You had all the needed diagnostic tools there, I just didn’t understand
   how to use them. Great plugin – thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Facebook] Link in FB after liking stops gives error](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/)
 *  Thread Starter [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/#post-3941880)
 * Sorry, I had written that last response but before I sent I had to answer the
   door and so my message doesn’t apply to what you just wrote.
 * Looks like it cleared the validation error but still got the app id error when
   posting on my timeline.
 * URL is [http://www.sahdism.com](http://www.sahdism.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Facebook] Link in FB after liking stops gives error](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/)
 *  Thread Starter [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/#post-3941877)
 * Found that turned off the FB admins and app_id checkbox in one of my tests and
   forgot to turn it on. Here’s what I got:
 * Not Allowed: Object at URL ‘[http://www.sahdism.com/2013/07/my-wild-days-are-long-gone/&#8217](http://www.sahdism.com/2013/07/my-wild-days-are-long-gone/&#8217);
   of type ‘article’ is invalid because the domain ‘www.sahdism.com’ is not allowed
   for the specified application id.
 * I think it’s in my app setup so I need to look there now, yes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Facebook] Link in FB after liking stops gives error](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/)
 *  Thread Starter [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/#post-3941875)
 * Hello again. I hadn’t checked that. I found this note:
 * fb:admins and fb:app_id tags are missing
 * I just tried adding that on the General>Publisher>Facebook location and cleared
   my WP cache and got the message again. Is that the correct place to add what 
   I should be and is there another cache I should clear?
 * Thanks again for your support.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Facebook] Link in FB after liking stops gives error](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/)
 *  Thread Starter [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/#post-3941864)
 * Glad you had a chance to disconnect and enjoy some camping!
 * Still looking the same on mine but other people’s links are working fine.
 * My description has special characters:
    (n) – a collection of thoughts about 
   parenting by a Stay-At-Home Dad
 * I’m wondering if that is throwing it off…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Facebook] Link in FB after liking stops gives error](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/)
 *  Thread Starter [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/link-in-fb-after-liking-stops-gives-error/#post-3941838)
 * More Information:
 * I found that it only has the failed link when viewing it in my timeline. When
   someone is viewing it through their recent posts feed, it links perfectly. I’m
   not sure how FB constructs the links in their app so I thought this info might
   be useful.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sugar Calendar - Events Calendar, Event Tickets, and Events Management Platform] unable to view previous or next Calendars](https://wordpress.org/support/topic/unable-to-view-previous-or-next-calendars/)
 *  [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/unable-to-view-previous-or-next-calendars/#post-3281278)
 * Me too. If I figure out the conditions that cause it, I’ll post more info on 
   here. Thanks for keeping up on this (and so many other plugins at the same time!)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sugar Calendar - Events Calendar, Event Tickets, and Events Management Platform] unable to view previous or next Calendars](https://wordpress.org/support/topic/unable-to-view-previous-or-next-calendars/)
 *  [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/unable-to-view-previous-or-next-calendars/#post-3281276)
 * [http://batteruppdx.com](http://batteruppdx.com)
 * I just tested it again and it’s working. When I recreated the error, it was on
   localhost but I just added the calendar to the sidebar on the live site and it’s
   not re-producing the error. Curiouser.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sugar Calendar - Events Calendar, Event Tickets, and Events Management Platform] unable to view previous or next Calendars](https://wordpress.org/support/topic/unable-to-view-previous-or-next-calendars/)
 *  [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/unable-to-view-previous-or-next-calendars/#post-3281274)
 * I just recreated the error. It happens consistently when I’m viewing a single
   event and I have the calendar in a sidebar widget. When I’m viewing any page 
   other than a single SC event, it works fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sugar Calendar - Events Calendar, Event Tickets, and Events Management Platform] unable to view previous or next Calendars](https://wordpress.org/support/topic/unable-to-view-previous-or-next-calendars/)
 *  [Stuart Sequeira](https://wordpress.org/support/users/stuartsequeira/)
 * (@stuartsequeira)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/unable-to-view-previous-or-next-calendars/#post-3281273)
 * Hi Pippin,
 * I had the problem appear as well. I re-downloaded the file and the ‘0’ still 
   appeared…but only for a while. It went away and is now working fine. All of this
   within a couple hours of tooling around with other parts of the site design. 
   Weird.
 * WP 3.5.1 and SC 1.0. Firefox and Safari.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/stuartsequeira/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/stuartsequeira/replies/page/2/?output_format=md)