CBs Bootstrap is namespaced. They shouldn't conflict outside of styles added to Joomla's template CSS file. We've already implemented workarounds for any Cassiopeia conflicts.That's an important issue as a lot of styles conflicts between 4 and 5.
Seams to be working fine for me. It's possible one of the parameters has an invalid SCSS value. Try creating a new template and see if that one saves.Also I have noticed that trying to compile bootstrap in the template changer plugin gives a js error : RangeError: Maximum call stack size exceeded.
As mentioned earlier I do not have an elegant solution for you as the input name is encoded. You'd need to work through the entire POST array and try to extract it via exclusion. I have no other solution to offer right now, sorry. I do not have time to rewrite all this behavior as my focus is on finishing CB Activity.Thanks for all anyway, it works fine by acting on the POST datas to send the permission though I have lots of issues grabbing the data. Could you tell me how I can retrieve the privacy select name on the uploaded item ? The select name seems random , and I need to send the info to a PHP code action.
Confirmed, and have fixed in latest CB Gallery build release.Found the bug in the file /components/com_comprofiler/plugin/user/plug_cbgallery/templates/default/item_container.php line 115, there's a space missing after position-relative, which broke the correct display
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
There are no plans to redesign the upload and save process. You'd need to make that change yourself. I'm not sure why it would be adding duplicates to your external system as you should be checking to make sure it hasn't already synchronized otherwise anytime they edit media you'd get a duplicate.Final minor thing would be to not allow multiple save on the add new item / upload page. That would be fine that the ajax save would return a done or a deactivated save button or a hidden one, so that the file would not be added multiple times to the vector store. Feasible ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.