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".
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
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).
Hope this helps. At least I made a little ground (smile).<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>
Last edited by crabdance; 21 Dec 2007 at 05:36 AM. Reason: typo
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....
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
Here is the path to my file:
/public_html/biz/includes/languages/english/4fun/4fun.php
This is the content of that 4fun file:
and good morning!// 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');
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
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
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