Page 32 of 199 FirstFirst ... 2230313233344282132 ... LastLast
Results 311 to 320 of 1988
  1. #311
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

  2. #312
    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 clydejones View Post
    did you create this new category from admin -> extras -> link categories

    ????
    I just submitted two (2) test links from your site.

    Can you approve them and check to see if they show up on the links page

    I submitted them under the zen cart development category

  3. #313
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    I just submitted two (2) test links from your site.

    Can you approve them and check to see if they show up on the links page

    I submitted them under the zen cart development category
    I went to:
    admin > extras > links > Nothing has showed up

    Mark,

  4. #314
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by haredo View Post
    I went to:
    admin > extras > links > Nothing has showed up
    Still no show up under links!
    The email from admin > extras > link contacts> This does not work also.

  5. #315
    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 haredo View Post
    Still no show up under links!
    The email from admin > extras > link contacts> This does not work also.
    Honestly, I have no idea.

    I uninstalled the contribution I installed on one of my sites. (deleted all related files in both the admin and includes.

    downloaded the contribution from the downloads section

    did a fresh install from the New_install folder from the contribution

    and haven't experienced and can't duplicate any of the problems you described.

  6. #316
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Honestly, I have no idea.

    I uninstalled the contribution I installed on one of my sites. (deleted all related files in both the admin and includes.

    downloaded the contribution from the downloads section

    did a fresh install from the New_install folder from the contribution

    and haven't experienced and can't duplicate any of the problems you described.
    Thanks for getting back to me.
    Is it possible to make a uninstall_links_manager3.1.1 sql for New_Update
    I am going to unstall all files and try again.

  7. #317
    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 haredo View Post
    Thanks for getting back to me.
    Is it possible to make a uninstall_links_manager3.1.1 sql for New_Update
    I am going to unstall all files and try again.
    You should be able to use this to uninstall everything in the database.

    Code:
    #Links Manager SQL Uninstall
    # For Zen-Cart 1.3.7
    # Last Updated: 28/02/2007
    
    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id 
    FROM configuration_group
    WHERE configuration_group_title= 'Links Manager'
    LIMIT 1;
    
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration WHERE configuration_key = 'DEFINE_LINKS_STATUS';
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
    DROP TABLE links;
    DROP TABLE links_description;
    DROP TABLE links_status;
    DROP TABLE links_to_link_categories;
    DROP TABLE link_categories;
    DROP TABLE link_categories_description;
    just copy and paste it into admin -> tools -> install sql patches

    You'll have to manually delete these files

    admin/link_categories.php
    admin/links.php
    admin/links_contact.php
    admin/includes/boxes/extra_boxes/links_extras_dhtml.php
    admin/includes/extra_datafiles/links_manager.php
    admin/includes/functions/extra_functions/links_manager.php
    admin/includes/languages/english/links.php
    admin/includes/languages/english/link_categories.php
    admin/includes/languages/english/links_contact.php
    admin/includes/languages/english/extra_definitions/links.php
    -------
    includes/extra_datafiles/links_manager.php
    includes/functions/links.php
    includes/languages/english/extra_definitions/YOUR_TEMPLATE/links_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/links.php
    includes/languages/english/YOUR_TEMPLATE/links_submit.php
    includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
    includes/languages/english/html_includes/define_links.php
    includes/languages/english/html_includes/define_links_submit.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_links.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php
    includes/modules/pages/links
    includes/modules/pages/links_submit
    includes/modules/pages/popup_links_help
    includes/modules/pages/redirect_links
    includes/modules/link_listing.php
    includes/modules/YOUR_TEMPLATE/link_listing.php
    includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
    includes/templates/YOUR_TEMPLATE/popup_links_help
    includes/templates/YOUR_TEMPLATE/css/links.css
    includes/templates/YOUR_TEMPLATE/css/links_submit.css

  8. #318
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Clyde,
    Thanks a million,
    Back up and running.
    The servers php database was 4.2 version.

  9. #319
    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
    Try this:

    unzip open the file links_fix change the YOUR_TEMPLATE folder name to match your custom folder name.

    upload the includes folder to your server.

    Attachment 1814
    Thanks Clyde - that did the trick!

    One question for you, I use Link2me.com as my links exchange service. When I add a link to my site from there, it doesn't seem to be able to verify the link exists on my links page. Is this just a problem with the links company I'm using, or are the links unable to be verified?
    Sandy Solis
    SRS Custom Printing
    www.srscustomprinting.com

  10. #320
    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
    Thanks Clyde - that did the trick!

    One question for you, I use Link2me.com as my links exchange service. When I add a link to my site from there, it doesn't seem to be able to verify the link exists on my links page. Is this just a problem with the links company I'm using, or are the links unable to be verified?
    Since the links are in categories they are "redirected" to a particular page for that category. So it may be a combination of both things.

 

 

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