X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   HTML Static Pages (https://forum.x-cart.com/showthread.php?t=3769)

EZ 07-27-2003 08:22 PM

HTML Static Pages
 
Can someone tell me why every static page I create, it list's it under the help section on the left below the last link, my question can I place the link it creates in any of the categories and how can I do this?

Anyone!

shan 07-28-2003 04:20 AM

this is the bit of code that displays the extra pages in help.tpl

Code:

{include file="pages_menu.tpl"}

you could move that to categories.tpl if you wanted to

EZ 07-28-2003 07:40 AM

Thanks
 
But that would move all my newly created static pages to the same catagory. Example I have created a page called Support that I do want in the help section where it goes to. Then I want to create another page that I can have list under catagories menu would this be possible or do all the static pages just move all together. :?

shan 07-28-2003 08:12 AM

you would need to hard code individual links to do that

EZ 07-28-2003 09:20 AM

Hard Code?
 
When you say Hard Code how hard would it be, LOL IБ─≥m new to this game here but I know a little HTML that's about it. To do this would it be very hard or can I achieve this if I put some thought into it or do I really need to know PHP and smarty. Any examples on how to do this would be appreciated

shan 07-28-2003 11:46 AM

hover over an existing link, see the url its aiming at and hard code that into the .tpl file you want it to appear in

EZ 07-28-2003 01:10 PM

Example
 
Can you give me an example of what the line of code should look like and can I just put this anywhere in the .tpl file of my choice?

Jerry 07-28-2003 02:36 PM

Hi Shan, I've got a question along the same lines. I want to remove some of the static files from the list under the help menu but leave others. Does that have to be hard coded? Thanks, G.

shan 07-29-2003 04:18 AM

At the moment this code is called

this loops through all the new pages that you have made and displays them at the bottom of the help.tpl file

if you wanted to hard code a link to one of your new pages you would need to do the following.

Code:

My New Page

but swap the ??? with the new page id number and change the My New Page text with whatever you want to name the link.

do this in whichever temlpate you wish the link to appear

EZ 07-29-2003 11:33 PM

Thank you
 
Thank you very much!


All times are GMT -8. The time now is 03:10 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.