I had this mod installed with vB 3.5 and all worked well. Great mod!
I've upgraded to vB 3.6.3 and installed the new one, which seems to also be working well besides one small problem (which I'm pretty convinced is me).
I want to change the welcome header from "Welcome 'username'" to "Welcome 'custom field 5'". Custome field 5 is the users first name in this case.
I have tried the following which I am sure worked before, but now don't seem to work.
$bbuserinfo['field5']
$bbuserinfo[field5]
{$bbuserinfo['field5']}
{$bbuserinfo[field5]}
But all of them just bring up the actual text in the welcome header rather than the contents of the custom field.
Any help would be greatly apreciated.
Thanks,
john
|