Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Lake Havasu, AZ
    Posts
    1,149
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    thanks for the heads up on the includes - i will drop those right in.

    as for the descriptions the html code is entered as code just as you would in the plain text area of a product description.

    is there a way (that i can do easily) to make the description field accept html ??

    thanks again
    When the world gets in my face I say Have A Nice Day.
    * I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
    Custom Templates and Zen Services CRS Designs, Inc.

  2. #2
    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 TinaS View Post
    thanks for the heads up on the includes - i will drop those right in.

    as for the descriptions the html code is entered as code just as you would in the plain text area of a product description.

    is there a way (that i can do easily) to make the description field accept html ??

    thanks again
    The description is input in a <textarea> form element.

    AND

    The contents are interpreted as text only; HTML markup is ignored.

  3. #3
    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 weezee View Post
    Sorry just getting back, I lost my site.

    yes its the same as my copy starting on line 610-659.


    I run the uninstall SQL, and reinstalled v3.5.2 and when I run the install v3.5.2 SQL I got this:

    1109 Unknown table 'links_status' in where clause
    in:
    [DELETE FROM zen_links_status WHERE links_status.links_status_id = 3;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    run this sql patch using the Zen-Cart Sql Patches tool
    (admin -> tools -> install sql patches)

    For best results,copy-and-paste the code into the query field and press 'Send'
    Code:
    DELETE FROM `links_status` WHERE `links_status`.`links_status_id` = 3;

  4. #4
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    run this sql patch using the Zen-Cart Sql Patches tool
    (admin -> tools -> install sql patches)

    For best results,copy-and-paste the code into the query field and press 'Send'
    Code:
    DELETE FROM `links_status` WHERE `links_status`.`links_status_id` = 3;

    I ran this sql in (admin -> tools -> install sql patches) the same as I did before and I got the same thing.

    1109 Unknown table 'links_status' in where clause
    in:
    [DELETE FROM zen_links_status WHERE links_status.links_status_id = 3;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

  5. #5
    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 weezee View Post
    I ran this sql in (admin -> tools -> install sql patches) the same as I did before and I got the same thing.

    1109 Unknown table 'links_status' in where clause
    in:
    [DELETE FROM zen_links_status WHERE links_status.links_status_id = 3;]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Should be OK all the error message is telling you is that that particular field has already been deleted.

  6. #6
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    But I still can't check my links. When I click check link still getting this message:

    Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home/content/w/e/e/weezee/html/xxxxxx_admin/links.php on line 625

  7. #7
    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 weezee View Post
    But I still can't check my links. When I click check link still getting this message:

    Warning: preg_match() [function.preg-match]: Unknown modifier '/' in /home/content/w/e/e/weezee/html/xxxxxx_admin/links.php on line 625
    open YOUR_ADMIN/links.php

    find the the two instances of:

    Code:
      if (preg_match('/'.LINKS_CHECK_PHRASE.'/i', $content))
    and change them to read as follows:


    Code:
     if (preg_match("/".LINKS_CHECK_PHRASE."/i", $content))

 

 

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

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