One (i hope) simple question. I have add new column in “wp_sfmembers” table. Now i need to show data from this column on user profile (whe user go to his profile, and tab “Profile”). I figured out how, i went in: “simple-press/forum/profile/forms/sp-form-overview.php” and copy/pasted few lines, and that is ok.
And finaly, my qestion: how to “call” data from that new column in wp_sfmembers table? This is part of code that need to show that data: http://pastebin.com/VTmCrpbd (look at WHAT HERE? part 😀 )
I know that i can use standard MySQL command to show this data ( “SELECT new_column_name FROM blahblah…”), but is there other way, more convinient (i am not very familliar with object oriented php, thats why i ask)?