Support

  1. ggaillet
  2. Support
  3. Wednesday, February 17 2016, 04:37 AM
How can I customize this user list to fit my website template? I have a white font defined for all the site and the stripped user list of easyprofile with its white background is making reading the content impossible. Is there a custom css code I can use or a css file to modify?
Thanks.
admin Accepted Answer
Admin
Hi,
sorry for late reply, it was night for us :D

Easy Profile is very very light, few lines of CSS ( into file /components/com_jsn/assets/css/style.css ), this because we use Bootstrap CSS classes (like all Joomla built-in components) and to inherit style from template.

In our style there is not background or font color statement, so all these things come from your template. We do not recommend to change our style.css file because when you update Easy Profile then this file will be overwritten.

Is there a custom css code I can use or a css file to modify?

All things about style should be contain in your template style, then the custom CSS should be loaded by your template.

We can help you, but to understand your problem we need to see your site, can you provide e your site link?
  1. more than a month ago
  2. Support
  3. # 1
ggaillet Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
to fix background you can simply add this CSS code in your template.css file (/templates/blacksharkden/css/template.css)
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
background-color: transparent;

}


While I got you, how can we hide some of the users?
Yes, you can use parameter SQL Custom Where to set a permanent filter on this User List, for more info about this read docs at http://docs.easy-profile.com/article/sql-custom-where

Examples

To remove user with ID like 200 and 234
user_id NOT IN (200,234)


To exclude Super Administrators ( 8 should be default Super Users usergroup ID )
group_id NOT IN (8)
  1. more than a month ago
  2. Support
  3. # 3
ggaillet Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


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

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.