Guest Posted October 28, 2007 Posted October 28, 2007 i want to remove the "welcome guest" blurb on the home page. i read somewhere to remove the line from default.php but for the life of me I cannot find this file, anyone know where it is located?
usernamenone Posted October 28, 2007 Posted October 28, 2007 The earlier versions of osc had a default.php, it is now called index.php and that is where you can remove the code that calls for welcome guest or you can remove the text from includes > languages > english.php line 286 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>?'); to this: define('TEXT_GREETING_GUEST', '');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.