I am using Joomla 2.5.11 and cb 1.9
in list view I want to change to not view the avatar thumbnail but the avatar image itself.
The cell of the user list ist saved in this variable $fieldView->value
components/com_comprofiler/plugins/templates/default/default.php
around line 490.
No need for that. Simply create a delimiter field and supply it the below substitution. Then add the delimiter field to your userlist in one of its columns.
[cb:userfield field="avatar" reason="profile" /]
Note the code block you provided is generic and renders ALL fields. It will not help you in this regard. The list display of a field is always thumbnail.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.