Thanks in advance
Latest News: (loading..)
Adding Left hand side menu...
Started by need, Oct 23 2003, 14:04
5 replies to this topic
#1
Posted 23 October 2003, 14:04
I would like to add a new menu under the "Information" section (for my FAQ) of the Left hand menu. I have tried searching to no avail, could anyone please point me in the right direction.
Thanks in advance
Thanks in advance
#2
Posted 23 October 2003, 14:07
You can find it under:
includes/boxes/information.php
includes/boxes/information.php
#3
Posted 23 October 2003, 15:21
Thanks, but how excatly do I add a new one...
#4
Posted 23 October 2003, 17:00
You will need to create a new file faq.php. You should be able to copy everything you need from your privacy.php or conditions.php. Then where it says <td class="main"> you can add in the text for your faq.
After you open your information.php and add a new line like this:
'<a href="' . tep_href_link(FILENAME_FAQ) . '">' . BOX_INFORMATION_FAQ . '</a>');
This should hopefully work.
After you open your information.php and add a new line like this:
'<a href="' . tep_href_link(FILENAME_FAQ) . '">' . BOX_INFORMATION_FAQ . '</a>');
This should hopefully work.
#5
Posted 24 October 2003, 20:55
I wanted to do something similar...
I wanted to add an information box to one of my pages. I figured I could copy the contents of the original info box
- located at includes/boxes
and edit it. The thing is what do I do after that? Can you explain how creating a new info box on just one page works ?
Please explain in simple terms (still in the learning phase)
Thanks a bunch
I wanted to add an information box to one of my pages. I figured I could copy the contents of the original info box
- located at includes/boxes
and edit it. The thing is what do I do after that? Can you explain how creating a new info box on just one page works ?
Please explain in simple terms (still in the learning phase)
Thanks a bunch
#6
Posted 24 October 2003, 22:34
To anyone wondering how to add a new box, visit this link
http://wiki.oscommerce.com/helpModsAddBoxNew
I kept looking for the answer and was happy to find it. I hope this helps someone.
http://wiki.oscommerce.com/helpModsAddBoxNew
I kept looking for the answer and was happy to find it. I hope this helps someone.














