• Resolved ctatarau

    (@ctatarau)


    Hi! When I add a new search form, I can add fields to the form without problems. After publishing, no change is possible any more. If I try to add a new field, I get “message 4” being displayed and nothing happens. Can you please have a look at that?

    WP version 5.3
    Buddypress version 5.0.0
    evolve theme by Theme4Press

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi ctatarau,

    Thank you for your report!

    I’m unable to reproduce this problem, so probably it’s a plugin conflict. Could you please:

    — deactivate all your plugins, except BuddyPress and BP Profile Search
    — switch to a default theme
    — rename bp-custom.php if you have it

    Do you still have the problem?

    Do you see any errors in your browser’s console?

    klausruss

    (@klausruss)

    Hi there,

    I have the same problem as mentioned above.

    Isn’t there any easier way to solve this problem?

    Best,
    Klaus

    Thread Starter ctatarau

    (@ctatarau)

    I tried disabling the plugins (but it worked earlier anyway), switching to the twentytwenty theme and renaming bp-custom.php, and it did not work. My workaround: create a new search form, add all fields, publish, delete the old form which I wanted to change. For now it is OK this way.
    The question for debugging is: where does “message 4” come from? I found this place:

    bps-start.php

    
    add_filter ('post_updated_messages', 'bps_updated_messages');
    function bps_updated_messages ($messages)
    {
    	$messages['bps_form'] = array
    	(
    		 0 => 'message 0',
    		 1 => __('Form updated.', 'bp-profile-search'),
    		 2 => 'message 2',
    		 3 => 'message 3',
    		 4 => 'message 4',
    		 5 => 'message 5',
    		 6 => __('Form created.', 'bp-profile-search'),
    		 7 => 'message 7',
    		 8 => 'message 8',
    		 9 => 'message 9',
    		10 => __('Form draft updated.', 'bp-profile-search'),
    	);
    	return $messages;
    }
    
    Plugin Author Andrea Tarantini

    (@dontdream)

    Hi ctatarau, klausruss,

    I’m not able to reproduce this issue, so if you could identify a conflicting plugin or theme that would help me fix the problem.

    Anyway I’ve made a few tentative changes and, if you are interested, I can send you a test version of BP Profile Search. You can use my Contact page if you don’t want to share your email publicly.

    HannaW

    (@hannaw)

    Same issue here, can’t add field at all. Nothing happens when I click the button, except that i get “message 4”. Tried to turn off all plugins and swith to default theme – no luck. Didn’t find any bp-custom.php.

    Do you have any sollution coming up? That would be soo great!
    Thanks a lot!

    Hanna W

    I have the same problem. There is only option to delete form, and make new with all fields…

    Plugin Author Andrea Tarantini

    (@dontdream)

    Hi all,

    Looks like the problem occurs with Firefox, but not with Chrome or Opera.

    Can you confirm?

    Yes, with chrome works well ?? Although “message 4” appears but new fields add up normally

    Plugin Author Andrea Tarantini

    (@dontdream)

    Hi all,

    BP Profile Search 5.2.3 fixes this problem, that prevented adding new search fields with Firefox.

    Thank you all for your help!

    Amazing support, Andrea! Thank you so much!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can’t add field to an existing form’ is closed to new replies.