Retrieving a new field in forum table
Ok, if I add a new field to forum table, I unable to retrieve it from $foruminfo in the forumdisplay_complete hook. (Please note: I am aware of the bug that causes this hook to not run and have fixed it on my forum. Code that I place in that hook runs, so I know that is not the issue.)
I added it to the validfields array in the datamanager, so that's not it either. If I print_r($forumdisplay) my field doesn't even show as existing, everything else is in there, just not my newfield.
What does it take to get $foruminfo['newfield']?
Never mind, they're cached to the datastore.
|