Page 65 of 199 FirstFirst ... 1555636465666775115165 ... LastLast
Results 641 to 650 of 1988
  1. #641
    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 londoh View Post
    Hi

    this is a very useful mod - thanks

    but there's 1 slight prob: because of the use of $HTTP_POST_VARS it only runs on my system (PHP 5.2.4) with register_long_arrays set to on in php.ini (or via php_value)

    The default value for register_long_arrays is off and perhaps it might be worth considering replacing the use of $HTTP_POST_VARS with $_POST / $_GET
    I'll make the changes and post an updated version in the downloads section.

  2. #642
    Join Date
    Oct 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi

    Re $HTTP_POST_VARS - thats prob a good idea going forward. Thanks

    There is another small issue (in 3.3.0 at least). Its a usability thing:
    If we edit a link...
    /links.php?page=1&lID=1&action=edit

    The 'Status' drop down always comes up as 'Pending', when it should really carry the actual value from the DB so the user doesnt have to remember to reset it to what it was.

    thanks

    l.

  3. #643
    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 londoh View Post
    Hi

    Re $HTTP_POST_VARS - thats prob a good idea going forward. Thanks

    There is another small issue (in 3.3.0 at least). Its a usability thing:
    If we edit a link...
    /links.php?page=1&lID=1&action=edit

    The 'Status' drop down always comes up as 'Pending', when it should really carry the actual value from the DB so the user doesnt have to remember to reset it to what it was.

    thanks

    l.
    I'll check that also.

    Thanks

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

    Default Re: Link Manager 3.0 release

    Hi Clyde,

    Just noticed a couple of issues with Links Manager v3.3.0.

    1. The submit link button does not work (I'm having the same problem I did with Testimonials Manager)
    2. Clicking on any link category (on my links page) does nothing!
    I'm pretty sure I can fix issue 1 (as I'll just check the changes you made to the form handling in the Testimonials Manager fix you sent me). However, I'm not sure how to fix the second issue?

    If you have any ideas that would be great.

    My links page is at: http://www.beyondeuphoria.co.uk/inde...ain_page=links

    I'll let you know how I get on! :)

  5. #645
    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 a couple of issues with Links Manager v3.3.0.

    1. The submit link button does not work (I'm having the same problem I did with Testimonials Manager)
    2. Clicking on any link category (on my links page) does nothing!
    I'm pretty sure I can fix issue 1 (as I'll just check the changes you made to the form handling in the Testimonials Manager fix you sent me). However, I'm not sure how to fix the second issue?

    If you have any ideas that would be great.

    My links page is at: http://www.beyondeuphoria.co.uk/inde...ain_page=links

    I'll let you know how I get on! :)
    Alex,

    Open includes/modules/YOUR_TEMPLATE/link_listing.php

    find the following lines of code:
    if ($column_list[$col] != 'LINK_LIST_IMAGE') {
    $lc_text = zen_create_sort_heading($HTTP_GET_VARS['sort'], $col+1, $lc_text);
    }

    change the highlighted portion to $_GET

    See if that makes a difference.

  6. #646
    Join Date
    Jun 2007
    Location
    Milton Keynes UK
    Posts
    153
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi Clidejones
    I have installed the links manager today but I got a few problems after, can you help please:
    1) the mouse over image does not come out anymore
    2) the image URL text and field are not there

    I have checked the db and the field is there but empty
    Can you tell me how I can resolve?

    this is links manager is installed: www.livemk.co.uk
    here in the same my site not installed: www.livemk.co.uk/a_business/

    Thanks
    Franco
    Last edited by francocauter; 15 Nov 2007 at 08:42 PM.

  7. #647
    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 francocauter View Post
    Hi Clidejones
    I have installed the links manager today but I got a few problems after, can you help please:
    1) the mouse over image does not come out anymore
    2) the image URL text and field are not there

    I have checked the db and the field is there but empty
    Can you tell me how I can resolve?

    this is links manager is installed: www.livemk.co.uk
    here in the same my site not installed: www.livemk.co.uk/a_business/

    Thanks
    Franco
    1. run the following sql script from admin -> tools -> install sql patches.

    copy and paste the code and click the send button.

    Code:
    INSERT INTO `configuration` VALUES ('', 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, '2007-09-03 12:30:43', NULL, 'zen_cfg_textarea_small(');
    INSERT INTO `configuration` VALUES ('', 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);

    2. Images can be added in admin -> extras -> links

  8. #648
    Join Date
    Jun 2007
    Location
    Milton Keynes UK
    Posts
    153
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Thanks for your answer Clyde
    I have tried the SQL patch but I got a sintax error at first then a duplicate entry (IH version check) I deleted that from the db then MySQL processed the 4 values.
    Still no change for the mouseover image
    Still no change for the Insert image field URL in the submit link form
    Thanks


    Quote Originally Posted by clydejones View Post
    1. run the following sql script from admin -> tools -> install sql patches.

    copy and paste the code and click the send button.

    Code:
    INSERT INTO `configuration` VALUES ('', 'Image Handler Version', 'IH_VERSION', '2.0', 'This is used by image handler to check if the database is up to date with uploaded image handler files.', 0, 100, NULL, '2007-09-03 12:30:43', NULL, 'zen_cfg_textarea_small(');
    INSERT INTO `configuration` VALUES ('', 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES ('', 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    2. Images can be added in admin -> extras -> links

  9. #649
    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 francocauter View Post
    Thanks for your answer Clyde
    I have tried the SQL patch but I got a sintax error at first then a duplicate entry (IH version check) I deleted that from the db then MySQL processed the 4 values.
    Still no change for the mouseover image
    Still no change for the Insert image field URL in the submit link form
    Thanks
    Links manager uses its own image height and width values and is not affected by IH2

    images are added to the links via admin -> extras -> links and not through the links submit form.

  10. #650
    Join Date
    Feb 2004
    Location
    Michigan
    Posts
    720
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi clyde...first off you are amazing in how you keep up with all the questions.

    I have a simple one. Where do I change the number of links displayed on a page?
    Connie Taylor

 

 

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