(12-07-2010 02:40 AM)Imran Wrote: Is it not working Skiilz ?
It is but zing said that I need to change this code to fix issues.
(12-07-2010 08:23 AM)ZiNgA BuRgA Wrote: Well, I'm not sure if this is intention, but you're mixing $mybb->user['fid8'] and $userfields['fid8']
Secondly, $userfields['fid8'] is never gone through htmlspecialchars
(and please don't ask what "htmlspecialchars" is - if you care, you can Google it)
It's not intentional. I forgot to change the $mybb->user['fid8'] to $userfields['fid8'].
Here is the code I have on my board...
DO I need to change anything to fix the issue?