Sorry for not express myself clear enough. I would like to have a front-end user-management within joomla/CB, based on admin-defined userlists (e.g. lastvisit > 1 year or other) and tic-marks for selecting users and buttons to do different task on selected users.
My programming practice isn’t good enough to make this within CB plugin framework, but I guess I will be able to make a standalone solution, selecting data for the appropriate tables in the database, displaying them in a table an add my button that update the banned user field in the database and so on. Of cause I can put a wrapper around this page so it looks like an integrated joomla part.
But of cause I will get problem with access control, possible table structure change in futher version of joomla/CB and hundreds of other issue that I haven’t think of!
regards