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

Link Manager 3.0 Support Thread

Views: 486,751

Results 1,121 to 1,140 of 1,988
16 Aug 2008, 11:55 PM
#1121
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Link Manager 3.0 Support Thread

classic set..same issue..

17 Aug 2008, 12:10 AM
#1122
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

would It be smart to just in admin - Database Backup Manager - MySQL - Back up what I have and ftp my files to local. Then install fresh - then ftp up old site- install the bu SQL or not a great idea....My ideas are out ,checked folders common ,function,html includes etc..folder to see if files were missing ...What I see is looks good. if you want to give it a look -- that would be cool with me. I just don't get why on right click veiw source-website. I just get this:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> It should be mad script...
17 Aug 2008, 12:19 AM
#1123
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

Try just uploading the includes/templates folder.

17 Aug 2008, 12:35 AM
#1124
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

no luck

17 Aug 2008, 1:03 AM
#1125
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

Upload a fresh copy of the entire includes folder.

17 Aug 2008, 2:43 PM
#1126
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Took a long time to do....but all is good ..thanks
Now on elephat.net I get blank pg when I click the submit link text..What could this be from.Thanks

17 Aug 2008, 4:30 PM
#1127
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

romy:

Took a long time to do....but all is good ..thanks
Now on elephat.net I get blank pg when I click the submit link text..What could this be from.Thanks

Try this:

Just unzip the file and upload the entire includes folder to your server.

[Attachment no longer available]

18 Aug 2008, 10:27 AM
#1128
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

uploaded to server..no luck

18 Aug 2008, 1:45 PM
#1129
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

romy:

uploaded to server..no luck

Check your PM.

18 Aug 2008, 7:35 PM
#1130
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

romy:

uploaded to server..no luck

clydejones:

Check your PM.

This should fix the other problem you describe:

run this sql patch using the Zen-Cart Sql Patches tool
(admin -> tools -> install sql patches)
copy-and-paste the code into the query field and press 'Send'.

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;

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

INSERT INTO `configuration` VALUES (NULL, 'Links Box - Display View All Links', 'BOX_DISPLAY_VIEW_ALL_LINKS', 'true', 'Display View All Links on Links Sidebox', @configuration_group_id, 2, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Links Box - Display Submit Link', 'BOX_DISPLAY_SUBMIT_LINK', 'true', 'Display Submit Link on Sidebox', @configuration_group_id, 3, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Display Description As Link', 'DISPLAY_LINK_DESCRIPTION_AS_LINK', 'false', 'Display the links description as a link', @configuration_group_id, 4, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Enable Click Count', 'ENABLE_LINKS_COUNT', 'false', 'Enable links click count.', @configuration_group_id, 5, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Submit Link - Require Reciprocal Page', 'SUBMIT_LINK_REQUIRE_RECIPROCAL', 'true', 'Require Reciprocal Page on Links Submit', @configuration_group_id, 6, NULL, now(), NULL, 'zen_cfg_select_option(array(''true'', ''false''), '), (NULL, 'Display Link Banner Image', 'LINK_LIST_IMAGE', '1', 'Do you want to display the Link Banner Image?', @configuration_group_id, 7, NULL, now(), NULL, NULL), (NULL, 'Display Link Description', 'LINK_LIST_DESCRIPTION', '2', 'Do you want to display the Link Description?', @configuration_group_id, 8, NULL, now(), NULL, NULL), (NULL, 'Display Link Click Count', 'LINK_LIST_COUNT', '0', 'Do you want to display the Link Click Count?', @configuration_group_id, 9, NULL, now(), NULL, NULL), (NULL, 'Link Title Minimum Length', 'ENTRY_LINKS_TITLE_MIN_LENGTH', '2', 'Minimum length of link title.', @configuration_group_id, 10, NULL, now(), NULL, NULL), (NULL, 'Link URL Minimum Length', 'ENTRY_LINKS_URL_MIN_LENGTH', '10', 'Minimum length of link URL.', @configuration_group_id, 11, NULL, now(), NULL, NULL), (NULL, 'Link Description Minimum Length', 'ENTRY_LINKS_DESCRIPTION_MIN_LENGTH', '10', 'Minimum length of link description.', @configuration_group_id, 12, NULL, now(), NULL, NULL), (NULL, 'Link Contact Name Minimum Length', 'ENTRY_LINKS_CONTACT_NAME_MIN_LENGTH', '2', 'Minimum length of link contact name.', @configuration_group_id, 13, NULL, now(), NULL, NULL), (NULL, 'Number Of Links to display on Links Page', 'MAX_DISPLAY_LINKS', '5', 'Set the number of Links to display on the Links page.', @configuration_group_id, 14, NULL, now(), NULL, NULL), (NULL, 'Links Check Phrase', 'LINKS_CHECK_PHRASE', 'yoursitename', 'Phrase to look for, when you perform a link check.', @configuration_group_id, 15, NULL, now(), NULL, NULL), (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', @configuration_group_id, 16, NULL, now(), NULL, NULL), (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.', @configuration_group_id, 17, NULL, now(), NULL, NULL), (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)', @configuration_group_id, 18, NULL, now(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),'), (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', @configuration_group_id, 19, NULL, now(), NULL, NULL),  (NULL, 'Link Category Image Directory', 'LINK_CATEGORY_IMAGE_DIRECTORY', 'link_category/', 'Set the Directory for the Category Image', @configuration_group_id, 20, NULL, now(), NULL, NULL), (NULL, 'Image - Link Category Height', 'LINK_CATEGORY_IMAGE_HEIGHT', '80', 'The pixel width of Link Category images', @configuration_group_id, 21, NULL, now(), NULL, NULL), (NULL, 'Image - Link Category Width', 'LINK_CATEGORY_IMAGE_WIDTH', '80', 'The pixel width of Link Category images', @configuration_group_id, 22, NULL, now(), NULL, NULL), (NULL, 'Link Image Directory', 'LINK_IMAGE_DIRECTORY', 'links_image/', 'Set the Directory for the Link Image', @configuration_group_id, 23, NULL, now(), NULL, NULL), (NULL, 'Image - Link Image Width', 'LINK_IMAGE_WIDTH', '150', 'The pixel width of Link images', @configuration_group_id, 24, NULL, now(), NULL, NULL), (NULL, 'Image - Link Image Height', 'LINK_IMAGE_HEIGHT', '30', 'The pixel height of Link images', @configuration_group_id, 25, NULL, now(), NULL, NULL), (NULL, 'Default Link Image', 'DEFAULT_LINK_IMAGE', 'links_default.jpg', 'Set the Default Link Image', @configuration_group_id, 26, NULL, now(), NULL, NULL), (NULL,'Only registered customers may submit a Link', 'REGISTERED_LINK', 'false', 'Only registered customers may submit a Link', @configuration_group_id, 27, 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', 25, 999, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');

INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, '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, now(), NULL, 'zen_cfg_textarea_small(');

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', 25, 999, NULL, now(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');

INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, NULL, now(), NULL, NULL);
INSERT INTO `configuration` VALUES (NULL, '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, now(), NULL, 'zen_cfg_textarea_small(');
18 Aug 2008, 7:41 PM
#1131
romy avatar

romy

New Zenner

Join Date:
May 2007
Location:
york, pa
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

That;s The S*#%. Thanks....you know your stuff..Great working with you....BIG UPS TO CLYDE

20 Aug 2008, 2:23 AM
#1132
harbors avatar

harbors

New Zenner

Join Date:
Jul 2008
Posts:
7
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I just installed this mod. everything uploaded correctly I think. In the admin I have Links Manager under Configuration and have Links, link categories and link submit under Extras. But my problem is there are no links or boxes on my site to the links. Is there something I must do to get the link box to so up

My site is http://www.harborsalesonline.com

20 Aug 2008, 3:42 AM
#1133
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

harbors:

I just installed this mod. everything uploaded correctly I think. In the admin I have Links Manager under Configuration and have Links, link categories and link submit under Extras. But my problem is there are no links or boxes on my site to the links. Is there something I must do to get the link box to so up

My site is http://www.harborsalesonline.com

On looking at your site I see on the upper left
a sidebox that says links

within that sidebox is a selection area that contains two entries

and below that are links to

View all links
submit Link

So I'm not sure what exactly the problem.

20 Aug 2008, 5:51 AM
#1134
harbors avatar

harbors

New Zenner

Join Date:
Jul 2008
Posts:
7
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Sorry for the question I found my problem and fixed it.

20 Aug 2008, 10:59 PM
#1135
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi,

I just installed this on my site and it appears to be working for the most part. However, when I try to add a link through the admin, the last box "Options" has this error message in it:

Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/content/b/l/o/blowinin/html/admin/includes/functions/html_output.php on line 333

It does not give me the option to approve the link or to submit is. Any idea what I did wrong?

21 Aug 2008, 12:20 AM
#1136
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

bbemis:

Hi,

I just installed this on my site and it appears to be working for the most part. However, when I try to add a link through the admin, the last box "Options" has this error message in it:

Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/content/b/l/o/blowinin/html/admin/includes/functions/html_output.php on line 333

It does not give me the option to approve the link or to submit is. Any idea what I did wrong?

Zen Cart Version?
PHP version?

If you are using Zen Cart 1.3.8 check the fixes in this thread

21 Aug 2008, 12:45 AM
#1137
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Worked perfectly...thanks a bunch!

21 Aug 2008, 6:07 AM
#1138
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

Just uploaded the install to my site.. working good. Thanks Clyde

I did some changes on the look and what not, but one change I did you may like for your next release or not... I like being able to turn off the submit link in the side box. So I did the if statement to the submit button on the link page and the submit form page allowing all to be turned off from admin if I get to many links.

I also added a box under the Reciprocal link for easy linking by none Zen sites and captcha ttf mod.

Just thought I'd pass some ideas along..

21 Aug 2008, 2:20 PM
#1139
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

davewest:

Just uploaded the install to my site.. working good. Thanks Clyde

I did some changes on the look and what not, but one change I did you may like for your next release or not... I like being able to turn off the submit link in the side box. So I did the if statement to the submit button on the link page and the submit form page allowing all to be turned off from admin if I get to many links.

I also added a box under the Reciprocal link for easy linking by none Zen sites and captcha ttf mod.

Just thought I'd pass some ideas along..

I also noticed that you eliminated the "categories" dropdown on the link submit page.

Want to share how you did this?

22 Aug 2008, 2:29 AM
#1140
davewest avatar

davewest

Totally Zenned

Join Date:
Dec 2007
Location:
Payson, AZ
Posts:
1,075
Plugin Contributions:
7

Re: Link Manager 3.0 Support Thread

clydejones:

I also noticed that you eliminated the "categories" dropdown on the link submit page.

Want to share how you did this?

For now I only wanted one category, but think some day I'll add more. I commented out the code in the side box. Then on the submit page I left the categories array in tack so it would still function, but comment out the html drop down box.

<?php /* <label class="inputLabel" for="links_category"><?php echo ENTRY_LINKS_CATEGORY; ?></label> <?php echo zen_draw_pull_down_menu('links_category', $categories_array, $default_category) . ' ' . (zen_not_null(ENTRY_LINKS_CATEGORY_TEXT) ? '<span class="alert">' . ENTRY_LINKS_CATEGORY_TEXT . '</span>': '');?>

<br class="clearBoth" />*/ ?>I didn't want to remove it, just not use it at this time. I think if I had more time I would have used a if statement and added a control on the admin side. Wrapping it in php tag just made it easier to comment out.