I am trying to add a login / registration page to my joomla/cb site. The page would be called when the user needs to login instead of the general error messages most components provide.
Thus, the page will display both the login box and registration fields.
I tried to add the module to the CB template however when you try and login it still wants you to register, thus this route is not going to work.
Does anyone have any suggestions on how I might have both displayed on the same page?
The error messages are controlled by a language file, both for Joomla and for CB. It is, however, possible to use html coding in the language file so that it displays html "things" instead. Using that logic, you should be able to code a simple login form. As for registration fields, you should provide a register link instead as part of the language file edition, and not attempt to display the whole registration form.
Ive tried to add a custom login form in a module location and it didn't work. It had something to do with how the community builder authenticated the login session. I was only able to add it by posting the actual CB module to a position.