Please Log in or Create an account to join the conversation.
Profile edit tab order is the same order as profile view. Unfortunately there's no way to separate the two orders at this time like you can with registration order. We've plans for better ordering support in a future release.1. By default, if I'm not mistaken, when you go to Edit / Update your profile, the first tab the user see is the Canvas tab. I would really want to change this, ideally, I want to put the canvas field in the "Portrait" tab instead. On the first tab I want to show the profile settings such as username, password and some additional user-info fields I've created. I tried several strategies but none of them gave satisfactory results. For now, I have disabled "Profile edit" for the canvas tab, which allows me to instead put my "profile" tab first. However, the downside is that users now can't change the canvas image .
What you're wanting is going to take a custom module. CB Auto Actions acts on CB triggers. It's not designed to do anything else other than that. One way you can have what you're wanting is to have a Status field then use CB Core Fields Ajax to make it ajax editable on profile view so they don't need to go to profile edit to change their status.2. I LOVE the CB Auto actions plugin. Such a genius idea, kind of like custom coding but without touching any code . I'm thinking of using it as a "Status update" from users which will be sent to the stream. However, I don't want my users to have to go to profile edit to do this, let's say I want to put the status update field in the CB Login module instead. Would I be able to do this in a suitable way? I'm really trying to keep the number of extensions and code hacks to a minimum, that's why I'm desperately trying to do this within CB .
Best I can suggest is set the registration redirect to your profile edit URL or use the pre-filled mode to pre-fill the registration form. There's no way to ask them to supply a different username other than the proposed 2 options. There are no plans to implement asking for a username. You can however change the format of the username generated in CB Connect on a social site by social site basis if you want to adjust how it's formatted.3. I obviously want to use CB Connect so that my users can login through Facebook. I want to make the signup process as smooth as possible so I've chosen Single Sign-on mode. However, I don't want the username to be created automatically, instead, once logged in I want to ask them to select a username. Ideally, I want to redirect them to a profile edit page showing ONLY the username. What would be the best route to go here? I want to avoid the password field and any other additional field because I think it's just confusing. I like when it's as clean and stripped as possible
Please Log in or Create an account to join the conversation.