Advertisement
Guest User

Untitled

a guest
Jan 31st, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. { "rules_become_pro" : {
  2. "LABEL" : "Become Pro",
  3. "PLUGIN" : "reaction rule",
  4. "OWNER" : "rules",
  5. "REQUIRES" : [ "rules", "profile2" ],
  6. "ON" : { "profile2_presave" : [] },
  7. "IF" : [
  8. { "NOT data_is_empty" : { "data" : [ "profile2:user:profile-pro:field-pro-biz-info:field-pro-company-name" ] } }
  9. ],
  10. "DO" : [
  11. { "user_add_role" : { "account" : [ "profile2:user" ], "roles" : { "value" : { "5" : "5" } } } }
  12. ]
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement