Page 51 of 117 FirstFirst ... 41495051525361101 ... LastLast
Results 501 to 510 of 1165
  1. #501
    Join Date
    Aug 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    I attempted to search for my answer... nothing coming up ;-<

    I installed the newsletter subscribe on a sidebox... I just had a gal whose email address was too long for the box!

    Any idea how to make this entry accept a longer email address? I've look thru admin.. not seeing anything ~ I can alter a file if i need too.. just need to know which one and where to find it!

    Thanks!!

  2. #502
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by Linux View Post
    I have this problem too. The only mods I have is GC. I have the lastest version of Zen 1.37.

    Anyone?
    I'm having the same issue as ya'll. (the crazy date and not large enough entry box) Has this been resolved and not posted?


    Jacque

    Just knowledgeable enough to be dangerous.

  3. #503
    Join Date
    Apr 2005
    Location
    Spokane, Washington
    Posts
    372
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Fixed the date issue.

    I went into the subscribers table of the database, changed the type of subscribed_date to date/time, null should be yes default blank.

    That fixed the issue for future records. If you're as picky as I am you can go to the previous records and edit that date manually.

    Jacque

    Just knowledgeable enough to be dangerous.

  4. #504
    Join Date
    Aug 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    I'm still desperatly awaiting a response to the issue of the subscribe box not being long enough for someones email address. I have a gal who wants to subscribe.. and can't!

    Anyone??????

  5. #505
    Join Date
    Jan 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    i'm here again ... actually i was thinking subcrition form to my footer... insteat of put at side box.... does any 1 hav any idea?

    thank you for helping~ :)
    online korean jewelry store...
    www.myasper.com

  6. #506
    Join Date
    Aug 2006
    Posts
    46
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by sassayone View Post
    I'm still desperatly awaiting a response to the issue of the subscribe box not being long enough for someones email address. I have a gal who wants to subscribe.. and can't!

    Anyone??????
    found my solution.. it was the sidebox template.

  7. #507
    Join Date
    May 2005
    Location
    London, England
    Posts
    18
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Quote Originally Posted by magneteye View Post
    hi, i am having issues with this mod.

    I installed, and take a look at my right sidebox: http://www.lightswitchclothing.com/catalog

    It's looking for something and not finding it.

    Also, if you just click where the button SHOULD BE, i get these errors:

    Warning: main(includes/templates/template_default/templates/tpl_subscribe_header.php) [function.main]: failed to open stream: No such file or directory in /home/lightswi/public_html/catalog/includes/modules/lavender/subscribe_header.php on line 20

    Warning: main(includes/templates/template_default/templates/tpl_subscribe_header.php) [function.main]: failed to open stream: No such file or directory in /home/lightswi/public_html/catalog/includes/modules/lavender/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/lib/php:/usr/local/lib/php') in /home/lightswi/public_html/catalog/includes/modules/lavender/subscribe_header.php on line 20

    Does anyone know whats going on here? Seems to have an issue with the subscribe_header file line 20 which is this:

    PHP Code:
    require($template->get_template_dir('tpl_subscribe_header',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_subscribe_header.php'); 


    thanks.
    Hi all.. just found this post after have fixed the problem... it's a simple typo in line 20...
    PHP Code:
    require($template->get_template_dir('tpl_subscribe_header',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_subscribe_header.php'); 
    the problem is the extention is missing from the first instance of the file name 'tpl_subscribe_header' and should read 'tpl_subscribe_header.php' a with the second instance.

    hope it helps.

    BTW: the reason it works out of the box for some and not others is that if a file is not found (as there is no .ext then the file is not found ;) ) then the file is sought in the default_templates directory and if not found there either it throws an error.

  8. #508
    Join Date
    May 2005
    Location
    London, England
    Posts
    18
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    OK now for my Q :)

    I have installed the mod and find that the Newsletter title is a link with [more] to the right. not so bad BUT the link goes to the REVIEWS page?????
    does anyone else get this too?

    I am now 3hours into working this out and have NO idea

    please help a tired man.

    for those whom wish to see ... www.HealthMantra.co.uk (don't buy anything it's only my sandbox for now :) )

  9. #509
    Join Date
    Jun 2007
    Posts
    87
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    Well, I've read through a few of these posts and see that this mod works with Zen Cart v1.3.7. I've included lines from this mod in my index.php (i think index file)
    because it was already moded. I've put all the other files in and the sidebox file shows up in my Sidebox Layout menu. However, I have activated it and set it to the left column. The subscription box does not show up.

    Has anyone else experienced this? If so how did you fix it. Thanks :-)

  10. #510
    Join Date
    Jul 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Newsletter-Only Subscriptions for v1.3x

    This is a great mod, except that I am running into some problems:

    In the confirmation letter sent out to newsletter subscribers, the text listed under

    EMAIL_CONFIRMATION_TEXT

    is not displayed anywhere. There is no link for the subscriber to click on to confirm.

    I have been poking around the files to look for an answer.

    If somebody would care to enlighten me, it will be much appreciated.

 

 
Page 51 of 117 FirstFirst ... 41495051525361101 ... LastLast

Similar Threads

  1. Newsletter-Only Subscriptions for v1.3x: reinstall problems
    By sharonmiranda in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Nov 2011, 07:43 PM
  2. Newsletter subscriptions in the code
    By fgabrieli in forum General Questions
    Replies: 4
    Last Post: 19 Aug 2010, 03:30 PM
  3. help with newsletter subscriptions page
    By meesh in forum Customization from the Admin
    Replies: 8
    Last Post: 29 Mar 2009, 06:14 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR