Please Log in or Create an account to join the conversation.
No, in fact we'll be changing this entirely in CB 3.0 where all plugins are loaded as minimal as possible into memory automatically when CB loads. By then each plugin should be using namespaced autoloader classes only resulting in maybe 100 lines of code per plugin as opposed to loading the entire plugin as is done currently with several plugins. CB Gallery is the first to utilize this to the fullest (its main PHP file is something like 36 lines of code only).And lastly would it be possible to choose what plugins to load with the login module ?
CB Connect utilizes CB JS and CSS so you can't exclude those while still loading CB Connect. The login module also uses CB classes so it needs to load in CBs CSS.We dont' want to load full CB js and css on each page where the module is displayed but would like to have for instance only CB connect and a CB activity module on each page.
No.Is it possible to limit css and jQuery sizes ?
Please Log in or Create an account to join the conversation.
I will check this with joomforest devs to change the image sizes.Your template may have a layout override for CBs login module and is loading in the fullsize. The login module doesn't display the canvas image at all. CB Activity doesn't load fullsize images either, those are thumbnail...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.