The Joomla! Extensions Directory ™

mortega1

Reviews(2)
 
bymortega1, September 4, 2009
MetaMod
We are building a social shopping site and this was a great tool to get some things done. Only little thing I noticed was that in the support page there isn't any mention of Google Chrome in the browser detect code, would be good idea to just throw an extra bit in there for noobs like me :)
Owner's reply

Hi Mortega1 - you're right, there's no mention of Chrome. I'll add that to the (brand new) support pages soon. At last MetaMod has proper support pages and a forum! I've also released a companion to MetaMod called MetaMod Pro - check it out!

bymortega1, July 12, 2009
I think it's a great addition to the registration process because many do make mistakes while typing.
Only problem I found, at least in my experience, was that the field is placed at the top of the registration and nowhere near the initial field where the user enters their email.
Owner's reply

Thanks for the feedback.

To change the field order, go to the CB Tab Management page in the Joomla! backend. You'll need to change the order so the CB Confirm Email tab appears after the Contact Info tab.

You'll find that the order is still a little weird. You'll get the email field followed by the two password fields, and then the Confirm email field. I ended up hacking one of the CB core files (/components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php) to make the email field appear after the password fields. Move the code for the email field (lines 465-474 in CB1.1) down below the password fields.

Hope that helps.