Extended option on People Search

I just noticed that Extended option on People Search does not display members correctly on 7.0.1

Search >> People Search    and click on extended

Is there anyone have this similar issue with 7.0.1, Is this a bug?

How to fix this.

Another Day past.............................
Quote · 30 Apr 2010

Yup. I see problem on my site as well. I would say it's a bug.

https://www.deanbassett.com
Quote · 30 Apr 2010

yep i have this problem too.  it's def a bug.  :)

Quote · 30 Apr 2010

Exists on the boonex.us website as well.

https://www.deanbassett.com
Quote · 30 Apr 2010

Another bug

- not connected - Search >> People Search and click on Per page: 15 - or  page 2 - Profile not available for view

and connected - Search >> People Search and click on Per page:  15 - or page 2  - my profile

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 1 May 2010

yup,  it's another bug. Cry

Boonex please fix this People Search Bug ASAP....

Another Day past.............................
Quote · 1 May 2010

http://www.boonex.com/unity/forums/?action=goto&my_threads=1#topic/Extended-search-messed-up-after-update.htm

Quote · 1 May 2010

/templates/base/css/general.css div.searchrow_block remove the height attribute.

Quote · 1 May 2010

It did not work for me.  Are you referring to this height entry:

div.searchrow_block
 {
  margin:4px;
  height:90px;
 
 }

 

Someday, Someway.
Quote · 1 May 2010

It worked for me, have you cleared the cache (both of them, via ftp)?

Stuart

It did not work for me.  Are you referring to this height entry:

div.searchrow_block
{
margin:4px;
height:90px;

}

There are none so blind as those that will not see.
Quote · 1 May 2010

Yes.  Didn't work at first but is OK now.  Posted new topic on removing age and sex in the results.  Any tips?

Someday, Someway.
Quote · 1 May 2010

Another bug

- not connected - Search >> People Search and click on Per page: 15 - or  page 2 - Profile not available for view

and connected - Search >> People Search and click on Per page:  15 - or page 2  - my profile

see here
http://www.boonex.com/unity/forums/#topic/People-online-number-view-bug.htm

files to edit
templates\base\scripts BxBaseProfileView.php

around line 992 find
$sRequestString = BX_DOL_URL_ROOT . 'profile.php?' . substr( $sRequestString, 1 );
and change to
$sRequestString = $_SERVER['PHP_SELF'] . '?' . substr( $sRequestString, 1 );

that will fix it

Quote · 1 May 2010

Another bug

- not connected - Search >> People Search and click on Per page: 15 - or  page 2 - Profile not available for view

and connected - Search >> People Search and click on Per page:  15 - or page 2  - my profile

see here
http://www.boonex.com/unity/forums/#topic/People-online-number-view-bug.htm

files to edit
templates\base\scripts BxBaseProfileView.php

around line 992 find
$sRequestString = BX_DOL_URL_ROOT . 'profile.php?' . substr( $sRequestString, 1 );
and change to
$sRequestString = $_SERVER['PHP_SELF'] . '?' . substr( $sRequestString, 1 );

that will fix it

We are fixing these by manually editing the files.

Is there any ticket created for Boonex so that they will fix these with next Dolphin version and we do not have to edit the file manually each time.

Another Day past.............................
Quote · 1 May 2010

someone already opened a ticked

Quote · 1 May 2010
 
 
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.