1. dap
  2. General
  3. Tuesday, August 21 2018, 08:02 PM
Hello,

I am trying to edit the layout of the User List results.
1. There is a colon ":" character that appears when title is set to not show for a custom image field (above Cell Phone field). How can I hide it?
2. I would like to move the same custom image field next to the name field. Will this require editing CSS or PHP files?
3. How can I rearrange the order of the fields displayed?
Attachments (3)
admin Accepted Answer
Admin
Hi,
1) this seems a bug from older version, anyway you should be able to hide ":" char with a CSS code
2) 3) all these things are possible with Joomla Template override feature, you should copy layout file from /components/com_jsn/views/list/tmpl/default_user.php to /templates/your-template-folder/html/com_jsn/list/ and customize new file.
  1. more than a month ago
  2. General
  3. # 1
dap Accepted Answer
What do I customize in the default_user.php file? I see an array is created under <div class="jsn-l-fields">, but which part controls the order of the fields displayed in the User List? I would like to show the Position, Department, Email Address, Extension, then the Cell Phone field.
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
the array contains the alias of fields to show, you can change array to set your preferred order.
  1. more than a month ago
  2. General
  3. # 3
dap Accepted Answer
I do not see any field aliases in the default_user.php file, only the loop that retrieves the list_fields. Screenshot is the part I am referring to. Please clarify where the field aliases are defined.
  1. more than a month ago
  2. General
  3. # 4
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was a weekend.

you can fill variable $fields with an array of field aliases
  1. more than a month ago
  2. General
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.