SD live CCK plugin on user view 923 Postspulsarinformatique 7 years ago2TopicHi, how can you retrieve a live value from a user view ? the SD live cck field (https://www.seblod.com/store/extensions/2311) only works for article I also add the user bridge is activatedThankscyril 4229 PostsKadministrator 7 years ago1Level 1It should also work in single user view 923 Postspulsarinformatique 7 years ago0Level 2Hi unfortunately it doesn't seem to work on a user view so I used the SQL pack plugin with this query:SELECT iu.first_name AS value from #__cck_store_item_users AS iu INNER JOIN #__cck_core AS co ON iu.id=co.pk where co.pkb=$uri->get('id')thankscyril