Hi Drupal Community-
I was wondering if it is possible to instead of having all the edit fields of a content profile on one page at node/#/edit - to rather have them on different tabs at node/#/edit AND be able to save the fields on the tabs separately.
More specifically -
tab 1 of profile edit: basic information
tab 2 of profile edit: edit imagefield for user profile picture
tab 3 of profile edit: other information
Haven't been able to find this info by searching and thought it would be a good addition (if it does not already exist)
I'm familiar with basics of working with templates if someone is able to help me understand how this can work.
Thanks a bunch
Comments
Comment #1
rburgundy commentedlocated http://drupal.org/project/cck_fieldgroup_tabs
will this affect the way we drupal_render the fields in the node-profile-edit.tpl.php?
Comment #2
markus_petrux commentedThis is not directly supported by CCK. You'll need custom coding, or maybe there's a module that does this, but I don't know. Maybe asking in the Content Profile queue, or the support forums?
I'm marking this issue as fixed because it's about a feature not directly supported by CCK.
Comment #3
rburgundy commentedI understand - thanks markus_petrux