Thread: category tabs

Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24
  1. #21
    Join Date
    Jan 2011
    Posts
    367
    Plugin Contributions
    0

    Default Re: category tabs

    a new question that has nothing to do with this thead, you go to the topic page you want and click on <new thread> if it is for this thread then you could use the quick reply by clicking on the little icon in the lower right hand corner of the last post in the thread next to the <quote> links.

  2. #22
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: category tabs

    your tpl_header.php file looks fine: see if you have the file its trying to call tpl_ezpages_bar_header.php

  3. #23
    Join Date
    Jan 2011
    Posts
    367
    Plugin Contributions
    0

    Default Re: category tabs

    yes i do here it is:

    <?php
    /**
    * Page Template
    *
    * Displays EZ-Pages Header-Bar content.<br />
    *
    * @package templateSystem
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_ezpages_bar_header.php 3377 2006-04-05 04:43:11Z ajeh $
    */

    /**
    * require code to show EZ-Pages list
    */
    include(DIR_WS_MODULES . zen_get_module_directory('ezpages_bar_header.php'));
    ?>
    <?php if (sizeof($var_linksList) >= 1) { ?>
    <div id="navEZPagesTop">
    <?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>
    <a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a><?php echo ($i < $n ? EZPAGES_SEPARATOR_HEADER : '') . "\n"; ?>
    <?php } // end FOR loop ?>
    </div>
    <?php } ?>

  4. #24
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: category tabs

    Just to double check, but I have run out of possible reasons.

    Quote Originally Posted by rbarbour View Post

    And ADMIN > CONFIGURATION > EZ-Pages Settings
    make sure :
    EZ-Pages Display Status - HeaderBar is ON

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Category Tabs
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Mar 2011, 05:26 AM
  2. Category Tabs 1.3.2 to 1.3.7
    By dml311071 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 Jan 2008, 06:44 PM
  3. Category 'tabs' that *look* like tabs?
    By Moebiusenterprises in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Oct 2006, 06:52 AM
  4. category tabs
    By tryingtolearn in forum General Questions
    Replies: 8
    Last Post: 2 Jul 2006, 06: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