Results 1 to 10 of 137

Hybrid View

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

    Default Re: Define Pages Generator - Support

    Ok... I have got it to work some. I have created a "4Fun" link in the nav bar and it takes me to "some" page but I'm not sure if it's the right one. Here is what the url window shows in FF: http://tranquillas.com/biz/index.php?main_page=4fun
    I went into the "define pages editor" and changed the color of the sample text to red (my background is black)... but the sample text does not appear to show up.

    Would either of you mind taking a look at my site and see what I'm talking about. Hey... I'm just tickled that I got something to show up on the nav bar <grin>

    thanks for the help.
    Last edited by crabdance; 21 Dec 2007 at 04:58 AM. Reason: oops

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

    Default Re: Define Pages Generator - Support

    I just noticed that my nav bar title is not working. Who do need to shoot in order to get that working lol...

    I will be checking out the code(s) until I hear from either of you.

    tanks

  3. #3
    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

  4. #4
    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

  5. #5
    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....

  6. #6
    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

  7. #7
    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!

 

 

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