NG,
problems with the iTunes update, huh... you're not the only one out there, i hear.
anything i can maybe help with?
Adam.
Apple Certified
Printable View
NG,
problems with the iTunes update, huh... you're not the only one out there, i hear.
anything i can maybe help with?
Adam.
Apple Certified
I'd love some. I'll PM you in the morning (about 3hrs past my bedtim atm).Quote:
Originally Posted by pensive612
-Ng_
NG,
is this version buggy as hell?
Just wondering cause non of the tect or html radios are showing.
If it is abuggy version I will wait till next version if need be.
Also is your gallerycart compatible with zen?
Rob
Well, you can try adding a <br /> either in the header template file, or in the text definition (former if you don't want to have to edit it for every language, latter if you want some freedom to have/not have it).Quote:
Originally Posted by knuckle-101
For the template file, right after:
addCode:$content .= '<label>'. (empty($subscribe_text) ? '' : $subscribe_text);
Or in the def file, just add it to the define: 'Newsletter: <br />'Code:$content .= ' <br /> ';
Oh, one caveat tho...the current release also uses the header template on the subscribe page when an error occurs, so you'll have the line break there, as well.
If you need it one-line there, but 2 in header, let me know and I can show you what to do (basically copy the header template and use that for subscribe page).
*blink* have you perused the forums much? You are nowhere near the level I'd consider 'pounding' :)Quote:
Originally Posted by knuckle-101
Re your wish for me-It'll all work out with help/time.
I've got this saying (probably stolen from somewhere, but if it is, I can't remember, so it's mine.) :
Life is a hilly road-lots of ups and downs. You gotta hope you're heading toward the mountains instead of the sea; but just in case-learn to swim.
-Ng_
Buggy is debatable :0Quote:
Originally Posted by knuckle-101
but in the case of the radio buttons check to make sure you have html mail enabled in your admin->configuration->email settings.
If you do, the buttons show. If you don't, then it defaults to 'text' email format and they don't show (because you only send one type of mail so users don't need a choice).
GalleryCart is for Menalto's Gallery 1-it's not Zen Compatible. There is a ZenCart module for Gallery 2, but as far as I know no one has ever updated it to work with zc1.3 -it was originally made for 1.2.7
-Ng_
1.3.5 update-
knuckle-101 found an issue with the 1.3.5 create_account.php module not being compatible with the current version shipped with the contribution. I'll be releasing the update tomorrow after I doublecheck to make sure the other account related pages are okay.
In the meantime, you can use winmerge to compare the core version with the ns version in your override directory and just merge the marked changes for the newsletter subscribe mod (marked with // BEGIN and //END comments) into the new core version and save back to your override directory.
-Ng_
While you await an updated I have attached the current version file for 1.3.5.
Upload to includes/modules/YOUR TEMPLATE/ just override your current file, be sure to compare for contrubitions you have added previously in the last release or before.
rename YOUR TEMPLATE with your current template name.
Rob
I have installed the contribution on Zen Cart 1.3.0.2 but I can't get the sidebox to show in the layout boxes controller. It is everywhere else in the admin but the controller.
Any help is greatly appriciated!!
What version of the newsletter do you have installed?
If the sidebox is showing in the layout boxes controller, and you have that turned on for left/right/single, that should be it.Quote:
Originally Posted by offnetrob
You can doublecheck that it's enabled (should enable by defalt). Under 'Configuration -> My Store' you will see the option to enable/disable subscriptions.