Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Adding Left hand side menu...


  • You cannot reply to this topic
5 replies to this topic

#1 need

  • Community Member
  • 3 posts
  • Real Name:matt

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 :)

#2 cjaccessories

  • Community Member
  • 11 posts
  • Real Name:CJ Accessories

Posted 23 October 2003, 14:07

You can find it under:

includes/boxes/information.php

#3 need

  • Community Member
  • 3 posts
  • Real Name:matt

Posted 23 October 2003, 15:21

Thanks, but how excatly do I add a new one...

#4 cjaccessories

  • Community Member
  • 11 posts
  • Real Name:CJ Accessories

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.

#5 GiftS

  • Validating
  • 41 posts
  • Real Name:Miz Kenre
  • Location:United States

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

#6 GiftS

  • Validating
  • 41 posts
  • Real Name:Miz Kenre
  • Location:United States

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.