Skip to Content Skip to Menu

Questions regarding the implementation of male, female symbols on user list photos

  • timstohr
  • timstohr
  • OFFLINE
  • Posts: 1091
  • Thanks: 56
  • Karma: 9
10 years 2 weeks ago #251203 by timstohr
Hey guys,

I have read an introduction into how to use CB 2.0 profile picture thingy to get male and female symbols on user lists. However I cannot find it anymore. It was on one of the RC releases??

Also, I was wondering if it would be possible to show these male and female symbols on Group Jive as well...

Sorry for the loads and loads of questions, I have a launch this friday...

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48481
  • Thanks: 8283
  • Karma: 1443
10 years 2 weeks ago #251233 by krileon
It's done using the Layout feature and your own custom CSS. All fields now have Layouts parameters which allow you to override their display behavior. This can be used to add custom content to a fields display. As long as getFields is used the layout usage will also be displayed no matter the location. CB GroupJive uses getFields so your layout changes would be visible there too.

For example you could have the below layout then use whatever CSS you need to customize the location of things.

Code:
<div class="cbImageWithGender"> [value] <span class="cbImageGender fa fa-male"></span> </div>


Sorry, I don't have the article or tutorial link for what you're wanting; you'll need to search.


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.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum