PDA

View Full Version : Including $usernote


Vaelen
06-12-2006, 05:06 AM
I'm trying to add the usernotes postbit-type template onto a user's profile (basically using usernotes as myspace comments).

When I just put the text $usernote into the MEMBERINFO template, as I assumed, it just prints the word "Array."
So my question is just simply how to include the usernotes, and I'd also like to know how to access the user's avatar.
I've never done VB code modifications so it might be a little strange, but I've got quite a few years of PHP experience so as long as someone can either point me to a decent tutorial or give me a good example code snippet, that'd be great.

Thanks.

Vaelen
06-13-2006, 11:52 PM
Sorry to bump this.. but does no one have any idea? If theres a topic to search for, I'm not exactly sure what. :X

Zachery
06-14-2006, 12:13 AM
the usernote array is nota vaible in the postbit template.

Vaelen
06-14-2006, 12:23 AM
I don't want it in the postbit template. I want it in MEMBERINFO. And is there a code modification that can be done to get it?