Search button

Team,

I have a custom index plugin and was able to display the search bar. How can I add the actual Search button so users can click on it.

Cheers

  • echo elgg_view('search/search_box', array('class' => 'elgg-search-header'));

    should add both the search input field and button with the same styling as it's shown also in the site header.

  • Super! this one worked! I'm only missing the actual clickable "Search" button, could you help me on how to show it?

    Thanks, iionly

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking