Results 1 to 10 of 137

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Define Pages Generator - Support

    Seem like some files are not placed in the correct folder.
    Make sure you input the correct name of your template when you create new "page".
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  2. #2
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: Define Pages Generator - Support

    Quote Originally Posted by yellow1912 View Post
    Seem like some files are not placed in the correct folder.
    Make sure you input the correct name of your template when you create new "page".
    The files MUST be in the right order because I just did a drag and drop in FileZilla. The correct name for the template is 4fun. Here's where my code is (if that helps).

    <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 echo '<a href="' . zen_href_link( FILENAME_4FUN, '' ) . '">4Fun</a>'; ?>
    <?php
    } else {
    if (STORE_STATUS == '0') {
    ?>

    <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    <?php echo '<a href="' . zen_href_link( FILENAME_4FUN, '' ) . '">4Fun</a>'; ?>
    <?php } } ?>

    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php }?>
    </ul>
    </div>
    Hope this helps. At least I made a little ground (smile).
    Last edited by crabdance; 21 Dec 2007 at 05:36 AM. Reason: typo

  3. #3
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: Define Pages Generator - Support

    Just to let you know... I re-installed the files so that I was SURE that they were going into the right place. Behavior of the web page stays the same....

  4. #4
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Define Pages Generator - Support

    NAVBAR_TITLE is not loaded correctly, look in to includes/languages/english/4fun

    See if the file 4fun.php is there, and check the content to see if it's correct
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #5
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: Define Pages Generator - Support

    Quote Originally Posted by yellow1912 View Post
    NAVBAR_TITLE is not loaded correctly, look in to includes/languages/english/4fun

    See if the file 4fun.php is there, and check the content to see if it's correct
    Here is the path to my file:
    /public_html/biz/includes/languages/english/4fun/4fun.php

    This is the content of that 4fun file:
    // DON'T EDIT THIS FILE UNLESS YOU KNOW WHAT YOU ARE DOING!

    // This is used to display the heading and the navigation bar
    define('NAVBAR_TITLE', '4fun');
    define('HEADING_TITLE', '4fun');
    and good morning!

  6. #6
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Define Pages Generator - Support

    Morning here as well, has to wake up in the middle of the night to complete domain transfer.
    Huhm, just checked and seem like you fixed the problem with navbar_title
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #7
    Join Date
    Sep 2007
    Posts
    329
    Plugin Contributions
    0

    Default Re: Define Pages Generator - Support

    I just noticed some interesting behavior on a test that I just did. Just for grins, I tried putting the 4fun file in the next directory down. That directory would be:
    /public_html/biz/includes/languages/english/4fun.php
    When I did this... the navbar title started to work. Any idea of what is going on? Because as I said I just copied the directory structure over to my server.

    tanks

  8. #8
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Define Pages Generator - Support

    That is the place for default template files, you may want to check your admin panel and see if you are really using the 4fun template.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. Define Pages Generator on 1.39h ?
    By pizza392 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Mar 2011, 06:47 AM
  2. Define Define Pages / Information pages Manager needed
    By thunderesl in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Jun 2010, 02:42 PM
  3. ePier Bulk File Generator Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 14
    Last Post: 28 Jul 2009, 08:16 PM
  4. How do I change navbar titles in Pages made using define pages generator?
    By lifebot in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Mar 2008, 06:13 PM
  5. index_default & define pages(4+ define pages on frontpage?)
    By mrmarcus66 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 May 2006, 07:38 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