Hello,
I installed the
mod_cblogin module on my site's home page (disabling mod_login). It works very well and I have enabled both username and email logins.
I have one question though. If a user is not logged in to the site, and they go to URL which is for logged-in users only, a com_user login screen is displayed, the URL looking something like this:
Code:
../index.php?option=com_user&view=login/..
This is clearly not part of CB, since it doesn't support email logins.
Disabling com_user results in a 404. Is there a way of displaying a CB login screen instead of the com_user?
Thanks.