By . - dot on
My profile has a field that gives the History time for the member.
I was kind of wondering how this little number might be removed?
thanks
My profile has a field that gives the History time for the member.
I was kind of wondering how this little number might be removed?
thanks
Comments
Custom tpl
www.drupal.org/node/35728
check this node
History removed from the origin
I have removed the "history" title, the "member of" and the time since the user is registered, just by commenting this line:
/* return array(t('History') => $items); */
in the modules\user\user.module file.
It worked very nice for me, in drupal 5.1
Hope it can halp someone, i spent a day to find this solution ;-)
Alessandro Bronzo
htpp://www.alessandrobronzo.it
MyAccount_alter module
Still in dev for D6 but seems to be stable for my purpose and worked.
http://drupal.org/project/myaccount_alter