Change Quick Search

I'd like to change the "Quick Search" box on the homepage to "Search Events". Does anyone know how to do this?

Quote · 25 Mar 2011

Anyone? I'd be willing to pay for this...

Quote · 28 Mar 2011

 

Anyone? I'd be willing to pay for this...

Post this in a job section please

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 28 Mar 2011

Why the jobs section? Just do a search for the string "Quick Search" in languages, you can change it there.

Quote · 28 Mar 2011

That will change the heading on the box but the function will still search profiles, not events. Sorry, perhaps I wasn't clear!

Quote · 28 Mar 2011

I think I need to change this section from the BxBaseIndexPageView.php file:

function getBlockCode_QuickSearch() {
  $aProfile = isLogged() ? getProfileInfo() : array();

  // default params for search form
  $aDefaultParams = array(
   'LookingFor'  => !empty($aProfile['Sex'])        ? $aProfile['Sex']           : 'male',
   'Sex'         => !empty($aProfile['LookingFor']) ? $aProfile['LookingFor']    : 'female',
   'Country'     => !empty($aProfile['Country'])    ? $aProfile['Country']       : getParam('default_country'),
   'DateOfBirth' => getParam('search_start_age') . '-' . getParam('search_end_age'),
  );

But change to what??

Quote · 28 Mar 2011

What I'd do is create my own php search function and a corresponding results page for events.  That way I could make the results page look exactly like I need it to look.  I love Deanos Tools Mod.  If you know php, css, html and a little JQuery, you can do just about anything without regard to the restrai-nts of the Dolphin Framework.

If you need help, of course, you can post it in the jobs section or you can just send me a message and we can work something out.

Quote · 28 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.