6 years ago
2
Topic

Hi, 

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 activated

Thanks

cyril

Get a VIP membership
4229 Posts
Kadministrator
6 years ago
1
Level 1

It should also work in single user view

6 years ago
0
Level 2

Hi 

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')

thanks

cyril

Get a VIP membership