photobug Posted February 12, 2009 Share Posted February 12, 2009 Hello, I would like to completely remove the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" dialog and links. I have removed the appropriate line from catalog\includes\languages\english.php. This worked. However, I now have a place holder type of text that reads"TEXT_GREETING_GUEST" where the previous dialog/links were. How do I remove that? Thanks in advance. Will Link to comment Share on other sites More sharing options...
Guest Posted February 12, 2009 Share Posted February 12, 2009 Hello, I would like to completely remove the "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" dialog and links. I have removed the appropriate line from catalog\includes\languages\english.php. This worked. However, I now have a place holder type of text that reads"TEXT_GREETING_GUEST" where the previous dialog/links were. How do I remove that? Thanks in advance. Will Tis coming from the index.php file Link to comment Share on other sites More sharing options...
photobug Posted February 12, 2009 Author Share Posted February 12, 2009 Tis coming from the index.php file Hmmmm... I just can't find it. I looked at all the index.php files and I don't see it. Can you be more specific on the location? Thanks. Will Link to comment Share on other sites More sharing options...
Guest Posted February 12, 2009 Share Posted February 12, 2009 Hmmmm... I just can't find it. I looked at all the index.php files and I don't see it. Can you be more specific on the location? Thanks. Will <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> <<<<------- Right here </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_MAIN; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Link to comment Share on other sites More sharing options...
photobug Posted February 12, 2009 Author Share Posted February 12, 2009 <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> <<<<------- Right here </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_MAIN; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> Thank You - It is gone now! But where does the phrase "TEXT_GREETING_GUEST" come from then?.. Just curious. BTW your website is AWESOME, AMAZING, WOW! - great job! Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2009 Share Posted February 13, 2009 Thank You - It is gone now! But where does the phrase "TEXT_GREETING_GUEST" come from then?.. Just curious. BTW your website is AWESOME, AMAZING, WOW! - great job! The languages\english.php has define('TEXT_GREETING_PERSONAL', 'Welcome back.... define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are no define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest The lines above are not the complete lines of course. Thanks for the kind comments, still working on the site. Link to comment Share on other sites More sharing options...
Oxford_Gooner Posted May 17, 2012 Share Posted May 17, 2012 Thanking you kindly good sir :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.