CB autoaction list

11 years 9 months ago #207665 by comyoo
Replied by comyoo on topic Re: CB autoaction list
Thanks.

This is my filter:

`cb_teams` LIKE '%[cb_teams]%'

cb_teams is a text field. I tried it with an integer field, but you can't put spaces or comma's into it.

How can I extend the filter?

Please Log in to join the conversation.

11 years 9 months ago #207690 by krileon
Replied by krileon on topic Re: CB autoaction list
The below advanced filter should do the trick.

`cb_teams` REGEXP REPLACE( '[cb_teams]', '|*|', '|' )


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.

11 years 9 months ago #207697 by comyoo
Replied by comyoo on topic Re: CB autoaction list
:unsure:

I't didn't the trick for me yet. I'm looking forward to the real trick :-)

As attachment some screenshots of my config.
Attachments:

Please Log in to join the conversation.

11 years 9 months ago - 11 years 9 months ago #207703 by krileon
Replied by krileon on topic Re: CB autoaction list
I assumed it was a multi-select field. As it's a text field this is going to be impossible. You've no idea how someone is going to format them, but if you're sure it's going to be a space then try the below.

`cb_teams` REGEXP REPLACE( '[cb_teams]', ' ', '|' )


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.

11 years 9 months ago #207708 by comyoo
Replied by comyoo on topic Re: CB autoaction list
It's working! Great! Thanks for the support.

As administrators we are providing the teamnumbers to people, so we will be accurate. :)

One other question? It it possible to show the list on a Tab on the profile page?
And can I show a article on a specified tab?

Please Log in to join the conversation.

11 years 9 months ago #207714 by krileon
Replied by krileon on topic Re: CB autoaction list

One other question? It it possible to show the list on a Tab on the profile page?

Nope.

And can I show a article on a specified tab?

Nope, best to use a delimiter field for that.


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.

Moderators: beatnantkrileon
Time to create page: 0.218 seconds