What is the correct substitution for the viewer of a profile page rather than the owner?
I want to show something only if the viewer has an ID of 62 or 67
For example the statement below shows the word 'Hello' on the profile page of user ids 62 and 67
[cb:if user_id="62" or user_id="67"] Hello [/cb:if]
How do I change it to show on all pages but only when users 62 and 67 are viewing?
I will replace the 'Hello' with something meaningful of course.
As it happens it will be my field cb_reasonforjoining so that the two of us can see this.
Thank you in anticipation

Mike