I hope I have got the thread header right on this.
Quick description of what I'm looking for help on finding.
I use a welcome members post. Opening line of the post has "welcome members name"
PHP Code:
Welcome $username!
What I would like to add under that is "from Location to the forums"
Can anyone please help me with the code I need to replace the word Location with, so it shows the location entered by the members on registration in the profiles
Thanks in advance for any help
Lee G
--------------- Added [DATE]1210441062[/DATE] at [TIME]1210441062[/TIME] ---------------
I have found by adding this
PHP Code:
<strong>Our newest member from $customfields to the forums</strong>
You get all the custom fields show up
Our newest member from Location : (place name) to the forums
What I would like to do is kill off the "Location:" part