• Hi,

    Is there a way to properly customize the form templates? I don’t to directly change the codes in the plugin.

    I want to create a search form just below the header. So the form layout should be horizontal.

    Thanks,
    Marc

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

    (@dontdream)

    Hi Marc,

    You can copy one of the existing templates

    (from wp-content/plugins/bp-profile-search/templates/members)

    to your child theme

    (to wp-content/themes/name_of_your_child_theme/buddypress/members)

    then you can modify it according to your needs.

    When you’ll select that template name for your search form, BP Profile Search will use your modified version instead of the standard one.

    Thread Starter Marc Luther Capulong

    (@mlcapulong)

    Great! Thank you!

    Hello Andrea,

    Come stai? spero bene!

    Please, i am having a hard time updating the templates I did create a buddypress/members directory in the Geodirectory – Supreme child theme, and copíed “bps-form-inline” template from Kleo theme and pasted, but I still only have the deafult templates as option in the backpanel, if possible any hint would be greatly appreciated, I am now on a localhost, and everything seems to work fine.

    Thank you

    Plugin Author Andrea Tarantini

    (@dontdream)

    Ciao @junglereef,

    Sorry for the late reply!

    You can add this code to your bp-custom.php file:

    add_filter ('bps_templates', 'add_template');
    function add_template ($templates)
    {
    	$templates[] = 'members/bps-form-inline';
    	return $templates;
    }

    Ciao Andrea,

    Regarding the bellow issue I solved using another updated WPML widget, now my main problem is to result page won’t display in secondary languages if you could help me with that would be amazing the site is http://www.tourpass.rio and posted in the following forum link https://ww.wp.xz.cn/support/topic/bug-with-bp-multilanguage/#post-9082327 ,

    Really Appreciate., Cmq se vuoi possiamo parlare anche Italiano gentilissimo!

    Junglereef

    Plugin Author Andrea Tarantini

    (@dontdream)

    BP Profile Search 4.7.4 should fix these issues, please let me know if something is missing. Thanks for letting me test the changes on your site!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Form Template Customization’ is closed to new replies.