I'm having a little problem with one line of code where I'm trying to embed a small part of the usernotes code (the one that shows the notes) in the file "member.php".
It appears that it won't allow a particular array to be parsed within the code using it's current method:
You must first be a
registered member to view any code.
The line of code that isn't working is the one within "/* */". This causes a break, so I was thinking of maybe using a different technique to code this e.g. changing the way it fetches the 'usernote'
Do you know a way that I can fix this?