superstore Posted November 10, 2004 Posted November 10, 2004 Before I tried to start changing the style and stuff, I wanted to remove the default text on the welcome page and I've gotten to this one part and anything I try doesn't work. Here is what my actual page reads: Welcome To The Coupon Superstore! Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? english/index.phpEnglish' More information concerning the PHP define() function can be read . If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the support site of osCommerce. This shop is running on osCommerce version . (I can get rid of the last paragraph, just chose to leave it as a guide) and this is what my source page reads: define('TEXT_MAIN', '<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td class="main" valign="top">' . '</td><td class="main" valign="top"></td></tr><td class="main" valign="top">' . '</td><td class="main" valign="top"><br><br><nobr class="messageStackSuccess">' . $language . '/' . FILENAME_DEFAULT . '</nobr><nobr class="messageStackSuccess">' . ucfirst($language) . '<nobr class="messageStackSuccess"></span>\'<br><br>More information concerning the PHP define() function can be read <a href="http://www.php.net/define" target="_blank"></a>.</td></tr><tr><td class="main" valign="top">' . '</td><td class="main" valign="top"></td></tr><tr><td class="main" valign="top">' . '</td><td class="main" valign="top"></td></tr></table><br>If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the <a href="http://www.oscommerce.com" target="_blank"><u>support site of osCommerce</u></a>. This shop is running on osCommerce version <font color="#f0000"></font>.'); WHAT DO I NEED TO TAKE OUT IN ORDER TO GET THIS TO GO AWAY??? PLEASE HELP ME, I'VE LITERALLY TRIED FOR DAYS!!!!
♥Vger Posted November 10, 2004 Posted November 10, 2004 Go to includes/languages/english/index.php, download it from your site, edit it in a plain text editor such as Notepad (don't use Wordpad as it formats text). Then upload it again to the same directory. Vger
superstore Posted November 10, 2004 Author Posted November 10, 2004 But what exactly would I edit out of this? Thats what I am unsure of. Thanks For All Your Help Josh
ozcsys Posted November 10, 2004 Posted November 10, 2004 But what exactly would I edit out of this? Thats what I am unsure of. Thanks For All Your Help Josh <{POST_SNAPBACK}> For the text area to be blank you should have define('TEXT_MAIN', ' '); Then you define('TEXT_MAIN', ' Put your text here. '); It does not need to be all on the same line so to make sure you keep the ends intact you can do it like this define('TEXT_MAIN', ' Put your text here '); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.