Quote Originally Posted by sambinomio View Post
I followed all the steps in the readme.txt comming with the extension.

Every step gave me the expected results, but when I insert the final code

if(defined('NEWSONLY_SUBSCRIPTION_ENABLED') &&
(NEWSONLY_SUBSCRIPTION_ENABLED=='true') &&
(NEWSONLY_SUBSCRIPTION_HEADER=='true')) {
include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER));
}

my front page displays stops at the point I put my code.

I would appreciate your advice.

S.
Quote Originally Posted by NotGoddess View Post
Well i know you did the install in admin or it would stop and not error out at the firs 'defined' check, so I'd say to make sure that modules/yourtemplate/subscibe_header.php is in place.

I've found sometimes working with a custom template you have to copy more than just the header file to the common folder-make sure you have main page template, etc in there.

also, you might try copying the subscribe_header.php file so it is in both modules/subscribe_header.php and modules/yourtemplate/subscribe_header.php

repeat for the tpl_ file (put a copy in template_default as well)


apologies for typos-

-Ng_
Same problem as sambinomio, trying to get NS in the header. I tried all of the above to no avail (except placing yourtemplate/common/tpl_header.php into to template_default)