I have a question for which I have not yet found a simple answer. I am using CB 1.9 for my Joomla 2.5 membership website, and I want to add Akeeba Subs. My goal is to create an "icon" to represent membership in my Akeeba Sub, and I would like the CB Profile to show the icon on profiles of the users who belong to that Sub. I know how to create the new image field in CB, but how would I go about showing the image only in the subscribers' profiles? Any help would be appreciated.
Thanks,
Rob
Rob Grinage
Smart Websites & Networking, LLC
Webmaster at
www.nmlta.org
CB has no integration with Akeeba Subs so it has no idea what their Akeeba Subscription is. You'd need to probably use a CB Query Field to query the Akeeba Subs database for their subscriptions then use that in a Custom Value Conditional Self using CB Conditional to show/hide your image field based off the CB Query Field value. Example CB Conditional usage as follows.
Display: Field conditional self
Field: Value
Value: [cb:userfield field="cb_queryfield" /]
Operator: Equal To
Value: Subscription1
Mode: Show
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.