Hello.
I have recently installed the 'Profile complete percentage' module.
Its fantastic. It appears as a block and I need to know how to make the block appear on the 'My account' page of every user but no where else. e.g. I want it to appear at (http://www.example.com/users/user-1) for each and every user.
I would have no problem making it appear at the specific URL i've just mentioned but how will I make it appear on every users page?
Thank you I trust someone will know!!!
Cheers!

Comments

mdixoncm’s picture

You should be able to do this just by using the * character which will act as a wildcard - something like

users/*

should do it

You might also want to have it on their edit screens too, i.e. when I edit my profile - this would be

user/*/edit*

Cheers,

Mike,
Computerminds offer Drupal development, consulting and training

Anonymous’s picture

Just the solution I needed!
Thanks a bunch!
Tom

thepuzzlemaster’s picture

But what if you ONLY want it to appear on their main my account page? i.e. JUST on user/1 and NOT not user/1/edit and so on...

thepuzzlemaster’s picture

Does anyone know of a way to do this?