Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help please!!!!!!


CKEEPER

Recommended Posts

Posted

Iam new to this so please understand iam trying to figure this out befor comming here also i have read thru the docs but cant find what iam looking for ok here goes

 

Iam putting a site up for a Friend but she wants to have a Box on the Admin Screen Removed the following is what she wants removed Why i dont know but she says she does Want it on her Admin screen any idea on how to remove this. Thanks in advance.

 

osCommerce

Support Site

Support Forums

Mailing Lists

Bug Reports

FAQ

Live Discussions

CVS Repository

Information Portal

Posted

You need to update the index.php file in the Admin folder. There is code in there within an array that in my version starts around line 113 (my version from snapshot 20030514 and file is dated 2003/02/14) and looks like this:

 

$heading[] = array('params' => 'class="menuBoxHeading"',

                    'text'  => 'osCommerce');



 $contents[] = array('params' => 'class="infoBox"',

                     'text'  => '<a href="http://www.oscommerce.com" target="_blank">' . BOX_ENTRY_SUPPORT_SITE . '</a><br>' .

                                '<a href="http://www.oscommerce.com/community.php/forum" target="_blank">' . BOX_ENTRY_SUPPORT_FORUMS . '</a><br>' .

                                '<a href="http://www.oscommerce.com/community.php/mlists" target="_blank">' . BOX_ENTRY_MAILING_LISTS . '</a><br>' .

                                '<a href="http://www.oscommerce.com/community.php/bugs" target="_blank">' . BOX_ENTRY_BUG_REPORTS . '</a><br>' .

                                '<a href="http://www.oscommerce.com/community.php/faq" target="_blank">' . BOX_ENTRY_FAQ . '</a><br>' .

                                '<a href="http://www.oscommerce.com/community.php/irc" target="_blank">' . BOX_ENTRY_LIVE_DISCUSSIONS . '</a><br>' .

                                '<a href="http://www.oscommerce.com/community.php/cvs" target="_blank">' . BOX_ENTRY_CVS_REPOSITORY . '</a><br>' .

                                '<a href="http://www.oscommerce.com/about.php/portal" target="_blank">' . BOX_ENTRY_INFORMATION_PORTAL . '</a>');

 

Hope that helps,

 

HankFrid

If I build it...they will come.

If I don't try to build it.....I will never know!

Posted

You could either remove that code or modify it to provide access to the section in admin.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...