Stuart Sequeira
Forum Replies Created
-
@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.
@whereverpanda Yes, I checked that code to ensure it is correct.
@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.
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, 7 months ago by Stuart Sequeira.
- This reply was modified 4 years, 7 months ago by Stuart Sequeira.
Forum: Plugins
In reply to: [Comment Gatekeeper] Wrong message in error codeGregg,
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
In reply to: [Comment Gatekeeper] Wrong message in error codeHi 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
In reply to: [NextGEN Facebook] Link in FB after liking stops gives errorOkay, 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
In reply to: [NextGEN Facebook] Link in FB after liking stops gives errorSorry, 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
Forum: Plugins
In reply to: [NextGEN Facebook] Link in FB after liking stops gives errorFound 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/’ 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
In reply to: [NextGEN Facebook] Link in FB after liking stops gives errorHello 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
In reply to: [NextGEN Facebook] Link in FB after liking stops gives errorGlad 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 DadI’m wondering if that is throwing it off…
Forum: Plugins
In reply to: [NextGEN Facebook] Link in FB after liking stops gives errorMore 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.
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!)
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.
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.
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.