Hi krileon,
I used onBeforeUserProfileDisplay and HTML:echo and it picked up {modal} tags. However, I want my conditional field to be able to execute specific instructions when the $_GET variable 'ue' (not a CB field) is set to different values. My user URL looks like
mysite.com/index.php?option=com_comprofiler&task=userprofile&user=1234&ue=0
; I just add 'ue' on a header(Location) redirect. How can I accomplish the "conditions" here?