So I have a weird problem...
I've created 2 K2 Extra Fields (aliases: "month" and "day") for a K2 category using the "dropdown" option so users can select a month (Jan, Feb, Mar, Apr, May, etc.) and a day (1, 2, 3, 4, 5, 6, etc.).
I then created a NSP GK5 module to display the items from that category. I created a custom article format to display my Extra Fields, and it's working fine, except that it's not pulling the correct data from the Extra Fields. Instead of pulling the month name (i.e. "Nov"), it's pulling the number of the option (i.e. "11"). At first, I thought that it was pulling the position of the option in the array, but since the array is zero-based, "Nov" would pull as "10" rather than "11", right?
You can view the issue here:
http://projects.discoverrg.com/kfn/ (example of the NSP bug)
http://projects.discoverrg.com/kfn/get- ... nt-title-3 (example of the Extra Fields actual data)