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!![]()
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've ...
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!![]()
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
Bookmarks