k_budiarto Posted December 26, 2003 Share Posted December 26, 2003 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 More sharing options...
241 Posted December 30, 2003 Share Posted December 30, 2003 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! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
1quicksi Posted December 30, 2003 Share Posted December 30, 2003 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. knowledge base | Contributions | Search Link to comment Share on other sites More sharing options...
241 Posted December 30, 2003 Share Posted December 30, 2003 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! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.