powersupport Posted November 3, 2009 Posted November 3, 2009 First of all I have to tell you that I am a total newbie at oscommerce I am fairly confortable in editing php files. Firstly I installed STS which was working perfectly. Then I found Mindsparx Admin which is a very nice alternative for the admin pages but... STS is not appearing in the Modules menu... I really like both addons and want to use them... Can someone help me with this? P.S. In the main eshop pages STS is still working... Quote
iankil Posted November 4, 2009 Posted November 4, 2009 (edited) First of all I have to tell you that I am a total newbie at oscommerce I am fairly confortable in editing php files. Firstly I installed STS which was working perfectly. Then I found Mindsparx Admin which is a very nice alternative for the admin pages but... STS is not appearing in the Modules menu... I really like both addons and want to use them... Can someone help me with this? P.S. In the main eshop pages STS is still working... Hello, when you installed STS you probably replaced the modules.php fil, just go back and add the link in admin/boxes/modules.php // START STS 4.1 '<a href="' . tep_href_link(FILENAME_MODULES, 'set=sts', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_STS . '</a><br>' . // END STS 4.1 /Janne Edited November 4, 2009 by iankil Quote My contributions Mindsparx admin for 2.2 Mindsparx admin for 2.3 Mindsparx admin for 3.0 Mindsparx specials 2.2 Starproduct pimped for 2.2 Starproduct pimped for 2.3 Mindsparx template osc Sport 2.2 Mindsparx template Horizon 2.3 + a few more...
powersupport Posted November 4, 2009 Author Posted November 4, 2009 Hello, when you installed STS you probably replaced the modules.php fil, just go back and add the link in admin/boxes/modules.php // START STS 4.1 '<a href="' . tep_href_link(FILENAME_MODULES, 'set=sts', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_MODULES_STS . '</a><br>' . // END STS 4.1 /Janne Yes! Thank you... that did it... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.