Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

making a links page


John W

Recommended Posts

Posted

Hi All,

 

I'm trying to make a links page and I copied catalog/shipping and english/shipping and changed everything related from shipping to Links

 

I added

 

define('FILENAME_LINKS', 'Links.php');

 

to includes/application_top.php

 

but I keep getting this error message:

 

Warning: main(includes/languages/english/Links.php) [function.main]: failed to create stream: No such file or directory in /home/driedflo/public_html/catalog/links.php on line 15

 

Fatal error: main() [function.main]: Failed opening required 'includes/languages/english/Links.php' (include_path='') in /home/driedflo/public_html/catalog/links.php on line 15

 

Can anyone tell me what I'm missing? This is really frustrating because I bet it's something simple.

I'm not really a dog.

Posted

1st create a file/folder called links in www/public_html, thats what mine is called at the bottom. Then create a link page or index page, depending how your gonna set it up, an index page would have all your links catagorized, and call it www.your web site.com or net/links.html or

/text.html or what.html, then all your pages.html

then go to wilki, how to add box links, or do a search on my name for

the post birdbrain did on how to add links to boxes, (don't use her first idea) and put it all together.

I strongly advise using a text editor that you can save a copy of what you do, make a folder foy this files, on desk top, and up load them, that way you can make changes easily.

If you have a problem , get back to me.

Posted

Hi Horse,

 

Thanks for your reply. I was actually trying to do the links section through PHP like the shipping or conditons etc. I know I'm close. I thought about doing it the same way you did but I want my OSC template around it.

 

You are right about Bird Brain giving great advice. She is a big help to a lot of people.

I'm not really a dog.

Posted

Actually, I got it. I was trying to make it work just like shipping or coditons with the file in english/links. But, then I realized that I could do it all with catalog/links.php

 

I appreciate the response though.

I'm not really a dog.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...