XF 1.5 Display a notice for user's own profile only when logged in?

Optic

Well-known member
Hello there,

I am trying to add a notice to display on a member's profile. So far so good, just use content template member_view and ticked privilege "User is logged in"

But is there a way to further limit it so it displays only for the logged in user AND on his/her own profile only?

The reason for this is the notice will contain instructions to customise their profile, so I don't want them to display on any other user profiles. Only for the logged in user's profile.


Any help would greatly be appreciated.
 
Hello @Brogan

The notice will be generic in nature. Along the lines of: "Welcome to your profile. For a guide on personalising your profile, including your avatar and signature, click here"
 
Oh wait, I think I know what you mean now.
You want it to only show to the logged in user when they are viewing their own profile, not when they are viewing the profiles of others.

Why don't you use the account template/pages?
 
The notice criteria doesn't allow for that.
You can do it with a conditional statement and custom html but then it wouldn't be dismissible.
 
Top Bottom