Ok, so I played around with the code to see if I could get it to at least save without any errors. By changing
Code:
"$userInfo['field5']"
to
Code:
"$userinfo['field5']"
(lower case i)
...the template saved and reloaded. Then I changed it back to capital "Info", still got the error but when I clicked Go Back, it pushed through and saved all of a sudden.
Then the Custom Profile field is displayed in the postbit...but overlapped the Online status button. I added a <br> underneath the conversation_userstats hook in the coversation_userinfo template and it seems to all be working correctly now.
Hopefully this will help the next person!
:erm: