Forum Replies Created
-
AuthorPosts
-
June 12, 2026 at 4:04 AM in reply to: Author cannot upload image and attach to his user profile #50065
EddyPiV
ParticipantPeter,
I have sent the login credentials. Thanks for your help.
June 9, 2026 at 5:39 AM in reply to: Author cannot upload image and attach to his user profile #50059EddyPiV
ParticipantHi Peter,
An image with the screenshot + the Field Group Custom Fields settings
https://drive.google.com/file/d/1Zv3MAEwCaKLa8a5Mv_QM7mQRsCeGbdF1/view?usp=sharingThe header is entered by me in the page, there are just no labels.
June 7, 2026 at 4:16 AM in reply to: Author cannot upload image and attach to his user profile #50048EddyPiV
ParticipantHi Peter,
Why don't I see any labels with the fields? All fields are just shown, no labels at all.
June 5, 2026 at 9:59 PM in reply to: Author cannot upload image and attach to his user profile #50037EddyPiV
ParticipantPeter,
I'll look into that. But shouldn't be the shortcode provided by MetaBox in the Field Groups list be different where Show For = User? Now it is a post type based shortcode that cannot be used for the user.
Anyway, I'll look into this, thanks for now.
June 5, 2026 at 4:55 PM in reply to: Author cannot upload image and attach to his user profile #50033EddyPiV
ParticipantApparently the author is not trying to update his user profile but the current page.
I used the shortcode [mb_frontend_form id='id' ......], I was expecting that that's the shortcode to be used for frontend submission, also for Show For = user.
If that's not the case, what should I use instead?I also observed that I only see the fields, but not the labels. What am I missing? (Sure, the labels, but how to get them visible too)
June 3, 2026 at 4:52 AM in reply to: ✅Field Groups not following the correct Location settings #50022EddyPiV
ParticipantPeter,
I didn't notice the edited user role, but honestly the concept of it is not clear to me. And the Include/Exclude documentation did not help me here.
What I'm doing is I'm creating the field groups with MB and I show them with Views. My end-users never work in the WP admin area, they always work Frontend. Setting/updating field values are mostly done by a forms plugin and AutomatorWP to actually update the metafields.
I'm the only one looking into the Group fields in the WP admin area.
There are 2 roles, and they have different fields applicable to them.When setting the Advanced rule to User role, the Creator fields were shown for all user roles, but the Co-Producer fields were not shown for any role. Using now Edited User role seems to do the job, but still I don't understand the concept or the meaning of "Edited User" in this context.
Anyway, it's working, so thanks for your support.
June 2, 2026 at 2:20 AM in reply to: ✅Field Groups not following the correct Location settings #50016EddyPiV
ParticipantPeter,
If I understand it correctly, the advanced rules in the Location actually means to which user role(s) the group of fields applies. I know it says 'where to display the group', but isn't it really to which role it applies?
This is not about semantics. Because there are 2 groups for user role creator and 2 groups for co-producer. But the groups for the creator are visible /applied to both roles, while the co-producer roles are NOT visible / applied to the co-producer.
That's what I recorded.What's happening now is that
- I have to take out the advanced rules to get the co-producer fields visible for the co-producer role
- for the co-producer I have to fill values for required fields in the creator group to get changes on co-producer fields saved
- I had to take out the advanced rules to get the group visible for the co-producer, and these are now visible to the creator as well. Same story there: If I want to update a creator field, I have to fill the required co-producer fields as well.Can you pls have a look again at my recording?
What am I doing wrong / what am I missing?
May 25, 2026 at 12:24 PM in reply to: Maintaining a list of Countries for the network - possible with Settings page? #49984EddyPiV
ParticipantWell, it helps if I would define the Settings page on the main site of the network. I did it from a subsite, and obviously that won't work.
But it looks like a list for the entire network is not possible, it's really a page, 1 occurrence, correct?
Is there another way to maintain a list for the entire network and be able to link to it at the individual sites?December 12, 2025 at 12:18 AM in reply to: ✅Metabox deactivated after critical error - my mistake - how to recover #49527EddyPiV
ParticipantThanks Peter, I was able to restore a backup in staging and recover the post types and their custom fields and views in the database.
EddyPiV
ParticipantPeter, I don't want to use the wordpress hook.
I follow your recommendation to use the JavaScript code to reload the page. What I want to know is the trigger that should fire the Javascript. If it's not this hook, then what is it?
How can I reload the full page after successful safe?EddyPiV
ParticipantTypo, but result is the same...
jQuery(document).ready(function($) { // This fires when MB Frontend Form finishes saving $(document).on('rwmb_frontend_after_save', function(e, data) { console.log("✅ MB form saved, reloading now...", data); window.location.reload(); }); });EddyPiV
ParticipantI would expect that the action rwmb_frontend_after_save_post should be used, but it's not firing.
This is my reload-after-save-metabox.js:
jQuery(document).ready(function($) { // This fires when MB Frontend Form finishes saving $(document).on('mb_frontend_after_save', function(e, data) { console.log("✅ MB form saved, reloading now...", data); window.location.reload(); }); });I'm a real beginner with JavaScript. Can you point me in the right direction?
EddyPiV
ParticipantYou're right.
As the frontend submission form is loaded within a popup window and I have only the memberid (which is the page title) a used a get_posts with just 1 post.
I've changed it: upon clicking the pencil icon I store the post-id in a user meta field which I read in the View (from where the frontend submission is called).
Now it saves properly.Now just another question arises: I've set the redirect url, but it doesn't reload the entire page. Ajax=false.
How can I reload the entire page, so that the saved changes become visible right after?EddyPiV
ParticipantHi Peter, is there any news on this from the development team?
Regards,
EddyEddyPiV
ParticipantPeter, that's not what I want.
To illustrate this image: https://drive.google.com/file/d/1z-Leoi2ysHyBy6Ek1r7KldYSSp0Qs7UN/view?usp=sharing
I want to toggle, with immediate effect on the images shown. I don't want to submit.
How can I do that?(It's just that the documentation says that it's saved in the database. So I added it as a user meta field. But I actually just need the toggle, switch on / off)
-
AuthorPosts