Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add a link in Administration Panel


k_budiarto

Recommended Posts

How do I add a link into the administration panel? It is the panel page that says "Choose an action" and the links "Configuration", "My Store, Logging, Cache", etc..etc..

 

I want to add a link to my phpbb forum so admins can go to the board without having to type lengthy URL to the forum site.

 

Thanks.

Link to comment
Share on other sites

Do you require this to be a seperate box or just a link?

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

In: catalog/admin

edit: index.php

Search for: <td height="50"><?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '150', '146'); ?></td>

 

The line right under it is the one that contains the links:

Administration | Online Catalog | Support Site

 

You can add additional links here.

Link to comment
Share on other sites

I added my admin link in the admin/includes/header.php

 

<td class="headerBarContent">  <a href="<?php echo tep_href_link(FILENAME_FORUM, '', 'NONSSL'); ?>" class="headerLink"><?php echo HEADER_TITLE_FORUM; ?></a>  <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'NONSSL') . '" class="headerLink">' . HEADER_TITLE_TOP . '</a>'; ?></td>

 

This was for os 2.2ms2

 

however I also run a SEC version and the link for this is different

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...