PDA

View Full Version : Modify Home Page URL field in user profiles?



scarrillo
Mon 15th Jan '07, 8:55pm
Hi,

I want to change the Home Page URL field label for user's profiles. I know where to find this: Admin CP> Styles & Templates> Style Manager> Template Options> Edit Templates> Modify User Option Templates> Modify Profile

I just want to call it something else like public page URL or something similar. Where exactly should I make this change in the code and do I need to worry about it affecting anything else anywhere?

Floris
Tue 16th Jan '07, 5:02am
Is this what you're looking for?

Admin CP > User Profile Fields > User Profile Field Manager > Modify the location field?

scarrillo
Tue 16th Jan '07, 1:41pm
No, the User Profile Fields Manager only lets you edit/modify the following fields:

Biograhpy
Location
Interests
Occupation

The field I want to edit is Home Page URL. I know where the field label is (see the first post in this thread), but I don't know exactly what to change.

peterska2
Tue 16th Jan '07, 1:45pm
Edit the phrase home_page_url to say whatever you want to call it instead. This will change it everywhere that this particular phrase is used.

To change the phrase:
AdminCP > Languages & Phrases > Search In Phrases

Enter home_page_url in the search for box and select phrase variable name only then click search.

Click edit on the result and enter your desired text in the text box provided.

scarrillo
Wed 24th Jan '07, 3:33pm
Thank you very much Kerry-Anne, this is exactly what I was looking for.