Page 67 of 199 FirstFirst ... 1757656667686977117167 ... LastLast
Results 661 to 670 of 1988
  1. #661
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Alex Clarke View Post
    Hi Clyde,

    Just noticed an error when trying to add new link categories.

    If the sort order field is left blank (which it is by default) then the following error message is displayed.



    A work-around is to enter a number into the sort order field.

    Maybe this field should be set to '0' by default?
    Thanks Alex,

    I'll correct this in the next upgrade.

  2. #662
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Link Manager 3.0 release

    Sounds good. :)

    Just to let you know, I'm using PHP 5.2.3 and MySQL 5.0.41 (running in strict mode I beleive, which is probably explains this error).

    I'm still trying to find a solution to my other problems, as mentioned this post.

    http://www.zen-cart.com/forum/showpo...&postcount=644

    So far I've tried the code change you suggested, but had no luck.

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Alex Clarke View Post
    Sounds good. :)

    Just to let you know, I'm using PHP 5.2.3 and MySQL 5.0.41 (running in strict mode I beleive, which is probably explains this error).

    I'm still trying to find a solution to my other problems, as mentioned this post.

    http://www.zen-cart.com/forum/showpo...&postcount=644

    So far I've tried the code change you suggested, but had no luck.

    This should take care of the sort order issue.

    Just unzip the file and upload the admin folder to your server.

    Attachment 2971


    What kind of server are you on?

    I'm running this with apache php5 mysql5 and have no problems.
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

  4. #664
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    This should take care of the sort order issue.

    Just unzip the file and upload the admin folder to your server.

    Attachment 2971


    What kind of server are you on?

    I'm running this with apache php5 mysql5 and have no problems.
    Thanks, that fixed the sort order issue.

    I'm currently running IIS 6.

    When trying to submit a new link (not via the admin) the page simply refreshes.

    Also, clicking on any category (on the links page) does not display any links. Again, the page seems to refresh.

    I'm still looking into these issues, but not getting very far at the moment.

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Alex Clarke View Post
    Thanks, that fixed the sort order issue.

    I'm currently running IIS 6.

    When trying to submit a new link (not via the admin) the page simply refreshes.

    Also, clicking on any category (on the links page) does not display any links. Again, the page seems to refresh.

    I'm still looking into these issues, but not getting very far at the moment.
    I've never used IIS(windows) server.

    The mods both Links and Testimonial were developed using xaamp/apache.

    A couple of other people running IIS have reported this same issue.

    I'm not sure I understand why it would be a problem. the submit button should work the same way as submitting any of the other forms in ZC which both of the mods submission forms are based on.

    Let me know if you do find a solution.

  6. #666
    Join Date
    Nov 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hello,

    I like this add-on (congrats to the developer), however I have a few questions...

    I didn't see a captcha feature. I have a link submission site (not related) that currently doesnt have captcha and I am getting so many link requests that it is to overwhelming to filter through them.
    Does this add-on somehow limit this?

    Does the add-on have reciprocal link verification?

    The option to instantly list verified links?

    Lastly, How difficult would it be to transfer over 3000 links via excel, and could it be done if they were not reciprocal links?

    Kind Regards,
    Jeff
    PCmediaHost

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by justinhemp View Post
    Hello,

    I like this add-on (congrats to the developer), however I have a few questions...

    I didn't see a captcha feature. I have a link submission site (not related) that currently doesnt have captcha and I am getting so many link requests that it is to overwhelming to filter through them.
    Does this add-on somehow limit this?

    Does the add-on have reciprocal link verification?

    The option to instantly list verified links?

    Lastly, How difficult would it be to transfer over 3000 links via excel, and could it be done if they were not reciprocal links?

    Kind Regards,
    Jeff
    PCmediaHost

    I didn't see a captcha feature. I have a link submission site (not related) that currently doesnt have captcha and I am getting so many link requests that it is to overwhelming to filter through them.
    Does this add-on somehow limit this?
    It doesn't have captcha incorporated, but there is a mod located in the downloads section that can be used.

    Just be sure you run a file compare of tpl_links_submit.php (that file in the captcha mod is older than the one in the current version of Links Manager.

    Does the add-on have reciprocal link verification?
    This can be done in admin -> extras -> links
    You will have to set the "links check phrase" in admin -> configuration -> links manager

    The option to instantly list verified links?
    submitted links must be approved admin -> extras -> links before they are listed.

    Lastly, How difficult would it be to transfer over 3000 links via excel, and could it be done if they were not reciprocal links?
    The links information is stored in three different tables: Links - Links description - links to links categories.
    You'd have to break up to fit the table structure(s)

  8. #668
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Alex Clarke View Post
    Thanks, that fixed the sort order issue.

    I'm currently running IIS 6.

    When trying to submit a new link (not via the admin) the page simply refreshes.

    Also, clicking on any category (on the links page) does not display any links. Again, the page seems to refresh.

    I'm still looking into these issues, but not getting very far at the moment.
    Just wanted to let everyone know that I've solved my second issue (clicking on any category (on the links page) does not display any links).

    I made the following changes to lines 27-28 of includes/modules/pages/links/header_php.php:

    From:
    Code:
      if (isset($HTTP_GET_VARS['lPath'])) {
        $lPath = $HTTP_GET_VARS['lPath'];
    To:
    Code:
      if (isset($_GET['lPath'])) {
        $lPath = $_GET['lPath'];
    I'm currently working on a fix for the other issue (trying to submit a new link (not via the admin) the page simply refreshes) and will post my findings here.

    Hope this helps someone else running this contribution on IIS.

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

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Alex Clarke View Post
    Just wanted to let everyone know that I've solved my second issue (clicking on any category (on the links page) does not display any links).

    I made the following changes to lines 27-28 of includes/modules/pages/links/header_php.php:

    From:
    Code:
      if (isset($HTTP_GET_VARS['lPath'])) {
        $lPath = $HTTP_GET_VARS['lPath'];
    To:
    Code:
      if (isset($_GET['lPath'])) {
        $lPath = $_GET['lPath'];
    I'm currently working on a fix for the other issue (trying to submit a new link (not via the admin) the page simply refreshes) and will post my findings here.

    Hope this helps someone else running this contribution on IIS.
    Alex,

    did you also make the same changes on lines 31-32

    FROM:
    Code:
     } elseif (isset($HTTP_GET_VARS['links_id'])) {
        $lPath = zen_get_link_path($HTTP_GET_VARS['links_id']);
    TO:
    Code:
     } elseif (isset($_GET['links_id'])) {
        $lPath = zen_get_link_path($_GET['links_id']);

  10. #670
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Link Manager 3.0 release

    Just made those changes now. All is working fine (except the submit link form, but I'll worry about that next week).

    Thanks for the help. :)

 

 

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