asbell
Forum Replies Created
-
Good catch. It says strip off shortcode and I thought it said include all short codes. Thanks
That depends on how people have designed their stuff and the way people are using your plugin. Your plugin is too new to make any assumptions about how it’s intended to be used
Why don’t you change the architecture? If you intend users to rely on your plugin then the current design causes an explosion of creation of notifications. With a multiple trigger architecture multiple notifications can be consolidated into just one to manage
This would be a big time and management saver
Update and Publish are not working with the custom post types (Pods in this case)
More information…..I tried using POsts instead of a custom post type
Update and Publish worked, and so did Draft but it posted 2x instead of just onceSo perhaps its an issue with custom post types and Publish and Update
Update also does not work https://drive.google.com/open?id=139ZAMT-Exf5K1BUltlaAo6b0vz9BzcVw
When we create a notification it asks for a trigger. We choose from a select menu one trigger. I am asking how we can choose many triggers for a single notification
Found it in Settings. Thanks
Forum: Plugins
In reply to: [Post Type Switcher] The dropdown “Post Type” is not showing in edit screenYeh….its not there
Forum: Plugins
In reply to: [Post Type Switcher] No Bulk Edit available?It does not allow us to select Post Types
Forum: Plugins
In reply to: [Post Type Switcher] no bulk editsame
Forum: Plugins
In reply to: [External Login] Does this include a workflow?I think this the part you’re missing. In this model WordPress is a dummy website that has absolutely no data of any customers or contacts or anything. It is just a website of content. Any calculations or determinations of authorization with regards to what a visitor can see or not see, do or cannot do, is also not in WordPress but based on logic and data outside of WordPress. Authentication is part of this and again that day that is outside of WordPress. WordPress does nothing other than turn to the third party server or app or whatever it is and asked weather The Visitor has been authenticated, and what they are authorized for. In the case that they are not authenticated, in this model, I want the visitor to be given the option of authenticating using data from Facebook, Google, an existing email, or give them the option of creating an account using an email, which includes changing passwords
Forum: Plugins
In reply to: [External Login] Does this include a workflow?Hi Tom. So far I haven’t found a solution. There doesn’t seem to be a plugin that can externalize the table of users and also provide the set of typical workflows to confirm, insert, update, or deactivate. Maybe it’s a new product. What I know is that usually an organization has a table of users in some system, and the data inside it came from a form, from another system, or from a manual entry.