Okay,
I have been some doing more research and have found the code that I need to modify (in the
modifyprofile template). I know I was pretty vague in my former post but any help would be muchly appreciated.
Quote:
<fieldset class="fieldset">
<legend><label for="tb_homepage">$vbphrase[home_page_url]</label></legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td>$vbphrase[let_other_visitors_know_url]</td>
</tr>
<tr>
<td>$vbphrase[home_page_url]:<br /><input type="text" class="bginput" name="homepage" id="tb_homepage" value="$bbuserinfo[homepage]" size="50" maxlength="200" /> </td>
</tr>
</table>
</fieldset>
|
I have modified this to be:
Quote:
<td>$vbphrase[home_page_url]:<br /><input type="text" class="bginput" name="homepage" id="tb_homepage" value="http://www.abc.com/$bbuserinfo[username]" size="50" maxlength="200" /></td>
</td>
|
That works fine and will display "www.abc.com/username" is 'edit profile" in the Users CP section. However if I select 'member list' and try to click on any of the home pages it comes up only with "www."
Any ideas?
I feel so close, but yet so far!
I also wonder is I am modifying the right template as I don't even want users to be able to edit this field - I just to have the user home page by default to be "www.abc.com/username". This will never be modifable by the user.
Thanks
Shawno