Forum Replies Created
-
AuthorPosts
-
jmcbade
ParticipantLong,
I know that it's a closing parentheses error.
I need you to read posts when I make them. You really need to slow down and read more carefully.
I included a link from the code I am referring to in my original post. It's straight off the page from your site copied in it's entirety. I tried copying it with a "select" and I tried copying it using the "copy" button. Neither was successful.
Try it yourself.
October 3, 2021 at 4:13 PM in reply to: ✅Trying to set Title from field in CPT From the Custom Fields) #31122jmcbade
ParticipantThat worked for me after some edits.
Thank you for your reply and answer.
October 2, 2021 at 7:07 PM in reply to: ✅Trying to set Title from field in CPT From the Custom Fields) #31115jmcbade
ParticipantLooks like it's happening from the front end also.
September 30, 2021 at 9:31 AM in reply to: Something is not right with the shortcode on page ID: #31082jmcbade
ParticipantYou are clear that I am asking how to duplicate this WITHOUT "Dashboard" yes?
I find it really hard to believe that there is not a way with Metabox to accomplish this when this would be a very common requirement for a web based app to expose all posts of a type to a group identified by Role/capability.
This is VERY easy and most common to do in ACF.
September 30, 2021 at 7:20 AM in reply to: Something is not right with the shortcode on page ID: #31080jmcbade
ParticipantSorry Long but I don't think you have. Again, I don't think you are reading very carefully or there is some kind of language issue possibly?
s there way for me to construct what I need in MB to achieve my goal? until the MB devs make this possible with "Dashboard"?
If so, what resources can you point me to to accomplish this? I can't possibly be the only person wanting to do this right? It says in the documentation that it is but it does not say how it's done in MB. No working example.
How can I do this without Dashboard then?
September 28, 2021 at 10:27 PM in reply to: Something is not right with the shortcode on page ID: #31052jmcbade
ParticipantOk, on the "Switch Fields" issue, I will look at the switch fields again but I think if this is an issue, it should cast an error or get filtered in the process, but not just "do nothing". It also would have been nice to see your solution without having to ask again?
Regarding the frontend dashboard, we've had a note for this case "To let users view and edit their submitted posts ...", please read more here
https://docs.metabox.io/extensions/mb-frontend-submission/#user-posts-dashboardYes I read that too. Good that the dev team might consider it because in ACF this is a non issue - easy to do.
You seem to miss questions I ask previously, (I am not sure why), so I will ask this one again. (I'm willing to break up questions into their own threads if that's what it takes?) Maybe I am asking too much in the same thread and in your rush, you are missing my questions?
Is there way for me to construct what I need in MB to achieve my goal? until the MB devs make this possible with "Dashboard"?
If so, what resources can you point me to to accomplish this? I can't possibly be the only person wanting to do this right? It says in the documentation that it is but it does not say how it's done in MB. No working example.
September 28, 2021 at 7:36 PM in reply to: Something is not right with the shortcode on page ID: #31037jmcbade
ParticipantBTW, I sent you gave you pastebins for the CPT and the Custom fields concerning the switch fields not being saved. Have you looked at that?
You seem lost and not able to track the issues together. Should I be breaking up my questions into separate threads? Would you then be able to answer these questions better?
September 28, 2021 at 7:07 PM in reply to: Something is not right with the shortcode on page ID: #31035jmcbade
ParticipantIt looks like the Dashboard is "locked" into managing only a specific user's posts as you said. I tried a User Role editor and no change.
Couldn't this be tweaked somehow? I'm trying to make this work but since you don't seem to have documentation to generate this myself with role based permissions... Where would I look in the docs to get to create my own version based on roles?
September 28, 2021 at 2:58 PM in reply to: Something is not right with the shortcode on page ID: #31029jmcbade
ParticipantThe Frontend Dashboard only support allowing the users to edit their own post, not allow them to edit posts of another one.
Makes it pretty worthless then for my application.
How would is do it then without that but with the same functionality, but giving me control for a role rather than a particular user?
I want to use MB but I keep hitting walls and issues. It very frustrating.
September 28, 2021 at 8:30 AM in reply to: Something is not right with the shortcode on page ID: #31023jmcbade
ParticipantIf I want to create a CPT, form and dashboard that a certain level user all of them can use?
September 28, 2021 at 8:08 AM in reply to: Something is not right with the shortcode on page ID: #31022jmcbade
ParticipantSeptember 27, 2021 at 8:44 AM in reply to: Something is not right with the shortcode on page ID: #30989jmcbade
ParticipantWhen I view the page with the form, no delete button. I also have a page with the "Dashboard" that refers to the SAME page form and when I use the edit pencil from there, the record shows with the data (most of it - see below) and the "Delete" button shows there. Huh!?
Also, some of the fields are not working like the "Switch" fields don't keep there settings. Why? When I go to the back end they are not being saved as well. They are defaulting to a greyed out "off" position - even when I set to required and default to "On".
September 27, 2021 at 8:24 AM in reply to: Something is not right with the shortcode on page ID: #30988jmcbade
ParticipantI changed the shortcode to this:
[mb_frontend_form id="vehicles" post_fields="title, thumbnail" post_type="vehicles" allow_delete=true edit=true ajax=true delete_confirmation="Are you SURE? All post and attachments will be deleted."]
Still nothing but a "Submit" button. Very frustrating.
Please create some working examples of these various params listed at:
https://docs.metabox.io/extensions/mb-frontend-submission/
with the shordcode and output examples. Put them in the documentation also please.
September 27, 2021 at 7:44 AM in reply to: Something is not right with the shortcode on page ID: #30987jmcbade
ParticipantDo you see in my example I have set ajax="true" in my shortcode above? I am not seeing the delete button. Should it be ajax=true (without the quotes)?
I would request that your documentation have a lot more examples including some working shortcodes with the parameters being used and a screen shot of the output.
September 26, 2021 at 6:58 PM in reply to: Something is not right with the shortcode on page ID: #30979jmcbade
ParticipantI am trying to add the attributes found at Link: and some seem to work and some don't.
My current shortcode looks like: [mb_frontend_form id="vehicles" post_fields="title, thumbnail" post_type="vehicles" allow_delete="true" edit="true" ajax="true" delete_confirmation="Are you SURE? All post and attachments will be deleted."]
For example, I don't see a "Delete button".
-
AuthorPosts