Remove "Welcome, Guest" text

d3vlabs

Joined: 2005-05-10
Posts: 100
Posted: Thu, 2005-05-19 01:11

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.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2005-05-19 02:36

/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

 
d3vlabs

Joined: 2005-05-10
Posts: 100
Posted: Thu, 2005-05-19 02:50

works. thanks

 
sswiger

Joined: 2005-05-13
Posts: 6
Posted: Fri, 2005-06-03 18:40

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

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2005-06-03 22:14

sswiger, you removed too much.. just remove <span .... to </span> (or {if.. to {/if})