Make Extended View Default

For searches, to make extended profile view on search display simply change one file:

BxBaseProfileView around line 952 (templates/base/scripts/)

from: $sOutputMode = (isset ($_REQUEST['search_result_mode']) && $_REQUEST['search_result_mode']=='ext') ? 'sim' : 'ext';

to: $sOutputMode = (isset ($_REQUEST['search_result_mode']) && $_REQUEST['search_result_mode']=='sim') ? 'sim' : 'ext';

Quote · 11 Mar 2010

maurice - what exactly does "extended view" mean?  I probably should know, but I don't.

Quote · 11 Mar 2010

Extended view on search results, in stead of seeing only someone's avatar and name it shows much more.

Quote · 11 Mar 2010

Hey there Maurice

 

Can you tell me if this makes ALL search results default to "Extended View" please ?

 

If not, can you pleae tell me what files I need to change to make all search results, that display users, default to "Extended" ?

 

Thanks

 

Paul

Quote · 16 Mar 2010

http://www.boonex.com/unity/forums/?action=goto&my_threads=1#topic/Change-Default-to-Extended.htm

Quote · 16 Mar 2010

 but in 7.2.1,it is not worked,

For searches, to make extended profile view on search display simply change one file:

BxBaseProfileView around line 952 (templates/base/scripts/)

from: $sOutputMode = (isset ($_REQUEST['search_result_mode']) && $_REQUEST['search_result_mode']=='ext') ? 'sim' : 'ext';

to: $sOutputMode = (isset ($_REQUEST['search_result_mode']) && $_REQUEST['search_result_mode']=='sim') ? 'sim' : 'ext';

 

 

Quote · 4 Jan 2016
 
 
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.