I want to have a list of attended CB users to a event. When the user fill in the registration to the event they can decide to be anonymus.
Want to have configurable fields from the CB profile.
Like the way Software4Jomla have done their interface for modules for user controls..
A% = Avatar U% = Username G% = Gender etc.. to build ->
<tr>
<td>A%</td>
</tr>
<tr>
<td>%U</td>
<td>%G</td>
<td>%Event</td>
<td>%Eventdate</td>
</tr>
with the different \"macro\" comes some intelligence like gendersupport konfig -> show as image/text
%A and %U should show \"Anonymus\" if the user decide to have anonymus flag set. This should be able to have a field in CB for this as a user Plug-In so the function could be set to \"show,Anonymus,Show friends\" and be done once, but be able to be override in each registration