Hello...
We are using cb online module...
Display Mode: Online users
User-text: Customized to fit our needs.
When admin is logged in frontend the module works as expected and this is what he sees:
But Registered users are not able to view the Usernames of the logged in users...
Can you please point us to the right direction so that "formatname" also becomes visible for registered users on cb online module?
Thank you.
The custom code we use in User-text field is the following:
Code:
<div class="row">
<div class="column1">[cb:userfield field="avatar" reason="list" /]</div>
<div class="column2">[cb:userfield field="formatname" reason="list" /][cb:if cb_sex_predefined="_UE_GENDER_1"]<div id="circlem"></div>[/cb:if][cb:if cb_sex_predefined="_UE_GENDER_2"]<div id="circlef"></div>[/cb:if][cb:if cb_sex_predefined="_UE_GENDER_3"]<div id="circlec"></div>[/cb:if][cb:if cb_sex_predefined="_UE_GENDER_4"]<div id="circlet"></div>[/cb:if]</div>
</div>