Split profile form Plugin
-
Hi,
i just installed and activated the split profile plugin, i duplicate the default profile form but i’m not able to see it on profile page.What am i missing?
Thanks
-
Hi @andreacom
Are you referring to the Split profile fields in the link?
https://docs.ultimatemember.com/article/1552-how-to-manage-profile-form-with-a-huge-quantity-of-fieldsRegards,
Hi, yes please i followed all the instructions but it’s not showing maybe some settings on ultimate member?
Hi @andreacom
Could you please check if the Profile tab is enabled? Please go to WP Admin > Ultimate Member > Settings > Appearance > Profile Menu.
Regards,
Hi
yep it is, here you can see the about page and the profile menu enabled.I duplicated 2 profile forms on “Forms”
Hi @andreacom
What’s the directory name of your split form plugin?
I just tried and it works on our end.
https://drive.google.com/file/d/1OQaCMEQuyOLHGwevZ7KBNfrQNI3pPHDH/view?usp=sharingRegards,
wp-content > plugins > profile-forms-master
watch out you shared a private chat screenshot
I also installed this plugin and it doesn’t seem to be working.
I checked the information in the above replys and it still doesn’t workI put some log in the plugin script to identify why it isn´t working
…
error_log(‘1st log’);
if ( function_exists( ‘UM’ ) && !class_exists( ‘UM_Profile_Forms’ ) ) {
error_log(‘2nd log’);
…the second log is not running.
Ultimate member ver 2.1.19 here
-
This reply was modified 4 years, 11 months ago by
andreacom.
This plugin is still a problem and no fix of the install directory by UM
https://wordpress.org/support/topic/split-members-fields-not-working/
Renaming the plugin directory from the zip file name “profile-forms-master”
to “um-profile-forms-master” and you must activate the plugin after the directory rename.Now the plugin will load after Ultimate Member main plugin and the code executes with the links in one line above the profile text and still no subtabs.
-
This reply was modified 4 years, 11 months ago by
missveronica.
Thank you @missveronicatv, i renamed the plugin folder and now it works! Thank you!
Renaming the plugin directory from the zip file name “profile-forms-master”
to “um-profile-forms-master” and you must activate the plugin after the directory rename.so, this is the solution thanks to @missveronicatv it worked to me too but it should be added on Github repo i guess @champsupertramp
Jesus Christ, I’ve shared a different screenshot, Thanks for letting me know @andreacom
I’ll update the instruction.
Regards,
And… just to be boring… the subform are just sorted alphabetically? [Edit i don’t know is it sorted, not by alpha, not by ID form…]
should i use number to sort it out in a different way?
1. data
2. other data
3. so oncan i use . or ) next to the number? @champsupertramp
-
This reply was modified 4 years, 11 months ago by
andreacom.
Yes, you can add numbers before the subforum names as in your example.
Subtabs are sorted in form_id order.Add this code to the “Split profile form” Plugin php file
above the/* add subitems into the profile tab 'main' */:// Mod for removing 1. 2. 3. after sort asort( $this->main_subnav ); foreach( $this->main_subnav as $key => $value ) { $this->main_subnav[$key] = substr( $value, 2 ); } // End mod /* add subitems into the profile tab 'main' */ -
This reply was modified 4 years, 11 months ago by
The topic ‘Split profile form Plugin’ is closed to new replies.