earthdog
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Master Detail form (Sales Order)@threadi Thank you. Yes it seems that some minor code would have to be written. I will compare the effort to creating a small Vue app for that , and will decide.
Forum: Developing with WordPress
In reply to: Master Detail form (Sales Order)@threadi I need to build up fast a form that i want to give out to some salesperson in order to enter the sales orders directly and not writing on paper. So i need something to be simple enough to not scare them and for them to be able to enter the customer and product details.
Customers and Products should be populated from an export that i will regularly do from our SAP ERP.
When they save the order i need an email to be sent with details to someone.
Forum: Plugins
In reply to: Redirect on deleting custom post typeMaybe the action is NOT completed because you force exit;
This is happening to me in delete_post action and i am searching for the same problem
i would like to add that i tried everything i could by altering subscriber role and its capabilities but i did not work….i can simply change the id from the backend url and i can see any APT from another author…
also tried all the examples from restrict and restrict_author with no luck..
i am using pods_ui with false value for the second param…
Forum: Everything else WordPress
In reply to: Custom Post Types database persistance. Why not?Thank you very much.
Forum: Everything else WordPress
In reply to: Custom Post Types database persistance. Why not?So if someone wants to just Crete/Edit/Delete/Update a simple task list in WordPress and keep this data even in CPT in the back end, is this out of scope for WP?
Forum: Everything else WordPress
In reply to: Custom Post Types database persistance. Why not?Ultimately if one want to have a simple /moderate CRUD application where he turns too? CPTs with Custom taxonomies and custom fields, or he does go the way of custom tables? OR he doesnt do it in WP?
Forum: Everything else WordPress
In reply to: Custom Post Types database persistance. Why not?I hear what you say, and i have understood that there is a fine line when WordPress stops being suitable for our needs.
Nevertheless , it looks a little “broken” or “weird” if you may say that one can disable/delete/unregister CPTs but the data may still remain orphan inside the DB.
Yes WP does not fit the definition of an application framework, but there are some scenarios that most clients need, and that is a simple to moderate complexity CRUD via the frontend. One can persuade the client to use CRUD on CPT via the backend and let the frontend display the data.
I am aware of the WP REST API and i am waiting for it to be released finally and i think it is a great way of saying to the world “i am fed up with your frontend peculiarities, take the rest api let me do what i do best (backend) and do whatever you need at the back”….
Thanks for the link.
Of course i have posted also to laravel.io and stackexchange..
This is what i have started.
https://www.domain.com -> WP
my.domain.com -> Laraveli just want to sync WP <-> Users having Laravel as primary…
This is the minimum , and the other is the looks….
I see,
My backend will be a platform that each user will maintain in private. Private entries,entities nad custom reporting..I explored the possibility for this to be in WP but i dont think it fits.
My front end will not be simple and i wan tto have a simple blog platform / subscriptions /forum. Why to build it from scratch?
My backend on the other hand will be a simple but yet full custom solution that it would be a pain to do in WP.
Forum: Fixing WordPress
In reply to: A thin line between native wordpress bahaviour and 3rd party themesSee here: STACKOVER FLOW POST
Forum: Plugins
In reply to: Custom development ideas – Please advice on my optionsI like wp simplicity and coding, but on the other hand if it seems too much of a stretch i wouldn’t upset WP to make it be something that is not. hence the question here.. thanks for your input…
Laravel 5 seems more pretty as time oasses by ??