How can I manage the thumbnails parts? Do I need to recreate my own thumbnails?CB Gallery database table is _comprofiler_plugin_gallery_items. Suggest uploading something so you can review how a row should look in that table.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If a thumbnail wasn't created by your upload then yes, but you can just point the thumbnail to the original image file as well and just not have one. You can ignore the "params" column and don't need to supply its data. Explanation of the _comprofiler_plugin_gallery_items table structure is as follows.How can I manage the thumbnails parts? Do I need to recreate my own thumbnails?
We do not provide coding assistance outside of a Business membership. This is beyond what I could provide with a simple example. The only simply example I could provide here is use a CB Gallery action to insert linked media and instead of moving the files to just link to them from CB Gallery. Example as follows.Could you also provide Auto Action PHP code examples or documentation?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, create an auto action with Type set to "Action" this will allow you to execute multiple auto actions from another auto action. It's not really ideal to do this when you have an event available to you. It's often best to just act on whatever trigger you need from whatever auto actions you need.Is there a way to execute several auto action from one event?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.