Hi,
Do you think it would be easy to make an Ajax user list with the users search engine ? Does your default.php in templates folder allow to do it ?
On the top of the page, we have the search fields which would send GET parameters to the bottom list in Ajax.
The list would refresh according to the new parameters ( the whole list or only the user blocks, only user blocks is better )
I see that on default.php, you have the following functions in a class which looks like the different blocks of CB.
protected function _renderHead( ) <- looks like this is the search fields
protected function _renderBody( ) <- looks like this is the "frame" of the user list
private function _getUserListCell( $cellFields ) <- looks like this is the user cells
The goal is to stay on the same page without reloading the whole page at every submit and maybe use the same GET parameters to display a map with the users location ( which I am working on ... quite painfully to be honest
)
Thanks
P.S : I am not very familiar with Joomla yet...