Page 177 of 199 FirstFirst ... 77127167175176177178179187 ... LastLast
Results 1,761 to 1,770 of 1988
  1. #1761
    Join Date
    Jul 2009
    Posts
    78
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Got it! Thanks, Clyde.

    But why does "Submit a Link" need SSL?

    if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
    $content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>';

    Why not NONSSL?

  2. #1762
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by CustomBooks View Post
    Got it! Thanks, Clyde.

    But why does "Submit a Link" need SSL?

    if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
    $content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>';

    Why not NONSSL?
    because you're asking for customer information (name, email etc.) which should be submitted via SSL; just the same as creating an account.

  3. #1763
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Hi Clyde,

    Just wondering if you have a change log available for Links Manager? This would come in handy as I'm about to upgrade from version v3.5.3a to v3.5.3c .

    Thanks

  4. #1764
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by gaffettape View Post
    Hi Clyde,

    Just wondering if you have a change log available for Links Manager? This would come in handy as I'm about to upgrade from version v3.5.3a to v3.5.3c .

    Thanks
    between a and c there were several bug fixes that affected multiple files.

    Just open the upgrade folder and follow the instructions.

    Don't forget to change the name(s) of the YOUR_ADMIN and YOUR_TEMPLATE folders.

  5. #1765
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Ok thanks Clyde

  6. #1766
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Clyde great contribution!! I do have one question though: How do I change the e-mail address that is being used by the links manager? (I want to use my link exchange e-mail address to protect myself from SPAM)

    As you of course know, it's a bad idea to use your main e-mails in the link exchange business.

  7. #1767
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by sports guy View Post
    Clyde great contribution!! I do have one question though: How do I change the e-mail address that is being used by the links manager? (I want to use my link exchange e-mail address to protect myself from SPAM)

    As you of course know, it's a bad idea to use your main e-mails in the link exchange business.
    There are at least 2 or 3 posts in this thread that explain how to accomplish this. ( I just don't recall where )

  8. #1768
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Clyde,

    I did several thread searches. The most rewarding was: "modify email address" and "change address"

    I keep getting these posts (which are close but don't answer):
    http://www.zen-cart.com/forum/showth...ess#post929287

    http://www.zen-cart.com/forum/showth...ess#post774132 (number 5 answer is not clear).

    My point is that in: admin>email options> there is not a links e-mail from: option. It uses the "Email Address (sent FROM)" option I believe. I use this address for my newsletters and e-mails I send from the admin panel. I am looking to give the links manager it's own e-mail address.

    If it was answered in your post I could not find the answer via a search.

  9. #1769
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by sports guy View Post
    Clyde,

    I did several thread searches. The most rewarding was: "modify email address" and "change address"

    I keep getting these posts (which are close but don't answer):
    http://www.zen-cart.com/forum/showth...ess#post929287

    http://www.zen-cart.com/forum/showth...ess#post774132 (number 5 answer is not clear).

    My point is that in: admin>email options> there is not a links e-mail from: option. It uses the "Email Address (sent FROM)" option I believe. I use this address for my newsletters and e-mails I send from the admin panel. I am looking to give the links manager it's own e-mail address.

    If it was answered in your post I could not find the answer via a search.
    2 step process:

    1) open includes/languages/english/YOUR_TEMPLATE/links_submit.php

    add a new define statement

    define('LINKS_MANAGER_EMAIL', 'your_email @ whatever.com');

    2) open includes/modules/pages/links_submit/header_php.php

    find the following STORE_OWNER_EMAIL_ADDRESS and replace each instance with LINKS_MANAGER_EMAIL

  10. #1770
    Join Date
    Apr 2007
    Location
    Dayton, Ohio
    Posts
    682
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thank you for your time clyde! That is exactly what I was looking for!

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 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