Results 1 to 10 of 142

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cork Board Template Support Thread

    Hello again Clyde

    Our new site is coming along nicely now, but I've been asked to add a link to a Forum in the Header. This could be either below Contact Us on the left hand side as part of the existing list of options, or on the right between Search and the Date (whichever is the easier!). I've fiddled about a bit, but not managed to crack it yet.

    Our site is http://www.petershed.co.uk/

    The Forum exists but is not yet up & running properly, but the path would be as above + forum/

    Any advice would be greatly appreciated.

    Many Thanks
    Natalie

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by BrightGreen View Post
    Hello again Clyde

    Our new site is coming along nicely now, but I've been asked to add a link to a Forum in the Header. This could be either below Contact Us on the left hand side as part of the existing list of options, or on the right between Search and the Date (whichever is the easier!). I've fiddled about a bit, but not managed to crack it yet.

    Our site is http://www.petershed.co.uk/

    The Forum exists but is not yet up & running properly, but the path would be as above + forum/

    Any advice would be greatly appreciated.

    Many Thanks
    Natalie
    open includes/templates/cork_board/common/tpl_header.php

    find the following section of code and add the link to your forum where you would like it to appear.
    PHP Code:
    <div id="navMainWrapper">
    <div id="navMain">
        <ul>
        <li<?php echo (($this_is_home_page) ? ' class="current">' '>');?><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">'?><?php echo HEADER_TITLE_CATALOG?></a></li>
    <?php if ($_SESSION['customer_id']) { ?>
        <li<?php echo (($current_page_base == 'logoff') ? ' class="current">' '>');?><a href="<?php echo zen_href_link(FILENAME_LOGOFF'''SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF?></a></li>
    <?php
          
    } else {
            if (
    STORE_STATUS == '0') {
    ?>
        <li<?php echo (($current_page_base == 'login') ? ' class="current">' '>');?><a href="<?php echo zen_href_link(FILENAME_LOGIN'''SSL'); ?>"><?php echo HEADER_TITLE_LOGIN?></a></li>
    <?php } } ?>
    <li<?php echo (($current_page_base == 'contact_us') ? ' class="current">' '>');?><a href="<?php echo zen_href_link(FILENAME_CONTACT_US'''SSL'); ?>"><?php echo BOX_INFORMATION_CONTACT?></a></li>
        <li<?php echo (($current_page_base == 'account') ? ' class="current">' '>');?><a href="<?php echo zen_href_link(FILENAME_ACCOUNT'''SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT?></a></li>
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
        <li<?php echo ((in_array($current_page_base,explode(",",'checkout_shipping,checkout_payment,checkout_confirmation,checkout_success'))) ? ' class="current">' '>');?><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT?></a></li>
    <?php }?>
        <li<?php echo (($current_page_base == 'shopping_cart') ? ' class="current">' '>');?><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART'''NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS?></a></li>
    </ul>
    </div>
    <!--eof-navigation display-->
    </div>

  3. #3
    Join Date
    Sep 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cork Board Template Support Thread

    Clyde

    Thank you so much for your super-speedy reply. I'll give it a go tomorrow (am inputting and uploading stock today - deep joy!...).

    Kind regards
    Natalie

  4. #4
    Join Date
    Sep 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cork Board Template Support Thread

    Clyde

    Thank you again for your help - link to the forum works perfectly.

    Kind regards
    Natalie

 

 

Similar Threads

  1. v151 Bulletin Board Integration [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 50
    Last Post: 15 Jun 2017, 12:35 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

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