webwitch2003 Posted December 7, 2004 Posted December 7, 2004 Is it possible to comment out the line that says 'Welcome Guest please log yourself in or creat an account' from the first page. I would like them to be able to do this later, but it seems really big and yucky on the first page. I checked the /languages/english/index.php file and it isn't there and i checked the /catalog/index.php and it wasnt there. Thanks for your help Angi
♥Vger Posted December 7, 2004 Posted December 7, 2004 includes/languages/english.php - it's there. Vger
webwitch2003 Posted December 8, 2004 Author Posted December 8, 2004 includes/languages/english.php - it's there. Vger <{POST_SNAPBACK}> Thanks - i didn't think to look there :) So line 286 is define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); If i just comment it out with // then i get this on the front page TEXT_GREETING_GUEST - do i need to comment it out somewhere else or do i just delete all the text between the ' ' ?
TCwho Posted December 8, 2004 Posted December 8, 2004 Try this: define('TEXT_GREETING_GUEST', ''); Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
webwitch2003 Posted December 8, 2004 Author Posted December 8, 2004 Try this: define('TEXT_GREETING_GUEST', ''); <{POST_SNAPBACK}> Yip that worked! Thanks a stack! :) :thumbsup:
TCwho Posted December 8, 2004 Posted December 8, 2004 No problem. Glad I could help B) Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
Recommended Posts
Archived
This topic is now archived and is closed to further replies.