You need to disable registration through Joomla. Once done you need to configure within CB > Configuration > Registration for CBs registration to be independent of Joomlas. This closes a backdoor and helps prevent some spam registrations.This turns off my users able to register which isn't what I am looking for.
You need a Joomla system plugin to redirect for you. You can find these at Joomla.org extension directory. Actually you should be able to use Joomla 1.6/1.7 built in redirect component found in Components > Redirect. Example as follows (this is just an example, adjust as necessary).I need to display the CB Login page instead of the Joomla login page.
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.
Please Log in or Create an account to join the conversation.
CB can return a user to 1 URL back using the &return parameter as seen in the URL, but Joomlas &return parameter is not encoded the same way ours is so it's useless to CB and no need to include it. This feature for CB basically only works when using the login module so it can remember what page the user was on.The call to the Joomla login does. Is this a feature that CB doesn't support?
Of course, you could develop a new CB plugin to translate the &return and send a user to it. CB normally does this, but it only knows how to translate its own &returns which are not constructed the same as Joomlas. The below tutorial would assist in developing a CB plugin that utilizes CB triggers as well as provide a working example.I'm not a programmer but it seems there's a onAfterLoginForm triggered just after the login. Is it could be possible to create a simple CB plugin that catches this event, takes the return value from the GET and force redirect to these base 64 encoded page.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.