1. dladuron
  2. Support
  3. Wednesday, September 16 2015, 01:43 AM
I want to change the way the search page shows results (custom html). Can you tell me where I can find the file that handles this layout,

Thank you
admin Accepted Answer
Admin
HI,
Easy Profile uses Joomla MVC model, so you can apply Joomla template override feature.

User list layout files are:
- components/com_jsn/views/list/tmpl/default.php (Page container)
- components/com_jsn/views/list/tmpl/default_search.php (Search Form)
- components/com_jsn/views/list/tmpl/default_user.php (Single user result)

User table layout files are:
- components/com_jsn/views/list/tmpl/table.php (Page container)
- components/com_jsn/views/list/tmpl/table_search.php (Search Form)
- components/com_jsn/views/list/tmpl/table_user.php (Single user row)

To apply override you can copy one or more on above files into /templates/your-template-folder/html/com_jsn/list/
for example if you want to change a user record view you can only copy the file components/com_jsn/views/list/tmlp/default_user.php into /templates/your-template-folder/html/com_jsn/list/default_user.php and edit new file

With Joomla override feature you don't need to make still modification on Easy Profile updates.
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.