Page 29 of 199 FirstFirst ... 1927282930313979129 ... LastLast
Results 281 to 290 of 1988
  1. #281
    Join Date
    Feb 2007
    Location
    Santa Clara, CA
    Posts
    98
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    I'll try deleting everything and then reinstalling Links Manager.

    One thing that might be affecting it, is when I had problems with my logo, someone created a new template override name for me (srs), and put the logo there. But I already had a template override name of my own. When I installed Links Manager, I wasn't sure where to put the files (in "srs" or my template name). Right now the files are in both places. But as I said, I'll try deleting everything and reinstalling in only one place at at time.

  2. #282
    Join Date
    Feb 2007
    Location
    Santa Clara, CA
    Posts
    98
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Hi Clyde,

    In the New Install instructions, under "Database Modifications:", it says:
    A new database table needs to be created to store your links items. New configuration options are added to the zen_configuration table.
    Do I have to create this table, or is it done automatically?

    Thanks,
    SAS

  3. #283
    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 ssolis5788 View Post
    Hi Clyde,

    In the New Install instructions, under "Database Modifications:", it says:
    A new database table needs to be created to store your links items. New configuration options are added to the zen_configuration table.
    Do I have to create this table, or is it done automatically?

    Thanks,
    SAS
    You need to run the links_manager_install.sql script.

    open this file copy the contents and paste them into the text box in

    admin -> tools -> install sql patches and click the send button

  4. #284
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    red flag creative coding needed....

    Hello,

    I still have such error message on "Checking Link" page after I install Link Manager.

    In Admin/Extra/Links, If I click on "check links", Such error messages appear:
    Warning: file() [function.file]: URL file-access is disabled in the server configuration in /home/.nonsense/XXXX/loveinrose.com/admin/links.php on line 618

    Warning: file(http://www.xtreme-hosting-inc.com) [function.file]: failed to open stream: no suitable wrapper could be found in /home/.nonsense/XXXX/loveinrose.com/admin/links.php on line 618

    Somebody said it is because allow_url_fopen is set OFF. I contacted my hosting server and asked them to turn it On. They said for security reason, they couldn't turn it ON. But they told me that I can use CURL as an aternative.

    My question is how to code to replace the origial code?

    PHP Code:
    if (file($url)) {
            
    $file fopen($url,'r');

            
    $link_check_status false;

            while (!
    feof($file)) {
              
    $page_line trim(fgets($file4096));

              if (
    eregi(LINKS_CHECK_PHRASE$page_line)) {
                
    $link_check_status true;
                break;
              }
            } 
    Do anybody know how to do it? Thank you

    Lina

  5. #285
    Join Date
    Feb 2007
    Location
    Santa Clara, CA
    Posts
    98
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    I've gone through all 29 pages of this thread and could not find the answer to this one. On the "Submit Your Link" page, the image for the help button is not showing up, just a red x. How can I fix this?

  6. #286
    Join Date
    Feb 2007
    Location
    Santa Clara, CA
    Posts
    98
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    The button images are also missing from Admin > Extra > Links for "Check Link" and "New Link"
    Sandy Solis
    SRS Custom Printing
    www.srscustomprinting.com

  7. #287
    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 ssolis5788 View Post
    I've gone through all 29 pages of this thread and could not find the answer to this one. On the "Submit Your Link" page, the image for the help button is not showing up, just a red x. How can I fix this?
    Open includes/languages/english/extra_definitions/links_manager_defines.php

    add the following lines:

    define('BUTTON_IMAGE_LINK_HELP', 'button_link_help.gif');
    define('BUTTON_LINK_HELP_ALT', 'Link Help');

    save the file and upload it to your server

  8. #288
    Join Date
    Feb 2007
    Location
    Santa Clara, CA
    Posts
    98
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Open includes/languages/english/extra_definitions/links_manager_defines.php

    add the following lines:

    define('BUTTON_IMAGE_LINK_HELP', 'button_link_help.gif');
    define('BUTTON_LINK_HELP_ALT', 'Link Help');

    save the file and upload it to your server
    What would we do without you??! That fixed it! But now when I click on the Links Help button, I get a message at the bottom of the browser window that says "Error on Page", and nothing pops up.

  9. #289
    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 ssolis5788 View Post
    What would we do without you??! That fixed it! But now when I click on the Links Help button, I get a message at the bottom of the browser window that says "Error on Page", and nothing pops up.
    Make sure the following files/folders are on your server:

    includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
    includes/modules/pages/popup_links_help/header_php.php
    includes/modules/pages/popup_links_help/jscript_main.php
    includes/templates/YOUR_TEMPLATE/popup_links_help/tpl_main_page.php

  10. #290
    Join Date
    Feb 2007
    Location
    Santa Clara, CA
    Posts
    98
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Make sure the following files/folders are on your server:

    includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
    includes/modules/pages/popup_links_help/header_php.php
    includes/modules/pages/popup_links_help/jscript_main.php
    includes/templates/YOUR_TEMPLATE/popup_links_help/tpl_main_page.php
    Yes, the files are all there.
    Sandy Solis
    SRS Custom Printing
    www.srscustomprinting.com

 

 

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