dlsodders Posted January 12, 2004 Share Posted January 12, 2004 Can someone tell me how I can get rid of the What's New Here? Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? On the index page? Not sure which file that is being called from. Thanks, David Link to comment Share on other sites More sharing options...
only2empires Posted January 12, 2004 Share Posted January 12, 2004 In language/english.php Find this: 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>?'); and replace with: define('TEXT_GREETING_GUEST', '<span class="greetUser"></span>'); HTH Link to comment Share on other sites More sharing options...
dlsodders Posted January 14, 2004 Author Share Posted January 14, 2004 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.