Skip to Content Skip to Menu

Auto action and Gallery video

  • mfe13
  • mfe13
  • OFFLINE
  • Posts: 572
  • Thanks: 26
  • Karma: 5
9 years 6 months ago #262332 by mfe13
Auto action and Gallery video was created by mfe13
Hi

Is it possible to add automatically a video link in gallery (in all profiles after registration) with CB AutoAction and cron job ?

Thanks

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 6 months ago #262401 by krileon
Replied by krileon on topic Auto action and Gallery video
CB Auto Actions is not yet compatible with CB Gallery. You'd need to use Code action and construct a gallery object and store it or directly insert into the database. As for the CRON that's just a normal part of CB Auto Actions, which I've answered below.

www.joomlapolis.com/forum/153-professional-member-support/229300-execute-cb-auto-action-command-from-operating-system-shell#262396


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 or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
9 years 6 months ago #262411 by nant
Replied by nant on topic Auto action and Gallery video

mfe13 wrote: Hi

Is it possible to add automatically a video link in gallery (in all profiles after registration) with CB AutoAction and cron job ?

Thanks


I would take a somewhat different route to get the effect you want.

First on a test user link the video you want and then check the database to see what was added.

Based on this you can create an SQL insert statement that inserts the same elements on all your existing users.

Then create an auto action (SQL) that just acts after a new user is created and inserts the same elements.

You would need to study and test of course - but it is totally doable.
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

  • mfe13
  • mfe13
  • OFFLINE
  • Posts: 572
  • Thanks: 26
  • Karma: 5
9 years 6 months ago #262464 by mfe13
Replied by mfe13 on topic Auto action and Gallery video
Hi,

It looks good as a second solution!
Do I use my request like that in auto action?
Code:
/* INSERT INTO tig13_comprofiler_plugin_gallery_items (type, value, title, description, published) VALUE ('videos' , 'https://www.youtube.com/watch?v=4VOpksfZlTw' , 'Title video' , 'Description video' , '1' ) /*

Thanks in advance

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 6 months ago - 9 years 6 months ago #262482 by krileon
Replied by krileon on topic Auto action and Gallery video
You'd use a Query action with the necessary database query. The request action sends an HTTP request. Your query is missing a user_id so it won't work as the user_id is mandatory to link the item to a user.


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.
Last edit: 9 years 6 months ago by krileon.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum