forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: RF on December 08, 2004, 06:59:03 pm

Title: Hide User Field
Post by: RF on December 08, 2004, 06:59:03 pm
I tried looking for a solution to this, but I don't think it has been asked.

I would like to hide the user field "homepage" from showing when visitors click on a registered user's name to see their profile.

I don't mind storing this info when they register but simply would like to eliminate this field from showing.

thaks in advance
Title: Re: Hide User Field
Post by: Casper on December 08, 2004, 07:17:12 pm
Open profile.php, and find this line;

Code: [Select]
array('text', 'website', $lang_register_php['website']),
Comment it out by putting // at the front of it.