ssc Posted November 29, 2009 Share Posted November 29, 2009 If there was a place in the ACP where I could hide different member profile fields for entire user groups that would be great. For privacy reasons I would really like a way to hide the age and date of birth from showing on each members profile page and I cant find a way to do this right now. Link to comment Share on other sites More sharing options...
broni Posted November 29, 2009 Share Posted November 29, 2009 I don't think, you can do it for particular groups, but if you want to remove it altogether... ACP>Look & Feel>your_skin>Templates tab>Profiles>profileModern Delete, or comment out following section:<dt>{$this->lang->words['m_age_prefix']}</dt> <if test="member_age:|:$member['_age'] > 0"> <dd>{$member['_age']} {$this->lang->words['m_years_old']}</dd> <else /> <dd>{$this->lang->words['m_age_unknown']}</dd> </if> <dt>{$this->lang->words['m_birthday_prefix']}</dt> <if test="member_birthday:|:$member['bday_day']"> <!-- SKINNOTE: We should use the localized date formatting for this --> <dd>{$member['_bday_month']} {$member['bday_day']}<if test="member_bday_year:|:$member['bday_year']">, {$member['bday_year']}</if></dd> <else /> <dd>{$this->lang->words['m_bday_unknown']}</dd> </if> Link to comment Share on other sites More sharing options...
Luke Posted November 30, 2009 Share Posted November 30, 2009 The year on the date of birth became optional in IPB 3. So it'll show someone's birthday without showing their age now (finally). Link to comment Share on other sites More sharing options...
.Nuno. Posted October 27, 2010 Share Posted October 27, 2010 Hello, I would like to suggest to let members choose what they want to show: Birth & Age Age Birth (has we have now with the optional year) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.