Hello
2 Auto actions
1...
creates an activity when a user fills or empties his profile description.
(works great)
Auto action details:
Code:
GLOBAL onAfterUserUpdate -> Type: CB Activity, User Automatic, Access Everybody
CONDITIONS
Value: [approved] equal to 1
Value: [confirmed] equal to 1
Value: [block] equal to 0
Value: [var1_cb_description] Not equal to [var3_cb_description]
ACTION
Mode: Activity
Method: Create,
Asset: profile.[USER_ID].field.[FIELD_ID]
Title: [the title]
Message: [cb:if var1_cb_description!=""]Member [username] changed description field.[cb:else]Member [username] removed description from profile.[/cb:else][/cb:if]
2...
On the second auto action i need the same for the users phone number field. So the auto action is like this...
but it does not work
Auto action details:
Code:
GLOBAL onAfterUserUpdate -> Type: CB Activity
User Automatic
Access Everybody
CONDITIONS
Value: [approved] equal to 1
Value: [confirmed] equal to 1
Value: [block] equal to 0
Value: [var1_cb_thlefwno_epikoinvnias] Not equal to [var3_cb_thlefwno_epikoinvnias]
ACTION
Mode: Activity
Method: Create,
Asset: profile.[USER_ID].field.[FIELD_ID]
Title: [the title]
Message: [cb:if var1_cb_thlefwno_epikoinvnias!=""]Member [username] changed Phone field.[cb:else]Member [username] removed his phone from profile.[/cb:else][/cb:if]
Can you please help on what i am missing?
Thank you