Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Below should work in CB Auto Actions using a Query action.
Code:INSERTÂ INTO `#__comprofiler_privacy` ( `userid`, `type`, `xid`, `rule` ) VALUES ( '[user_id]', 'field', '76', '99' )
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: I see, run the below directly on phpmyadmin and it should do the trick.
Code:INSERTÂ INTO `jos_comprofiler_privacy` ( `userid`, `type`, `xid`, `rule` ) SELECTÂ `id`, 'field', '76', '99' FROM `jos_users`
Replace jos_ prefix as needed.
Please Log in or Create an account to join the conversation.