change search result "order by"

Hi,

At the moment my search results come up and the "Order By" says "None", i would like to change this to "Latest Activity". Can anyone tell me how to do this?

Russell x

Quote · 22 Jan 2013

Anyone???

Quote · 23 Jan 2013

?????????????

Quote · 26 Jan 2013

Evidently it is not by a simple setting in the backend or someone would have stated it by now.

Geeks, making the world a better place
Quote · 26 Jan 2013

Come on, it cant be that hard?

Quote · 30 Jan 2013

Is this any help?

http://www.boonex.com/forums/?action=goto&search=1#topic/Random-members-Online-.htm

This is my signature, there are many like it but this one is mine...
Quote · 30 Jan 2013

Thanks Richard but this is not what im looking for, i have attached a pic, if you look at the "order by" of the results once the search is complete the order by = none, you can adjust that to "Latest Activity" (pic 2) can you adjust it so they search results show up with the "Latest Activity" first?

Many thanks

Russell

Quote · 30 Jan 2013

search.php  line 106

 

$sSort = isset($_REQUEST['sort']) ? $_REQUEST['sort'] : 'none';

 

change it to:

 

$sSort = isset($_REQUEST['sort']) ? $_REQUEST['sort'] : 'activity';

 

Then around line 180 you have:

 

$aSortingParam = array (

            'none' => _t('_None'),

            'activity' => _t('_Latest activity'),

            'date_reg' => _t('_FieldCaption_DateReg_View'),

 

Change it to :

 

$aSortingParam = array (

            'activity' => _t('_Latest activity'),

            'date_reg' => _t('_FieldCaption_DateReg_View'),

            'none' => _t('_None'),

 

Then see what happens.  I didn't test this so i don't know if it will work.... 

 

   

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 30 Jan 2013

Hi there 

Made them changes and no change! still order by none! please see the attached pic!

Russell

Quote · 31 Jan 2013

How to change the word  "rate" order by to "popularity"?

If changed in langauge settings will that effect other sentences in the site?

Quote · 1 Jun 2018

It may do, but it could improve things as well. if it screws things up, just change it back to Rate.

I think it's this one.

 _Rate (System)

Quote · 1 Jun 2018

 

How to change the word  "rate" order by to "popularity"?

If changed in langauge settings will that effect other sentences in the site?

 Any solution?

Quote · 7 Jun 2018

 

 

How to change the word  "rate" order by to "popularity"?

If changed in langauge settings will that effect other sentences in the site?

 Any solution?

Please reply.... boonex team!

Quote · 9 Jul 2018
 
 
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.