Closed (fixed)
Project:
Birthdays
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2007 at 16:48 UTC
Updated:
13 Aug 2007 at 06:39 UTC
My client would not like his site visitors to see their birthday listed in their account profile area. Which lines of the module should I comment out? Thanks!
Comments
Comment #1
drazzig commentedIn the birthdays_user function, the code that displays the users birthday on their profile page is under case 'view': (line 280 on the code I have). If you comment out this case statement you will make it dissapear. Alternatively you could put an if statement around it and put a setting on the settings page asking wether to display it or not. If you do, please submit a patch!
Thanks,
David
Comment #2
maartenvg commented