mojomike
08-23-2004, 01:24 AM
here is a simple bug fix for the bluebevel_mod
it fixes the saved search and favorite listing
search within the bluebevel_mod directory for
right_panel.html
look for the code '$config[baseurl];/members/listsavedsearches.php'
and replace with '$config[baseurl]/members/listsavedsearches.php'
( get rid of that semi-collin )
look for code 'config[baseurl]/members/listfavorites.php'
and replace it with '$config[baseurl]/members/listfavorites.php'
( add the dollar sign )
MojoMike
it fixes the saved search and favorite listing
search within the bluebevel_mod directory for
right_panel.html
look for the code '$config[baseurl];/members/listsavedsearches.php'
and replace with '$config[baseurl]/members/listsavedsearches.php'
( get rid of that semi-collin )
look for code 'config[baseurl]/members/listfavorites.php'
and replace it with '$config[baseurl]/members/listfavorites.php'
( add the dollar sign )
MojoMike