Skip to:
Content
Pages
Categories
Search
Top
Bottom

What Template File Contains Advanced Search Form – Members

  • I need to re-style the Advanced Search “toggle” form in Members. Does anyone know off-hand where the form file is located?

    Thanks.

Viewing 1 replies (of 1 total)

  • Tudmak
    Participant

    @tudmak

    I know its been a while since you asked this, but better late than never. Look for:

    <?php if (in_array ('Enabled', (array)$bps_options['show'])) { ?>
    <script type="text/javascript">
    	jQuery(document).ready(function($) {
    		$('#bps_action').hide();
    		$('#bps_show').click(function(){
    			$('#bps_action').toggle();
    		});
    	});
    </script>
    <?php } ?>

    In home/wp-content/plugins/bp-profile-search/bps-searchform.php

Viewing 1 replies (of 1 total)
  • The topic ‘What Template File Contains Advanced Search Form – Members’ is closed to new replies.
Skip to toolbar