Please Log in or Create an account to join the conversation.
Location where? A different page or just move it to a different tab? You can move it to a different tab then substitute the canvas field into the correct tab using a Custom HTML field so you can have edit and profile display on 2 different tabs. If you mean on a separate page then you'd need to implement one.Is it possible to change the configuration of the location where the individual user uploads his/her profile picture and canvas? And if not, I will have to hack one of the files because it is kind of important for a project I am doing. Can you tell me the files I will need to change?
No you can't change them. I really don't want to even suggest their path construction location because it basically means "everywhere". There's multiple locations the path is hardcoded. Changing it means hacking the entire core, which we do not support and can not help you with. At any rate the majority of the pathing is done in the files at the following location.Also I know it is possible to change the gallery folder location of the canvas gallery, is this also possible for the avatars/profile pictures? And if not, can you please let me know which files to modify to make this work for me?
Please Log in or Create an account to join the conversation.
Sorry, I wasn't clear. I meant the configuration settings as to the path were the actual physical image file gets uploaded.Location where? A different page or just move it to a different tab? You can move it to a different tab then substitute the canvas field into the correct tab using a Custom HTML field so you can have edit and profile display on 2 different tabs. If you mean on a separate page then you'd need to implement one.
Ok, thanks. I'll see what I will do.No you can't change them. I really don't want to even suggest their path construction location because it basically means "everywhere". There's multiple locations the path is hardcoded. Changing it means hacking the entire core, which we do not support and can not help you with. At any rate the majority of the pathing is done in the files at the following location.
components/com_comprofiler/plugin/user/plug_cbgallery/
components/com_comprofiler/plugin/user/plug_cbcore/
You will lose all your changes every time you upgrade CB though, which is going to be an absolute nightmare to maintain. Eventually we'll probably have the path as a parameter and possibly even support external storage (e.g. we've had some requests regarding amazon storage). I've added a feature ticket for this so it's not forgotten.
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.