Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

Alpha User Point Rule "Submit an Article" does not work with CB Blogs

  • krileon
  • krileon
  • ONLINE
  • Posts: 48464
  • Thanks: 8280
  • Karma: 1443
8 years 10 months ago #275188 by krileon
I am not AUPs developer. I can not help you with AUPs API. A Code action with Method set to PHP can execute the supplied text as PHP. That is where you'd place the API if it's functional. The Code action is also passed through substitutions so if you need user id for example you'd use [user_id] in your code.


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.
The topic has been locked.
  • haidinh
  • haidinh
  • OFFLINE
  • Posts: 94
  • Thanks: 8
  • Karma: 0
8 years 10 months ago #275216 by haidinh
Thank you Krileon,

I contacted AUP and they said that "Ask to CB developers team to integrate AUP functionalities by API as Kunena Team". Can you consider to do that so AUP will work well with CB?

By the way, I know that CB has its own point system, please develop it more so that we do not need 3rd party plugin. In order to do that, you need to create a system to automatically assign points to users and create one more field like level, so that when a user reach certain number of points, he will get to higher level.

Yours sincerely,

Hai
The topic has been locked.
  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
8 years 10 months ago #275261 by nant

haidinh wrote: Thank you Krileon,

I contacted AUP and they said that "Ask to CB developers team to integrate AUP functionalities by API as Kunena Team". Can you consider to do that so AUP will work well with CB?

By the way, I know that CB has its own point system, please develop it more so that we do not need 3rd party plugin. In order to do that, you need to create a system to automatically assign points to users and create one more field like level, so that when a user reach certain number of points, he will get to higher level.

Yours sincerely,

Hai


Suggest (since you have contact with these devs) to ask them to contact us via our contact form (link on bottom of each of our pages) and we can explore collaboration if possible.

Locking this thread now - thanks for your interest and your triggering both ends.
The following user(s) said Thank You: haidinh
The topic has been locked.
  • krileon
  • krileon
  • ONLINE
  • Posts: 48464
  • Thanks: 8280
  • Karma: 1443
8 years 10 months ago #275264 by krileon

By the way, I know that CB has its own point system, please develop it more so that we do not need 3rd party plugin. In order to do that, you need to create a system to automatically assign points to users and create one more field like level, so that when a user reach certain number of points, he will get to higher level.

This is already doable. CB Auto Actions can increment a points field. So you can award points on any CB trigger. Direct database increments will also work fine from 3rd party extensions as it's just a extended integer field. As for the levels you can do that in the fields Profile Value Layout using substitutions. Example as follows.

[cb:if cb_points>="0" and cb_points<"50"]Rank 1[/cb:if]
[cb:if cb_points>="50" and cb_points<"100"]]Rank 2[/cb:if]
[cb:if cb_points>="100"]Rank 3[/cb:if]

You can even use <img HTML to display images if you wanted.


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.
The following user(s) said Thank You: haidinh
The topic has been locked.
Moderators: beatnantkrileon
Powered by Kunena Forum