I would like to remove the text that goes " Welcome, username" in upper right corner of the gallery. I did extensive grep search on the string withing the gallery2 folder yet I was unable to find a solution. Any ideas? Thank you.
My installation is embedded component with no registration, therefore I don't need a Welcome, Guest text. Thanks for your help and understanding.
Posts: 27300
/layouts/matrix/templates/pathbar.tpl
look for Welcome and remove or comment out that line then save as /layouts/matrix/templates/local/pathbar.tpl
and moved to G2 forum.
Dave
Posts: 100
works. thanks
Posts: 6
I wanted to do this also, however by removing this from pathbar.tpl, it also removes it from the admin side, and thus I can't access the Site Admin or Your Account links. Any ideas on how to selectively reveal it based on user level?
thanks,
Scott
Posts: 8601
sswiger, you removed too much.. just remove <span .... to </span> (or {if.. to {/if})