[SOLVED] CB 1.2.2 and Kunena 1.5.9

14 years 1 month ago #126752 by juuk
Hi

I've posted in Kunena regarding gender field selection for relevant male/female icons (www.kunena.com/forum/12-community-builder/42177-male-and-female-icons). However, my trouble is not solved. Male/female icons are not shown in user side profile in my forums.

I thought that there shouldn't be selection for the field i.e. gtalk = gtalk. But, location field which points to (cb) country field (with a drop-down selection of about 200 countries) is shown in user side profile.

Appreciate pointers :)


p.s. I'm on CB 1.2.2 & Kunena 1.5.9

Post edited by: juuk, at: 2010/03/16 19:02

Please Log in to join the conversation.

14 years 1 month ago #126881 by krileon
Replied by krileon on topic Re:CB 1.2.2 and Kunena 1.5.9
Your field for users to provide gender must have specific values for it to translate properly. Please set your drop-down, radio, or whatever fieldtype you use to use the following values.

Gender = Value:
Male = _UE_MALE
Female = _UE_FEMALE


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 to join the conversation.

14 years 1 month ago #126914 by juuk
Replied by juuk on topic Re:CB 1.2.2 and Kunena 1.5.9
Pardon my ignorance, I don't quite understand what you meant by values to the field.

The field I have created is a drop-down named Gender ( identified as cb_gender) with two values Female and Male.

Post edited by: juuk, at: 2010/03/16 05:08
Attachments:

Please Log in to join the conversation.

14 years 1 month ago #126959 by krileon
Replied by krileon on topic Re:CB 1.2.2 and Kunena 1.5.9

Pardon my ignorance, I don't quite understand what you meant by values to the field.

You just stated what values are for the field with your next sentence... :lol:

The field I have created is a drop-down named Gender ( identified as cb_gender) with two values Female and Male.

Edit the field in Field Management and change the values as instructed in my previous post. Users will lose their values of course, but you can fix that by using a query on your database as follows.

Male:
[code:1]
UPDATE `jos_comprofiler` SET `cb_gender` = '_UE_MALE' WHERE `cb_gender` = 'Male'
[/code:1]
Female:
[code:1]
UPDATE `jos_comprofiler` SET `cb_gender` = '_UE_FEMALE' WHERE `cb_gender` = 'Female'
[/code:1]

Post edited by: krileon, at: 2010/03/16 16:50


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 to join the conversation.

14 years 1 month ago #126997 by juuk
Replied by juuk on topic Re:CB 1.2.2 and Kunena 1.5.9
Thanks Krileon! That solved my problem.

NOTE: Just so you know, before I did what you've suggested, I reverted to CB 1.2.1, and the corresponding icons appeared. Now I'm back on CB 1.2.2 :)

Post edited by: juuk, at: 2010/03/16 19:21

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.380 seconds

Facebook Twitter LinkedIn