osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Closed Thread

 

LinkBack Thread Tools
  #1  
Old 05-17-2008, 05:55 AM
New Member
 
Join Date: Mar 2008
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Detritus is on a distinguished road
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 05-17-2008, 08:24 AM
met00's Avatar
osCMax Development Team
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 646
Thanks: 12
Thanked 112 Times in 103 Posts
Rep Power: 10
met00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to allmet00 is a name known to all
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

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


All times are GMT -8. The time now is 04:14 AM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design