Can any one suggest simple code snippet for combining account and profile tabs in drupal 6. i’m using onepageprofile module it works fine but any other simple solution ?
Can any one suggest simple code snippet for combining account and profile tabs in
Share
This is tricky. If you have groups defined in the Profile module, like About Me, Address Information, etc example categories, they show up as tabs in the $tabs2 array of the theme template.
The obvious solution is to not group fields at all, but this could make the user edit/registration form very large and vertical.