danielmarseille
for me there is only one real problem - when bugs are fixed -- that create new bugs - elsewhere


Take this example : (but there are other new bug on D7.0.1)

D7.0.0 - no bugs
http://demozzz.com/dolphin7b/search.php
Search >> People Search and click on extended - no bug
not connected - Search >> People Search and click on Per page: 15 - or page 2 - no bug
and connected - Search >> People Search and click on Per page: 15 - or page 2 - no bug

D7.0.1 - bugs
http://boonex.us/
Search see more >> People Search and click on extended - bug
not connected - Search >> People Search and click on Per page: 15 - or page 2 - bug - Profile not available for view
and connected - Search >> People Search and click on Per page: 15 - or page 2 - bug - your profile

for - People Search and click on extended -
D7 - css.general
div.searchrow_block
{
margin:4px;

}

D7.O.1 - css.general

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

}

height:90px; - has been added - this makes the bug

for - People Search and click on Per page: 15 - or page 2 -

D 7.0.0 - no bug - BxBaseProfileView.php
$sRequestString = $_SERVER['PHP_SELF'] . '?' . substr( $sRequestString, 1 );

D 7.0.1- bug - BxBaseProfileView.php
$sRequestString = BX_DOL_URL_ROOT . 'profile.php?' . substr( $sRequestString, 1 );

I guess it was modified to correct bugs - but as you can see - that create new bug to another location

when bonnex have solved this problem - everything will be fine
 
 
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.
PET:0.097401142120361