Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 39 total)
  • Author
    Posts
  • in reply to: Admin Columns: Sample code has PHP Errors? #31147
    jmcbadejmcbade
    Participant

    Long,

    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.

    jmcbadejmcbade
    Participant

    That worked for me after some edits.

    Thank you for your reply and answer.

    jmcbadejmcbade
    Participant

    Looks like it's happening from the front end also.

    in reply to: Something is not right with the shortcode on page ID: #31082
    jmcbadejmcbade
    Participant

    You 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.

    in reply to: Something is not right with the shortcode on page ID: #31080
    jmcbadejmcbade
    Participant

    Sorry 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?

    in reply to: Something is not right with the shortcode on page ID: #31052
    jmcbadejmcbade
    Participant

    Ok, 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-dashboard

    Yes 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.

    in reply to: Something is not right with the shortcode on page ID: #31037
    jmcbadejmcbade
    Participant

    BTW, 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?

    in reply to: Something is not right with the shortcode on page ID: #31035
    jmcbadejmcbade
    Participant

    It 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?

    in reply to: Something is not right with the shortcode on page ID: #31029
    jmcbadejmcbade
    Participant

    The 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.

    in reply to: Something is not right with the shortcode on page ID: #31023
    jmcbadejmcbade
    Participant

    If I want to create a CPT, form and dashboard that a certain level user all of them can use?

    in reply to: Something is not right with the shortcode on page ID: #31022
    jmcbadejmcbade
    Participant

    Here is the CPT code if you need that: Link:

    And here is the Custom Fields code: Link:

    in reply to: Something is not right with the shortcode on page ID: #30989
    jmcbadejmcbade
    Participant

    When 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".

    in reply to: Something is not right with the shortcode on page ID: #30988
    jmcbadejmcbade
    Participant

    I 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.

    in reply to: Something is not right with the shortcode on page ID: #30987
    jmcbadejmcbade
    Participant

    Do 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.

    in reply to: Something is not right with the shortcode on page ID: #30979
    jmcbadejmcbade
    Participant

    I 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".

Viewing 15 posts - 16 through 30 (of 39 total)