Please Log in or Create an account to join the conversation.
You can't, not without changing CB core code to point to a different directory.1- I need to change the upload folder (for example comprofileer stores the pictures of the users in its folder with every user by his id, What should I do ? (Since I am using 2 application servers and one server for the dataabase)
We have no such thing. So you'll need to check Joomla.org extension directory to see if something like this exists or develop a CB plugin to provide such a feature.2-I need a script to allow the user to take a picture by his webcam (like facebook) to be uploaded. ?
Your Userlist can have as many fields you want spanned across up to 4 columns. All typically searchable. See your CB documentation available for download in Advanced download section for Userlist usage information.3-I need to customise the search more to show location of the users, profession, etc like the search offered by linkedin (companies, users, jobs etc)
First create a select field where users select the type of profile or where you'll give them a type of profile. Next you'll need CB Conditional and then configure various fields or tabs to be shown/hidden based off that select field. This will allow users profiles to display different tabs/fields based off their type basically.4- How Can I make different types of profiles (company profile, professional profile, profile for users)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, sorry. We do not support core edits so I can not advise you on such matters. I can only advise on core edits in cases of bugs, template files, or language files. All others you'll need to explore and change for your self, but keep in mind you risk breaking CB doing this. The path is pretty static and used throughout CB so you'll have to make a very large amount of changes. Easiest method is to probably use an IDE and do find within a folder to search the entire CB component for the path images/.Can you tell me what are the files that need to be addressed ? so I can change the upload folder for the files, videos, pictures, and the blog too I will point them to a subdomain (files.mywebsite.com)
CB doesn't control your entire site. With that said you can make CB profiles private by adjusting profile access within CB > Configuration > User Profile. All other permissions can be done with Joomla menu link access for example (note you still need to have a public and published Joomla menu link to CB for login/registration to work properly).I need to make my site only accessible to registered users, public users should not see anything except the front page for the registration and privacy & terms pages How Can I Do It Please?
Please Log in or Create an account to join the conversation.