Article

Member 1

Custom Fields

Custom Field displayed directly ("->label" and "->value" directly taken from the database, ie "rawvalue")

:

:

:

Custom Field rendered through Joomla (without "->value" so it renders the Joomla way)

URL Custom Field

URL Custom Field

YouTube (Tassos) CF it renders as a video but it seems it does not take into account the Options defined in the CF

Custom Field displayed via a Partial using rawvalue (simple URL CF)

url transformed into a button via a Partial in embeds folder

Custom Field displayed via a Partial using rawvalue (simple URL CF)

Custom Field displayed via a Partial which fetches data from external site via json

Data coming from social.brussels

id:

legalStatus->labelFr:

address->streetNl:

Only visible for hasRole or hasGroup (but crashes for the moment the way I implement it

before test after

A var_dump of all Custom Fields

object(ExtJoomlaModelEntityFields)#2425 (1) {
  ["submembers"]=>
  array(10) {
    ["id"]=>
    string(2) "11"
    ["name"]=>
    string(10) "submembers"
    ["title"]=>
    string(10) "Submembers"
    ["type"]=>
    string(8) "articles"
    ["label"]=>
    string(10) "Submembers"
    ["default"]=>
    string(0) ""
    ["value"]=>
    string(2) "23"
    ["published"]=>
    string(1) "1"
    ["required"]=>
    string(1) "0"
    ["params"]=>
    array(26) {
      ["multiple"]=>
      string(1) "1"
      ["filter_categories"]=>
      string(1) "1"
      ["categories"]=>
      array(1) {
        [0]=>
        string(2) "16"
      }
      ["categories_inc_children"]=>
      string(1) "0"
      ["filter_tags"]=>
      string(1) "0"
      ["tags_inc_children"]=>
      string(1) "0"
      ["filter_language"]=>
      string(1) "0"
      ["language"]=>
      string(5) "nl-NL"
      ["filter_users"]=>
      string(1) "0"
      ["filter_customfields"]=>
      string(1) "0"
      ["customfield1_id"]=>
      string(0) ""
      ["customfield1_value"]=>
      string(0) ""
      ["customfield2_id"]=>
      string(0) ""
      ["customfield2_value"]=>
      string(0) ""
      ["customfield3_id"]=>
      string(0) ""
      ["customfield3_value"]=>
      string(0) ""
      ["articles_ordering"]=>
      string(5) "title"
      ["articles_ordering_direction"]=>
      string(3) "ASC"
      ["layout"]=>
      string(5) "title"
      ["custom_field"]=>
      string(0) ""
      ["link_title"]=>
      string(1) "1"
      ["custom_html"]=>
      string(36) "[title] ([hits])"
      ["use_separator"]=>
      string(1) "1"
      ["separator"]=>
      string(2) ", "
      ["show_unpublished"]=>
      string(1) "1"
      ["articles_grouping"]=>
      string(5) "title"
    }
  }
}