Zen Cart Logo
Forums / Addon Sideboxes / Link Manager 3.0 Support Thread

Link Manager 3.0 Support Thread

Views: 486,711

Results 1,701 to 1,720 of 1,988
17 Jun 2010, 11:54 PM
#1701
richmanfl avatar

richmanfl

New Zenner

Join Date:
Oct 2007
Posts:
15
Plugin Contributions:
0

Link Manager 3.0 Support Thread

OK, I had orignially installed the 3.3 version of Links Manager, on my 1.37 Zencart.

Still do not have the image field on the Submit Link on the public side of the website sidebox.

I have applied the patches, done the upgrade to the 3.5.3b latest code, and applied the other patch for the error code on line 171 of links.php.

Now when a person goes to the sidebox and clicks on the category, they get this error:

Warning: Division by zero in /home/sapphire/public_html/cart/includes/classes/split_page_results.php on line 76
-4 -3 -2 -1 0
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, MAX_DISPLAY_LINKS' at line 1
in:
[select l.links_image_url, ld.links_title, ld.links_description, ld.links_title, l.links_clicked, l.links_id from zen_links_description ld, zen_links l, zen_links_to_link_categories l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '1'order by ld.links_title limit -0, MAX_DISPLAY_LINKS]

18 Jun 2010, 12:21 AM
#1702
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

The ability to upload a banner image was not available until version 3.4.0 of links manager. and was for version 1.3.8 of Zen Cart

Links Manager 3.3.0 was the last version available for version 13.7 of Zen Cart.

If you are still using version 1.3.7 of Zen Cart then you should continue using version 3.3.0 of links Manager.

18 Jun 2010, 10:33 AM
#1703
merel avatar

merel

New Zenner

Join Date:
Jan 2005
Posts:
5
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I have another problem

When I switch to the dutch language, the links won't show up on the main website. The categories are fine, but they are empty.
https://www.fabrickitchen.com

Some help would be very welcome :)

18 Jun 2010, 4:37 PM
#1704
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Merel:

I have another problem

When I switch to the dutch language, the links won't show up on the main website. The categories are fine, but they are empty.
https://www.fabrickitchen.com

Some help would be very welcome :)

This is discussed within this thread (I just don't remember exactly where)

18 Jun 2010, 5:55 PM
#1705
merel avatar

merel

New Zenner

Join Date:
Jan 2005
Posts:
5
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I think I found it.

So the only way is to either copy the links or use phpMyAdmin?
I think I'm going for the first option, a lot of work. But have no idea how to work in phpMyAdmin.

18 Jun 2010, 8:33 PM
#1706
richmanfl avatar

richmanfl

New Zenner

Join Date:
Oct 2007
Posts:
15
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde,

I rolled back all the code on the other site and the Profiles Manager is working.

Now I went to my other Zen Cart install with 1.3.9 running, and did all the steps.... changed the template directories... then went to run the SQL..... the first few steps using the SQL patch uploader worked fine. There is a message when it came to the next set of the install....

I tried just adding one line of this part of the patch, and no luck.. same error.
:censored:

1048 Column 'configuration_group_id' cannot be null
in:
[INSERT INTO zen_configuration VALUES (NULL, 'Links Box - Display View All Links', 'BOX_DISPLAY_VIEW_ALL_LINKS', 'true', 'Display View All Links on Links Sidebox', @t4, 2, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');]
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.

18 Jun 2010, 8:56 PM
#1707
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

richmanfl:

Clyde,

I rolled back all the code on the other site and the Profiles Manager is working.

Now I went to my other Zen Cart install with 1.3.9 running, and did all the steps.... changed the template directories... then went to run the SQL..... the first few steps using the SQL patch uploader worked fine. There is a message when it came to the next set of the install....

I tried just adding one line of this part of the patch, and no luck.. same error.
:censored:

1048 Column 'configuration_group_id' cannot be null
in:
[INSERT INTO zen_configuration VALUES (NULL, 'Links Box - Display View All Links', 'BOX_DISPLAY_VIEW_ALL_LINKS', 'true', 'Display View All Links on Links Sidebox', @t4, 2, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');]
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.

try running this:

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Links Manager';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;
DELETE FROM configuration WHERE configuration_key = 'DEFINE_LINKS_STATUS';

INSERT INTO configuration_group VALUES (NULL, 'Links Manager', 'Links Display Settings', '1', '1');
UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Links Manager';

INSERT INTO configuration VALUES (NULL, 'Links Box - Display View All Links', 'BOX_DISPLAY_VIEW_ALL_LINKS', 'true', 'Display View All Links on Links Sidebox', @t4, 2, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO configuration VALUES (NULL, 'Links Box - Display Submit Link', 'BOX_DISPLAY_SUBMIT_LINK', 'true', 'Display Submit Link on Sidebox', @t4, 3, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO configuration VALUES (NULL, 'Display Description As Link', 'DISPLAY_LINK_DESCRIPTION_AS_LINK', 'false', 'Display the links description as a link', @t4, 4, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO configuration VALUES (NULL, 'Enable Click Count', 'ENABLE_LINKS_COUNT', 'false', 'Enable links click count.', @t4, 5, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO configuration VALUES (NULL, 'Submit Link - Require Reciprocal Page', 'SUBMIT_LINK_REQUIRE_RECIPROCAL', 'true', 'Require Reciprocal Page on Links Submit', @t4, 6, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), ');
INSERT INTO configuration VALUES (NULL, 'Display Link Banner Image', 'LINK_LIST_IMAGE', '1', 'Do you want to display the Link Banner Image?', @t4, 7, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Display Link Description', 'LINK_LIST_DESCRIPTION', '2', 'Do you want to display the Link Description?', @t4, 8, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Display Link Click Count', 'LINK_LIST_COUNT', '0', 'Do you want to display the Link Click Count?', @t4, 9, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Link Title Minimum Length', 'ENTRY_LINKS_TITLE_MIN_LENGTH', '2', 'Minimum length of link title.', @t4, 10, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Link Title Maximum Length', 'ENTRY_LINKS_TITLE_MAX_LENGTH', '50', 'Maximum length of link title.', @t4, 11, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Link URL Minimum Length', 'ENTRY_LINKS_URL_MIN_LENGTH', '10', 'Minimum length of link URL.', @t4, 12, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Link Description Minimum Length', 'ENTRY_LINKS_DESCRIPTION_MIN_LENGTH', '10', 'Minimum length of link description.', @t4, 13, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Link Description Maximum Length', 'ENTRY_LINKS_DESCRIPTION_MAX_LENGTH', '250', 'Maximum length of link description.', @t4, 14, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Link Contact Name Minimum Length', 'ENTRY_LINKS_CONTACT_NAME_MIN_LENGTH', '2', 'Minimum length of link contact name.', @t4, 15, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Number Of Links to display on Links Page', 'MAX_DISPLAY_LINKS', '5', 'Set the number of Links to display on the Links page.', @t4, 16, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Links Check Phrase', 'LINKS_CHECK_PHRASE', 'yoursitename', 'Phrase to look for, when you perform a link check.', @t4, 17, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Links List - Scroll Box Size/Style', 'MAX_LINKS_LIST', '3', 'Number of link category names to be displayed in the scroll box window. Setting this to 1 or 0 will display a dropdown list', @t4, 18, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Length of Link Categories Name', 'MAX_DISPLAY_LINK_NAME_LEN', '17', 'Used in links box; maximum length of link category name to display. Longer names will be truncated.', @t4, 19, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Select Links Sort Order', 'DEFINE_SORT_ORDER', '1', 'Define the sort order of the links<br />1= Sort by Title<br />2= Sort by Date (Newest to Oldest)<br />3= Sort by number of clicks (highest to lowest)', @t4, 20, NULL, now(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),');
INSERT INTO configuration VALUES (NULL, 'Number of Link Categories Per Row - Default is 3', 'MAX_LINK_CATEGORIES_ROW', '3', 'Used to display Link Categories per row.<br />Default is 3', @t4, 21, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Link Category Image Directory', 'LINK_CATEGORY_IMAGE_DIRECTORY', 'link_category/', 'Set the Directory for the Category Image', @t4, 22, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Image - Link Category Height', 'LINK_CATEGORY_IMAGE_HEIGHT', '80', 'The pixel width of Link Category images', @t4, 23, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Image - Link Category Width', 'LINK_CATEGORY_IMAGE_WIDTH', '80', 'The pixel width of Link Category images', @t4, 24, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Show Banner Image Field', 'SHOW_LINKS_BANNER_IMAGE', 'true', 'Show Banner Image Field', @t4, 25, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');
INSERT INTO configuration VALUES (NULL, 'Link Banner Image Directory', 'LINK_IMAGE_DIRECTORY', 'links_image/', 'Set the Directory for the Link Image', @t4, 26, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Image - Link Banner Image Width', 'LINK_IMAGE_WIDTH', '150', 'The pixel width of Link images', @t4, 27, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Image - Link Banner Image Height', 'LINK_IMAGE_HEIGHT', '30', 'The pixel height of Link images', @t4, 28, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL, 'Default Link Banner Image', 'DEFAULT_LINK_IMAGE', 'links_default.jpg', 'Set the Default Link Image', @t4, 29, NULL, now(), NULL, NULL);
INSERT INTO configuration VALUES (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'false', 'Only registered customers may submit a Link', @t4, 30, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');
INSERT INTO configuration VALUES (NULL, 'Links - Show Store Name and Address', 'LINKS_STORE_NAME_ADDRESS', 'true', 'Include Store Name and Address', @t4, 31, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''),');
INSERT INTO configuration VALUES (NULL, 'Define Links Status', 'DEFINE_LINKS_STATUS', '1', 'Enable the Defined Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', @t4, 32, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
INSERT INTO configuration VALUES (NULL, 'Links Manager Version', 'LM_VERSION', '3.5.3', 'Links Manager version', @t4, 33, NULL, now(), NULL, NULL);

30 Jun 2010, 6:35 PM
#1708
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Link Manager 3.0 Support Thread

Hi Clyde I have a question for you. When I upgraded link manager everything went OK but for one little problem. If you look at my site below the good shepherd store you will see the link box down on the left hand side. When you click on a category it doesn't take you to that category for some reason. I know it use to. Any ideas thank you.

30 Jun 2010, 9:46 PM
#1709
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

countrycharm:

Hi Clyde I have a question for you. When I upgraded link manager everything went OK but for one little problem. If you look at my site below the good shepherd store you will see the link box down on the left hand side. When you click on a category it doesn't take you to that category for some reason. I know it use to. Any ideas thank you.

I'm not sure but you might want to just upload clean versions of

includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php

1 Jul 2010, 2:08 AM
#1710
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Link Manager 3.0 Support Thread

clydejones:

I'm not sure but you might want to just upload clean versions of

includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php

includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
It was this one Clyde. I don't know how it got mess up. I took the old one from my backup store 1.3.8a and uploaded it. It worked Thanks for your help Clyde.

1 Jul 2010, 2:13 AM
#1711
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

countrycharm:

includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
It was this one Clyde. I don't know how it got mess up. I took the old one from my backup store 1.3.8a and uploaded it. It worked Thanks for your help Clyde.

Glad it got sorted

3 Jul 2010, 6:31 PM
#1712
gypsyrose avatar

gypsyrose

New Zenner

Join Date:
Aug 2006
Posts:
21
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

My test zen is 1.3.9 and I just installed the lastest version of the Links manager. I have searched through the threads for my particular problem and I am not seeing it anywhere.

For whatever reason, I do NOT have a Links under the Extras tab. I made sure all the files are correct and they seem to all match correctly. I have the admin>config>links manager just fine. Just not the admin>extras>Links --- PLEASE HELP ! LOL

Beyond that, the sql patch loaded wonderfully with NO errors (plus):clap: and I had not problem FTP-ing the other files. All went smooth. Even turning on the Links Sidebox went perfect. I just have not control of anything because it isn't in under EXTRAS :( :cry:

thanks
Kimberly

3 Jul 2010, 7:22 PM
#1713
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

gypsyrose:

My test zen is 1.3.9 and I just installed the lastest version of the Links manager. I have searched through the threads for my particular problem and I am not seeing it anywhere.

For whatever reason, I do NOT have a Links under the Extras tab. I made sure all the files are correct and they seem to all match correctly. I have the admin>config>links manager just fine. Just not the admin>extras>Links --- PLEASE HELP ! LOL

Beyond that, the sql patch loaded wonderfully with NO errors (plus):clap: and I had not problem FTP-ing the other files. All went smooth. Even turning on the Links Sidebox went perfect. I just have not control of anything because it isn't in under EXTRAS :( :cry:

thanks
Kimberly

make sure you've uploaded the following files to your admin directory

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

3 Jul 2010, 8:05 PM
#1714
gypsyrose avatar

gypsyrose

New Zenner

Join Date:
Aug 2006
Posts:
21
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks, Clyde, for getting back to me so quickly! I rechecked ... AGAIN ... to verify that all admin files were uploaded and they are all spoken and accounted for. Is there something in the SQL patch that would mess it up? Or should I resend it? As I said, it is listed under the Config tab just not the Extras tab. This is baffling needless to say. Should I uninstall and start over? as time consuming as that is, I can try. I don't think there is an issue with my server -- I've had not problems installing other Zen mods for testing this past week.

thanks again
Kimberly

3 Jul 2010, 8:11 PM
#1715
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

gypsyrose:

Thanks, Clyde, for getting back to me so quickly! I rechecked ... AGAIN ... to verify that all admin files were uploaded and they are all spoken and accounted for. Is there something in the SQL patch that would mess it up? Or should I resend it? As I said, it is listed under the Config tab just not the Extras tab. This is baffling needless to say. Should I uninstall and start over? as time consuming as that is, I can try. I don't think there is an issue with my server -- I've had not problems installing other Zen mods for testing this past week.

thanks again
Kimberly

the sql patch has nothing to do with the other files that should be in the YOUR_ADMIN folder

Try re-uploading the files I listed above to YOUR_ADMIN folder

3 Jul 2010, 8:20 PM
#1716
gypsyrose avatar

gypsyrose

New Zenner

Join Date:
Aug 2006
Posts:
21
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I actually did that after I sent my reply and still no luck! still Not listed under the Extras. I've done your suggestions before you replied and after you replied and I still have the same result. My databases are in tact -- checked that. ALL files are accounted for -- checked that about 4 times now ;) I am stumped, as I am sure you are too -- This is crazy nuts LOL

K

3 Jul 2010, 8:32 PM
#1717
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

gypsyrose:

I actually did that after I sent my reply and still no luck! still Not listed under the Extras. I've done your suggestions before you replied and after you replied and I still have the same result. My databases are in tact -- checked that. ALL files are accounted for -- checked that about 4 times now ;) I am stumped, as I am sure you are too -- This is crazy nuts LOL

K

If you are not seeing

Links
Link Categories
Links Contact

under the extras tab it means that one or more of the listed files is missing in the admin directory

3 Jul 2010, 10:00 PM
#1718
gypsyrose avatar

gypsyrose

New Zenner

Join Date:
Aug 2006
Posts:
21
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Awesome ... great ... again, I have told you in ALL my posts that I have made sure ALL files in ADMIN were uploaded --- not sure what you are not getting here ... I have uploaded all the files AVAILABLE in the zipped file in the modules section of ZENCART for the LATEST version of your mod. So either something is missing from those folders in the zipped folder provided or something is not correctly coded in the files themselves. in the ADMIN folder I have links.php, I have link_catagories.php and I have links_contact.php; then I have links_extras_dhtml.php in the \includes\boxes\extra_boxes; I have links_manager.php in \includes\extra_datafiles; I have links_manager.php in \includes\functions\extra_functions; I have links.php, I have link_catagories.php and I have links_contact.php in \includes\languages\english; I have links.php in \includes\languages\english\extra_definitions; All this is what is in the ADMIN folder in the zipped file on the mods page for Links Manager. So unless there is something else i am missing, and there is nothing other than the obvious that you have pointed out that i have already done on more than enough times, then I am going to have to uninstall it and probably not use it.

Its a great mod, but if it isn't working for me then it isn't worth the headache. and if I am the only person this has happened to and there clearly is nothing that you can help me with, then really it is not worth the headache this is giving me.

thanks for you time. if you can come up with something a little more helpful or possibly something you nor I have already done, I would glady appreciate it. Please forgive the sarcastic undertone, as I feel like you think you are talking to someone who is a totally moron when it comes to uploading files. I'm not a complete moron, I've been building websites for 10 years and I am currently learning php and javascript. I've been using FTP for as long as I have been using Zen cart -- which is over 4 years now. I've used many modules over those 4 years and I have never had them not work outside of the norm bugs, coding, etc errors. and I cannot tell you how many times I have ruined test carts.

anyhow, thanks again for your time.
K

3 Jul 2010, 10:07 PM
#1719
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

gypsyrose:

Awesome ... great ... again, I have told you in ALL my posts that I have made sure ALL files in ADMIN were uploaded --- not sure what you are not getting here ... I have uploaded all the files AVAILABLE in the zipped file in the modules section of ZENCART for the LATEST version of your mod. So either something is missing from those folders in the zipped folder provided or something is not correctly coded in the files themselves. in the ADMIN folder I have links.php, I have link_catagories.php and I have links_contact.php; then I have links_extras_dhtml.php in the \includes\boxes\extra_boxes; I have links_manager.php in \includes\extra_datafiles; I have links_manager.php in \includes\functions\extra_functions; I have links.php, I have link_catagories.php and I have links_contact.php in \includes\languages\english; I have links.php in \includes\languages\english\extra_definitions; All this is what is in the ADMIN folder in the zipped file on the mods page for Links Manager. So unless there is something else i am missing, and there is nothing other than the obvious that you have pointed out that i have already done on more than enough times, then I am going to have to uninstall it and probably not use it.

Its a great mod, but if it isn't working for me then it isn't worth the headache. and if I am the only person this has happened to and there clearly is nothing that you can help me with, then really it is not worth the headache this is giving me.

thanks for you time. if you can come up with something a little more helpful or possibly something you nor I have already done, I would glady appreciate it. Please forgive the sarcastic undertone, as I feel like you think you are talking to someone who is a totally moron when it comes to uploading files. I'm not a complete moron, I've been building websites for 10 years and I am currently learning php and javascript. I've been using FTP for as long as I have been using Zen cart -- which is over 4 years now. I've used many modules over those 4 years and I have never had them not work outside of the norm bugs, coding, etc errors. and I cannot tell you how many times I have ruined test carts.

anyhow, thanks again for your time.
K

Check your PM

3 Jul 2010, 10:45 PM
#1720
gypsyrose avatar

gypsyrose

New Zenner

Join Date:
Aug 2006
Posts:
21
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Okay for anyone who is forgetful, the reason I could not get the links under the EXTRA tab is because I changed the name of my admin folder --- Like Zen askes you with the new 1.3.9 ---- DUH moment! LOL all is working wonderfully now!

thank you Clyde for being so patient and helpful! Have a great holiday weekend!

Kimberly