This is a discussion on Edit internal admin pages within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Can anyone let me know how to edit the top section of the internal pages in the back office? I'...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Can anyone let me know how to edit the top section of the internal pages in the back office? I've checked application_top.php but I don't think this is it. I want to remove the AABox Web Hosting link. Cheers! |
|
#2
| |||
| |||
| This is called a "learning opportunity". The following were commands all issued on a unix box. We started at the catalog root (which is in / ) and then we transversed down the /admin path doing a search for AABox. This then tells you all the places you will have to go to remove the AABox branding. [I cut down the list from admin/includes/languages/english/ as there are many places where you will have to go to remove the AABox brand) ### [root@u152 httpdocs]# cd admin [root@u152 admin]# grep AABox * index.php: <td height="50"><?php echo '<a href="http://aabox.com/virtual-hosting-oscmax.htm">' . tep_image(DIR_WS_IMAGES . 'oscmax.gif', 'osCMax v2.0 created by AABox Web Hosting', '169', '56') . '</a>'; ?></td> login.php: <td align="right" class="text" nowrap><?php echo ' <a href="http://www.aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a> | <a href="http://oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a> | <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . HEADER_TITLE_ADMINISTRATION . '</a> | <a href="' . tep_catalog_href_link() . '">' . HEADER_TITLE_ONLINE_CATALOG . '</a>'; ?> </td> logoff.php: <td align="right" class="text" nowrap><?php echo ' <a href="http://www.aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a> | <a href="http://oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a> | <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . HEADER_TITLE_ADMINISTRATION . '</a> | <a href="' . tep_catalog_href_link() . '">' . HEADER_TITLE_ONLINE_CATALOG . '</a>'; ?> </td> password_forgotten.php: <td align="right" class="text" nowrap><?php echo ' <a href="http://www.aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a> | <a href="http://oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a> | <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . HEADER_TITLE_ADMINISTRATION . '</a> | <a href="' . tep_catalog_href_link() . '">' . HEADER_TITLE_ONLINE_CATALOG . '</a>'; ?> [root@u152 admin]# cd includes [root@u152 includes]# grep AABox * header.php: <td><?php echo '<a href="http://aabox.com/?oscmax">' . tep_image(DIR_WS_IMAGES . 'oscmax.gif', 'osCMax v2.0 from AABox Web Hosting', '169', '56') . '</a>'; ?></td> header.php: <td class="headerBarContent" align="right"><?php echo ' <a href="https://aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a> | <a href="http://oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a> | <a href="' . tep_catalog_href_link() . '" class="headerLink">' . HEADER_TITLE_ONLINE_CATALOG . '</a> | <a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_ADMINISTRATION . '</a>'; ?> </td> [root@u152 includes]# cd languages [root@u152 languages]# grep AABox * [root@u152 languages]# cd english [root@u152 english]# grep AABox * affiliate_info.php:define('HEADING_TITLE', 'AABox.com Affiliate Program'); affiliate_info.php:define('NAVBAR_TITLE', 'Gain extra revenue by referring new customers to AABox.com'); domain_info.php: <p>When you register a domain with AABox, you get state of the domain_info.php: to host your domain at AABox, and can host anywhere you like. You (and a whole bunch more...)
__________________ so endith the lesson<think>sometimes I just sit's and thinks</think> "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin Page - Product Edit Image Display size? | xpman | osCMax v2 Customization/Mods | 9 | 06-04-2008 09:46 AM |
| Unable to edit admin passwords | sakwoya | osCMax v2 Installation issues | 3 | 07-27-2007 10:24 AM |
| edit customer in admin error, heelllppp | battleaxe | osCMax v1.7 Discussion | 0 | 10-07-2004 02:38 AM |
| not able to edit files in admin | not-so-simple | osCommerce 2.2 Installation Help | 1 | 08-29-2003 07:51 AM |
| Help adding admin pages | mutebot | osCommerce 2.2 Modification Help | 0 | 07-08-2003 08:05 AM |