Hello. Before i start with my problem i want to say thanks for the great contribution!
I've been trying to install it and everything worked until the last step and i'm not sure what i've done wrong. I want the newsletter to be in the header and so edited the tpl_header file in /includes/templates/YOUR_TEMPLATE/common/ as follows:
<div class="navMainSearch forward"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
<?php
// BEGIN newsletter_subscribe mod 1/1
if(defined('NEWSONLY_SUBSCRIPTION_ENABLED') &&
(NEWSONLY_SUBSCRIPTION_ENABLED=='true') &&
(NEWSONLY_SUBSCRIPTION_HEADER=='true')) {
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER));
}
// END newsletter_subscribe mod 1/1
?>
</div>
<br class="clearBoth" />
</div>
I then enabled the header function in 'Configuration -> Layout Settings'.
I now get the following error:
Warning: main(includes/templates/template_default/templates/tpl_subscribe_header.php) [function.main]: failed to open stream: No such file or directory in /homepages/16/d113661620/htdocs/eshop/includes/modules/zenzenart/subscribe_header.php on line 20
Fatal error: main() [function.require]: Failed opening required 'includes/templates/template_default/templates/tpl_subscribe_header.php' (include_path='.:/usr/local/lib/php') in /homepages/16/d113661620/htdocs/eshop/includes/modules/zenzenart/subscribe_header.php on line 20
I'm really not sure where i've made a mistake... :cry:
Any help is hugely appreciated! :D
Thanks in advance...