Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Posts
    198
    Plugin Contributions
    0

    Default Urgent help needed: link to Home

    I have a directory index applied on my server to my zc install (was using a redirect but not good with the search engines).

    Now my link to Home goes to my installed directory and that directory displays a listing and not the index.php! Help! How do I change the link to "Home" in breadcrumb.php to a hard link? http://mysite/zendirectory/index.php

    Code:
            // this line simply sets the "Home" link to be the domain/url, not main_page=index?blahblah:
            if ($this->_trail[$i]['title'] == HEADER_TITLE_CATALOG) {
              $trail_string .= '  <a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . $this->_trail[$i]['title'] . '</a>';
            } else {
              $trail_string .= '  <a href="' . $this->_trail[$i]['link'] . '">' . $this->_trail[$i]['title'] . '</a>';
            }
          } else {
            $trail_string .= $this->_trail[$i]['title'];
          }
    
          if (($i+1) < $n) $trail_string .= $separator;
          $trail_string .= "\n";
        }
    
        return $trail_string;
      }
    
      function last() {
        $trail_size = sizeof($this->_trail);
        return $this->_trail[$trail_size-1]['title'];
      }
    }

  2. #2
    Join Date
    Dec 2006
    Posts
    198
    Plugin Contributions
    0

    Default Re: Urgent help needed: link to Home

    After you are through installing your store, you should delete the entire zc_install from your web server.

 

 

Similar Threads

  1. URGENT Help Needed Please!!!!! Free downloads have no download link
    By Interdigital_Designs in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2011, 02:55 AM
  2. Urgent help needed
    By dashequestrian in forum General Questions
    Replies: 2
    Last Post: 29 May 2009, 03:24 PM
  3. Urgent Urgent help needed please
    By con-fused in forum General Questions
    Replies: 1
    Last Post: 12 Feb 2007, 09:41 PM
  4. Urgent Help Needed
    By CemeteryWinter in forum Upgrading from 1.3.x to 1.3.9
    Replies: 10
    Last Post: 5 Dec 2006, 10:32 PM
  5. Help Needed - Urgent
    By MyLibros.com in forum General Questions
    Replies: 3
    Last Post: 13 Nov 2006, 09:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR