Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2011
    Posts
    7
    Plugin Contributions
    0

    Default Home Button Question

    Sorry to bug again,

    I need help changing where the home button sends you.

    Right now it sends to mysite.com
    And I need it to go to mysite.com/index instead.

    I googled it and couldn't find a solution, I am in the tpl_header.php file (don't know if thats where I need to be) Any help would be appreciated! :)

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Home Button Question

    What else do you have there?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Home Button Question

    Quote Originally Posted by kobra View Post
    What else do you have there?
    I saw in another post something about the area <!--bof-header logo and navigation display-->

    And other it is things like this

    PHP Code:
    <?php

    if (!isset($flag_disable_header) || !$flag_disable_header) {

    ?>



    <div id="headerWrapper">

    <!--bof-navigation display-->

    <div id="navMainWrapper">

    <div id="navMain">

        <ul class="back">

        <li><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>

    <?php if ($_SESSION['customer_id']) { ?>

        <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF'''SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF?></a></li>

        <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT'''SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT?></a></li>

    <?php

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Home Button Question

    Do you have any other page at mysite.com
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Mar 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Home Button Question

    Quote Originally Posted by kobra View Post
    Do you have any other page at mysite.com
    Sorry, it was just a example >.< I do but I doubt it is forum approved.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Home Button Question

    Having both an index.html and an index.php will not be favored by the SE's
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Mar 2010
    Location
    UK
    Posts
    445
    Plugin Contributions
    0

    Default Re: Home Button Question

    The index.php and index.html URLs are two separate pages, the same as page1.html and page1.php are two separate pages.

    The problem comes, not in having two files with "index" in the name, but in one of those named files being a duplicate of the root canonical URL for the site at www.examples.com/
    Online since 1995.

  8. #8
    Join Date
    Mar 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Home Button Question

    Aww so there is no way to change it? D:

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Home Button Question

    Aww so there is no way to change it?
    What we are attemtping to convey is that since the purpose of having a cart is to sell items that it is not advisable to have both at the root of your site...

    When entering mysite.com one should go to their cart or to another page

    If the latter, then your cart should be in a folder named along the lines of shop, catalog etc
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Adding Home Button
    By hrsteel in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jan 2010, 09:47 PM
  2. creating a home button
    By kitcorsa in forum General Questions
    Replies: 3
    Last Post: 1 Dec 2009, 01:25 PM
  3. Changing or removing Home button
    By moonroach1 in forum Basic Configuration
    Replies: 1
    Last Post: 6 Feb 2008, 05:30 PM
  4. Home button
    By kerrco in forum General Questions
    Replies: 4
    Last Post: 29 Sep 2007, 09:14 AM

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