Hi Folks,
I like to show some Fields of "Additional Info" Tab of the Community Builder in Joomlaboard.
Something like:
Posting from Rocko
Hobbies: Photograph
I see that I have to change the Sourcecode of the file "view.php" in Joomlaboard.
There is a Line:
[code:1]$database->setQuery("SELECT a.posts,a.karma,a.signature,a.avatar,b.name,b.username,b.gid FROM #__sb_users as a LEFT JOIN #__users as b on b.id=a.userid where a.userid='$fmessage->userid'"«»);[/code:1]
in view.php which sets the SQL-query for loading some Data.
I think it should be possible to add a variable to the data list which tells SQL to load a CB-Field, but I don't know how to access the CB-Fields.
Something like:
[code:1]$database->setQuery("SELECT a.posts,a.karma, a.CB_hobbies, ...[/code:1]
but I dont know how to deal with the SQL-DB!
Any Hints?
thank you...
Rocko