osCmax v2.5 User Manual
Results 1 to 2 of 2

Edit internal admin pages

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 ...

      
  1. #1
    New Member
    Join Date
    Mar 2008
    Posts
    7
    Rep Power
    0


    Default Edit internal admin pages

    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. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    Default Re: Edit internal admin pages

    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 '&nbsp;&nbsp;<a href="http://www.aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . HEADER_TITLE_ADMINISTRATION . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="' . tep_catalog_href_link() . '">' . HEADER_TITLE_ONLINE_CATALOG . '</a>'; ?>&nbsp;&nbsp;</td>

    logoff.php: <td align="right" class="text" nowrap><?php echo '&nbsp;&nbsp;<a href="http://www.aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . HEADER_TITLE_ADMINISTRATION . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="' . tep_catalog_href_link() . '">' . HEADER_TITLE_ONLINE_CATALOG . '</a>'; ?>&nbsp;&nbsp;</td>
    password_forgotten.php: <td align="right" class="text" nowrap><?php echo '&nbsp;&nbsp;<a href="http://www.aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . HEADER_TITLE_ADMINISTRATION . '</a>&nbsp;&nbsp;|&nbsp;&nbsp;<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 '&nbsp;&nbsp;<a href="https://aabox.com/?oscmax" target="_blank" class="headerLink">AABox Web Hosting</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://oscdox.com" class="headerLink">' . HEADER_TITLE_OSCDOX . '</a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href="' . tep_catalog_href_link() . '" class="headerLink">' . HEADER_TITLE_ONLINE_CATALOG . '</a> &nbsp;|&nbsp; <a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_ADMINISTRATION . '</a>'; ?>&nbsp;&nbsp;</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

Similar Threads

  1. Admin Page - Product Edit Image Display size?
    By xpman in forum osCmax v2 Customization/Mods
    Replies: 9
    Last Post: 06-04-2008, 09:46 AM
  2. Unable to edit admin passwords
    By sakwoya in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 07-27-2007, 10:24 AM
  3. edit customer in admin error, heelllppp
    By battleaxe in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-07-2004, 02:38 AM
  4. not able to edit files in admin
    By not-so-simple in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 08-29-2003, 07:51 AM
  5. Help adding admin pages
    By mutebot in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 07-08-2003, 08:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •