Support Forum
Well - the whole thing is driven by a template so adding and removing items is pretty straightforward although there is no display function for the location at the moment. But it could be done inline with a little simple html.
More importantly - Location is not a part of the data object that populates each members row. This can be overcome using a couple of WP style filters but I would warn you that because of the really rather nasty way that WordPress stores user profile data it would mean an extra SQL query for every row - i,e., per member displayed. So a little on the expensive side.
Does that sound worth tackling?
YELLOW
SWORDFISH
|
Being serious for a moment it really depends what people may want to use the membership list for. We have all sorts from people who would like more to people who went less!
As I explained - the main issue is not what data to show but getting at that data, I was quite serious in my criticism of the way WordPress stores user profile data. They have made it impossible to perform simple and quick database queries to get at this data and every item of data you add adds complex database reads which slows things up when shown in a list. But it can be done.
YELLOW
SWORDFISH
|
the template file for the members list can show whatever you like... as a default, we had to choose something that exists within the forum since no way for us to have any idea what users might have or want there that might be unique per site...
have you looked at the spMembersView.php template file in the sp theme you are using? you could replace the entire display (even the sp head and foot blocks) and put whatever you want there... if you have a wp plugin with a template tag for displaying the info (ie address book), you cold add it instead and display it...
the template files are very flexible and powerful for modification...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)