• Resolved andreacom

    (@andreacom)


    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

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Thread Starter andreacom

    (@andreacom)

    Hi, yes please i followed all the instructions but it’s not showing maybe some settings on ultimate member?

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @andreacom

    Could you please check if the Profile tab is enabled? Please go to WP Admin > Ultimate Member > Settings > Appearance > Profile Menu.

    Regards,

    Thread Starter andreacom

    (@andreacom)

    Hi
    yep it is, here you can see the about page and the profile menu enabled.

    I duplicated 2 profile forms on “Forms”

    screenshot

    Plugin Contributor Champ Camba

    (@champsupertramp)

    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=sharing

    Regards,

    Thread Starter andreacom

    (@andreacom)

    wp-content > plugins > profile-forms-master

    watch out you shared a private chat screenshot

    otakejame

    (@otakejame)

    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 work

    otakejame

    (@otakejame)

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

    Thread Starter andreacom

    (@andreacom)

    Ultimate member ver 2.1.19 here

    • This reply was modified 5 years ago by andreacom.
    missveronica

    (@missveronicatv)

    @andreacom
    @otakejame

    This plugin is still a problem and no fix of the install directory by UM

    https://ww.wp.xz.cn/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.

    otakejame

    (@otakejame)

    Thank you @missveronicatv, i renamed the plugin folder and now it works! Thank you!

    Thread Starter andreacom

    (@andreacom)

    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

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Jesus Christ, I’ve shared a different screenshot, Thanks for letting me know @andreacom

    I’ll update the instruction.

    Regards,

    Thread Starter andreacom

    (@andreacom)

    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 on

    can i use . or ) next to the number? @champsupertramp

    • This reply was modified 5 years ago by andreacom.
    missveronica

    (@missveronicatv)

    @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' */
Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘Split profile form Plugin’ is closed to new replies.