Search Pagination Bug

Hi this bug can be easily fixed, but does also exist at Boonex.us on the people search http://boonex.us/search.php when you use the pagination it sends you to profile.php instead of search.php therefore displaying no results.

The fix is to find on /templates/base/scripts/BxBaseProfileView.php

$sRequestString = BX_DOL_URL_ROOT . 'profile.php?' . substr( $sRequestString, 1 );

and replace with

$sRequestString = BX_DOL_URL_ROOT . 'search.php?' . substr( $sRequestString, 1 );

Regards

Dave....

Quote · 1 May 2010

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

Quote · 2 May 2010

Aye bless both of you. You guys are of the same genius minds!

Quote · 2 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.