Forum Replies Created
-
AuthorPosts
-
Unakriti
ParticipantHi,
Sorry to jump in on this thread. But I could not locate the "tel" field in the dropdown - https://imgur.com/a/69MpkwC
How to get the phone format using HTML5 field?
Kind regards,
Unakriti
ParticipantThank you Long,
I have added a custom field to LearnPress course CPT. At the moment, it only displays a read-only field. Can I use Frontend Submission / User Profile extension to make it editable - so that a customer can pick a particular batch from a dropdown when buying the course? Any guide you can redirect me to to accomplish this please?
Kind regards,
February 10, 2022 at 5:27 PM in reply to: ✅How to display custom fields on cards on LearnPress archive page? #33823Unakriti
ParticipantHi Long Nguyen,
Your code is good and works . I just had to change the hook / location. All good. Appreciate your support.
PS: You may please close this ticket
Kind regards,
February 10, 2022 at 11:04 AM in reply to: ✅How to display custom fields on cards on LearnPress archive page? #33813Unakriti
ParticipantThank you so much Long Nguyen. It works but replaces the item title on the card.
I want to display the date field underneath the title.
Any advise please?
Kind regards,
February 9, 2022 at 5:07 PM in reply to: ✅How to display custom fields on cards on LearnPress archive page? #33795Unakriti
ParticipantPS: For this display location, LearnPress team had suggested to use hooks from a file documented here - https://github.com/LearnPress/learnpress/blob/develop/templates/content-course.php
PS: I tried an action 'learn-press/courses-loop-item-title' and others listed therein. But it does not work for me. Appreciate your help please.
Kind regards,
Unakriti
ParticipantAm not sure what the roadmap for MB Frontend Dashboard Extension looks like, but it'd be great if you might include a way to, say, register backend dashboards for each menu and submenu item in WordPress admin as CPTs and then displaying it with a shortcode (without the need for a corresponding submission form page). That way, any WP backend screen can be brought to the frontend easily.
Kind regards,
Unakriti
ParticipantThank you. Yes, it works as you said but unfortunately, does not bring much utility. These are the steps I followed to test:
-
1. Created the For Submission page with this shortcode [mb_frontend_form post_fields="title,content" post_type="cpt-slug"]
2. Created the dashboard page with this shortcode [mb_frontend_dashboard edit_page="124"]
Created a CPT manually
3. Refreshed the dashboard and it shows the CPT with only title and content - which is irrelevant for this CPT.This CPT has an elaborate dashboard for itself on the backend - with submenus etc. I was hoping that since it is using Metabox, displaying the dashboard on the frontend should be straightforward with your extension. Appreciate your support.
Kind regards,
Unakriti
ParticipantThank you. I am total newbie with MB and not a programmer. Just want to verify the process please.
Step 1
So I first create a dummy form submission page using the shortcode
[mb_frontend_form post_fields="title,content"]Step 2
Then,create another page with the shortcode
[mb_frontend_dashboard edit_page="124"]
Here, I will substitute the page id of 124 with the page id of the form submission page I create in step 1.Could you please confirm whether these are the only two steps required? I am not sure because I do not see a place to specify the CPT type in these shortcodes.
You are right, at the moment, the premium plugin does not support editing posts on the frontend. Will making this dashboard enable frontend editing of CPTs?
Kind regards,
Unakriti
ParticipantThank you so much to respond on a holiday!
Yes, my system assigns ownership of the CPT to the customer who buys it.
But, if you don't mind me asking, why do we need the frontend Form shortcode - since there is no form submission happening - its only product purchases which creates the CPT.
Kind regards
Unakriti
ParticipantSorry, I am getting back to tackle this afresh after a while - Got busy with client work. Hope you don't mind if I'm not prompt with my replies here.
I just looked up the support thread here and it seems familiar from my previous attempt. But only somewhat.
Here's my particular scenario:
-
I use a premium plugin, which in turn uses Meta Box free version.
This premium plugin creates CPTs when a customer makes a purchase on the WooCommerce store.
The plugin offers the customer a dashboard for managing such CPTs on the WP backend.
Please note that I do not have a special frontend CPT submission form page here - but only a WooCommerce store.Now, I simply need to display this dashboard on the frontend.How to display this customer dashboard on the frontend in such a scenario please?
Kind regards,
Unakriti
ParticipantThank you. If there's a Trello I can follow and upvote I'd be happy to.
Kind regards
Unakriti
ParticipantWith respect, this could be a good plugin to acquire or emulate as an MB solution offering.
Kind regards,
Unakriti
ParticipantThank you! If I compare, the MB Extension requires a fair bit of coding and more time to do the same job.
Kind regards, -
AuthorPosts