osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Home breadcrum link won't work, any idea?

This is a discussion on Home breadcrum link won't work, any idea? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hi all. I am trying to get the Home breadcrum link to work, but I keep getting missing file name. ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-26-2004, 04:39 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default Home breadcrum link won't work, any idea?

Hi all.

I am trying to get the Home breadcrum link to work, but I keep getting missing file name.

What could have gone wrong.

I have includes/configure.php:

Quote:
define('DIR_WS_HOME', '/~username/'); //Home added
application_top.php:

Quote:
$breadcrumb->add(HEADER_TITLE_HOME, DIR_WS_HOME);
$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));
english.php:

Quote:
define('HEADER_TITLE_HOME', 'Home');
Is this the correct way of doing this, or have I made more complicated than I need to??

Cheers for you coching...and smootching...

Van....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 02-26-2004, 06:12 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,795
Thanks: 5
Thanked 104 Times in 90 Posts
Rep Power: 12
jpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to alljpf is a name known to all
Default

'DIR_WS_HOME' is invalid - does not exist - not definned in the default OSC install.

I am not sure what your tring to do but the breadcrumbs work fine for me as is, with no changes.
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-26-2004, 07:12 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

I have my oscommerce site hosted at aabox. As it was, Top was redirected to www.aabox.com.

Org:

Quote:
$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));
The http_server in config.. is set to: define('HTTP_SERVER', 'http://205.214.80.96')

So clicking on Top goes to the root.

What i wanted was to add Home in the breadcrum and link it to http://205.214.80.96/~myusername/ the root of my web site.

Is there away to do this?

Thanks

Van...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 02-26-2004, 07:17 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

to see live http://www.insituconservation.com/catalog/
So Home should be linked to http://www.insituconservation.com

Not big of a problem, but isn't it weird to implement the standard aabox Oscommerce like that, click on Top and you go to the root of aabox.com
hmm?? Or is it free marketing for aabox?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 02-26-2004, 07:32 AM
Member
 
Join Date: Nov 2003
Location: Greece
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
vandiike
Default

Mangaged to make it work. with above settings but the

Quote:
define('DIR_WS_HOME', '/~username/'); //Home added
was wrong should be:

Quote:
define('DIR_WS_HOME', 'http://205.214.80.96/~username/'); //Home added
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 02-26-2004, 01:36 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,990
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

vandiike, It is not any hidden agenda by AABox. The problem is that you were using the IP. Once you switch to your domain name, there are no problems. It will direct to your domain. And if you look closely, it is not directing to AABox home page, but rather, the default AABOX 404 ERROR page. Use your domain rather than IP and there are no problems.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
how do i change the home link to link to somewhere else? jcomputers osCMax v2 Customization/Mods 1 07-22-2006 10:01 PM
how do i set a link active, if the link links to actual page poschiman osCommerce 2.2 Modification Help 0 06-03-2006 05:10 PM
OscMax to replace OsCommerce? A good idea? Kristina osCMax v1.7 Installation 4 04-20-2005 09:19 PM
Can't seem to get same page link/anchor to work~ DaveF osCMax v1.7 Discussion 1 08-01-2004 10:16 AM
New Template design idea xwisdom osCMax v1.7 Discussion 0 12-04-2003 07:35 AM


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


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax