conditional popup

13 years 7 months ago #141081 by clawi
conditional popup was created by clawi
Good morning.

I have a Joomla/CB site with paid registered users and not paid registered users. In CB, i have a field (0/1) in witch we make the difference between paid and not.

Does anyone know a CB plugin able to show a popup with a message after a user logs in and only if his cb_fieldxxx=0 -> show popup ?

Thanks to all

Post edited by: clawi, at: 2010/09/01 12:13

Please Log in to join the conversation.

13 years 7 months ago #141105 by krileon
Replied by krileon on topic Re:conditional popup
This is very doable, but must be done from an integration. CB does not provide such a functionality out of the box, sorry. You'd need to write a new plugin using CB triggers to execute a JS alert.

You may also want to try editing the successful registration language string and adding something like the following, but doubtful in it functioning.

[code:1]
<script>alert( 'YOUR MESSAGE' );</script>
[/code:1]

Also you've posted in 1.2.1 boards, please upgrade to CB 1.2.3 and use the CB 1.2.3 beards as you're 2 versions out of date.


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.209 seconds