Support

  1. messagedj
  2. Presales Question
  3. Tuesday, March 24 2020, 04:07 PM
Does Easy Profile support Badges?

I need to assign badges to my users. I now use EasySocial but I want to quit Stackideas.
admin Accepted Answer
Admin
Hi,
Easy Profile does not manage badges natively but there are different ways to make this.

For example you can add a condition to show/hide a field of type HTML delimiter:
1) Create a field of type HTML delimiter (http://docs.easy-profile.com/index.php/article/html-delimiter-field-type) hat contain a badge called "badge". Se this field to be available only profile page
2) Create another field of radio type with 2 options "Yes" and "No" called "show_badge"
3) in the field show_badge add a condition like this: if equal to custom value "Yes" then show field "badge"

Another way is to add a badge in the views by using Joomla template override feature:
1) Create another field of radio type with 2 options "Yes" and "No" called "show_badge"
2) copy file from /components/com_jsn/views/profile/tmpl/default.php to /templates/your-theme-folder/html/com_jsn/profile/default.php
3) Add a code like this where you want to show the badge:
if( $this->user->getValue("show_badge") == "Yes" ) echo('<img src="/url_of_badge" />')


NOTE: this code is not tested and not supported, it is only for example purpose.
  1. more than a month ago
  2. Presales Question
  3. # 1
admin Accepted Answer
Admin
Hi,
no sorry :(
  1. more than a month ago
  2. Presales Question
  3. # 2
daniel-j Accepted Answer
I too would like to display Badges based on a field that is defined in Easy Profile. Is there a way to display an icon or image based on the value defined ... it seems to be it would be very similar to the Avatar you include... Just a different image... What I am looking for is to bestow an honor for and individual that other see when they view the users profile. Thoughts?
  1. more than a month ago
  2. Presales Question
  3. # 3
daniel-j Accepted Answer
Content Protected
  1. more than a month ago
  2. Presales Question
  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.