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

Link Manager 3.0 Support Thread

Views: 486,720

Results 1,641 to 1,660 of 1,988
17 May 2010, 10:15 PM
#1641
clydejones avatar

clydejones

Deceased

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

Link Manager 3.0 Support Thread

pixelpadre:

Is there a mod that will create a sidebox where i can put exclusively external links to my other websites?

Thanks

use the "blank sidebox" mod

18 May 2010, 3:04 AM
#1642
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

That's the only section of Link Manager that I can think of that might cause the conflict.

But note that it is not called by the sidebox.

Hi Clyde,

I was hoping too that this was the fix but is not. Just tested it and no change once the sidebox is activated the Slimbox dies.

It has something to do with the Links sidebox but I have looked as well through the files (comparisons etc) but could not find anything.

That's a total weird one.

Tassos

18 May 2010, 3:18 AM
#1643
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

hrinfo:

Hi Clyde,

I was hoping too that this was the fix but is not. Just tested it and no change once the sidebox is activated the Slimbox dies.

It has something to do with the Links sidebox but I have looked as well through the files (comparisons etc) but could not find anything.

That's a total weird one.

Tassos

Hi Clyde,

I have found the culprit but I don't know how to fix it so you may have a solution. The problem is in the form in sidebox template file tpl_links_select.php (in the templates folder).

The following form code produces the error:

$content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');
$content .= zen_draw_pull_down_menu('lPath', $links_array, (isset($_GET['lPath']) ? $_GET['lPath'] : ''), 'onchange="this.form.submit();" size="' . MAX_LINKS_LIST . '" style="width: 90%; margin: auto;"') . zen_hide_session_id();
$content .= zen_draw_hidden_field('main_page', FILENAME_LINKS) . '</form>';

If I remove the form element above then the sidebox still works with only the the text links to view and submit and the Slimbox works fine as well. So it is the code used above that causes it but don't know why.

Hope that will help you to figure it out and help us :D

Tassos

18 May 2010, 4:33 AM
#1644
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

hrinfo:

Hi Clyde,

I have found the culprit but I don't know how to fix it so you may have a solution. The problem is in the form in sidebox template file tpl_links_select.php (in the templates folder).

The following form code produces the error:

$content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');
$content .= zen_draw_pull_down_menu('lPath', $links_array, (isset($_GET['lPath']) ? $_GET['lPath'] : ''), 'onchange="this.form.submit();" size="' . MAX_LINKS_LIST . '" style="width: 90%; margin: auto;"') . zen_hide_session_id();
$content .= zen_draw_hidden_field('main_page', FILENAME_LINKS) . '</form>';

If I remove the form element above then the sidebox still works with only the the text links to view and submit and the Slimbox works fine as well. So it is the code used above that causes it but don't know why.

Hope that will help you to figure it out and help us :D

Tassos

The following is the code from the manufacturers sidebox tpl_manufacturers_select.php. I can't see any difference between the the two.

$content.= zen_draw_form('manufacturers_form', zen_href_link(FILENAME_DEFAULT, '', $request_type, false), 'get');
$content .= zen_draw_hidden_field('main_page', FILENAME_DEFAULT);
$content .= zen_draw_pull_down_menu('manufacturers_id', $manufacturer_sidebox_array, (isset($_GET['manufacturers_id']) ? $_GET['manufacturers_id'] : ''), 'onchange="this.form.submit();" size="' . MAX_MANUFACTURERS_LIST . '" style="width: 90%; margin: auto;"') . zen_hide_session_id();
$content .= '</form>';

Does that mean that if you use the manufactures sidebox, lightbox (slimbox) doesn't work?

18 May 2010, 6:45 AM
#1645
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

The following is the code from the manufacturers sidebox tpl_manufacturers_select.php. I can't see any difference between the the two.

$content.= zen_draw_form('manufacturers_form', zen_href_link(FILENAME_DEFAULT, '', $request_type, false), 'get');
$content .= zen_draw_hidden_field('main_page', FILENAME_DEFAULT);
$content .= zen_draw_pull_down_menu('manufacturers_id', $manufacturer_sidebox_array, (isset($_GET['manufacturers_id']) ? $_GET['manufacturers_id'] : ''), 'onchange="this.form.submit();" size="' . MAX_MANUFACTURERS_LIST . '" style="width: 90%; margin: auto;"') . zen_hide_session_id();
$content .= '</form>';

Does that mean that if you use the manufactures sidebox, lightbox (slimbox) doesn't work?

Hi Clyde

Sorry but manufactures sidebox does not affect the Slimbox. Just tested it and Slimbox worked fine until I turned on Links sidebox.

I have also looked at it and other sideboxes and the only difference that I could find was that you use $request_type and lPath. So I did remove the lines and basically just left the opening and closing lines for the form creation. Still the Slimbox didn't work. So it is ( I think) the form creation component that creates the problem but I have no idea why.

I will play a bit around later got to go now but will let you know if I figure anything else.

Tassos
PS. you can see the slimbox working here http://conderosa.mybusiness-hosting.com/index.php?main_page=product_info&cPath=43_49&products_id=4

18 May 2010, 9:33 AM
#1646
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Link Manager 3.0 Support Thread

clydejones:

Here's the fix;

open includes/modules/pages/popup_links_help

delete the following file:

jscript_main.php


This fix will be included in the next update of Link Manager

Opened includes/modules/pages/popup_links_help and renamed jscript_main.php to jscript_main.php.bak

Then enabled Links sidebox and tested Zen Lightbox.

Result: Zen Lightbox stops working :shocking:

18 May 2010, 11:25 AM
#1647
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde

Found the bug and fixed it :-)

In /includes/templates/your_template_/sideboxes/tpl_links_select.php

Replace line 14:

$content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');

With:

$content.= zen_draw_form('links_form', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');

Hope that helps few people but thanks does goes to Clyde for this great module.

Tassos

18 May 2010, 12:07 PM
#1648
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Link Manager 3.0 Support Thread

hrinfo:

Hi Clyde

Found the bug and fixed it :-)

In /includes/templates/your_template_/sideboxes/tpl_links_select.php

Replace line 14:

$content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');

With:

$content.= zen_draw_form('links_form', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');

Hope that helps few people but thanks does goes to Clyde for this great module.

Tassos

Just tested your fix and can confirm that it works :cool:

Links sidebox is turned on and Zen Lightbox works as well

18 May 2010, 1:56 PM
#1649
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

hrinfo:

Hi Clyde

Found the bug and fixed it :-)

In /includes/templates/your_template_/sideboxes/tpl_links_select.php

Replace line 14:

$content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');

With:

$content.= zen_draw_form('links_form', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get');

Hope that helps few people but thanks does goes to Clyde for this great module.

Tassos

frank18:

Just tested your fix and can confirm that it works :cool:

Links sidebox is turned on and Zen Lightbox works as well

I'll make sure this gets included in the next upgrade of the module.

19 May 2010, 2:14 AM
#1650
fishface avatar

fishface

New Zenner

Join Date:
Feb 2009
Posts:
44
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hello,
I would like to remove the category images and have the titles stack in one column. How would I do this?

Links Page

Thanks for the help!

19 May 2010, 3:29 AM
#1651
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

fishface:

Hello,
I would like to remove the category images and have the titles stack in one column. How would I do this?

Links Page

Thanks for the help!

Without some extensive re-writing what you want to do is not possible.

19 May 2010, 3:34 AM
#1652
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Link Manager 3.0 Support Thread

clydejones:

I'll make sure this gets included in the next upgrade of the module.

Thank you Clyde

19 May 2010, 12:34 PM
#1653
fishface avatar

fishface

New Zenner

Join Date:
Feb 2009
Posts:
44
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Sorry to hear that. I do like Link Manager very much tho. Thanks Clyde.

24 May 2010, 6:35 AM
#1654
webbies avatar

webbies

New Zenner

Join Date:
Feb 2010
Posts:
15
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

I'll do some checking and see if I can duplicate the problem.

Clyde,

I have the same problem as SWLady, the text in the email is showing twice. I checked everything but can't find the reason.:(
Angelique

25 May 2010, 1:49 AM
#1655
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi,

Just upgraded zen cart from v1.3.7 to v1.3.9c. Thinking to reinstalling links manager. When this is done, how do I import all the old links from the previous version of links manager to the latest version?

25 May 2010, 2:23 AM
#1656
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde,

PLEASEEEEE help as I am going crazy. I have just noticed that on a multilingual site the module breaks giving me the "Object of class queryFactoryResult could not be converted to string" in html_output.php

Let me though explain:
Zen Cart v1.38
Link manager v3.5.2
Latest Security patches applied
Multi-lingual (6 languages)
Links can be submitted no problem at all

In Admin I can go in the English language and when I do in Edit the last drop down menu that allows to change the status works perfectly. I can select Approve and Update and everything is fine.

When I change the language though to any of the other languages there is an empty drop down menu at the Edit page and if I click the Update get the queryFactoryResult error.

I have tried the html_output_admin.zip updates in the earliest posts plus search the whole forum and tried every solution that I couldfind even if they were related to different modules. Nothing works.

Any idea will greatly help

Tassos

25 May 2010, 2:48 AM
#1657
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

dealbyethan.com:

Hi,

Just upgraded zen cart from v1.3.7 to v1.3.9c. Thinking to reinstalling links manager. When this is done, how do I import all the old links from the previous version of links manager to the latest version?

The links are stored in the database. That being the case, you shouldn't have to reinstall links manager at all just upgrade to the most recent version.

25 May 2010, 2:50 AM
#1658
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

hrinfo:

Hi Clyde,

PLEASEEEEE help as I am going crazy. I have just noticed that on a multilingual site the module breaks giving me the "Object of class queryFactoryResult could not be converted to string" in html_output.php

Let me though explain:
Zen Cart v1.38
Link manager v3.5.2
Latest Security patches applied
Multi-lingual (6 languages)
Links can be submitted no problem at all

In Admin I can go in the English language and when I do in Edit the last drop down menu that allows to change the status works perfectly. I can select Approve and Update and everything is fine.

When I change the language though to any of the other languages there is an empty drop down menu at the Edit page and if I click the Update get the queryFactoryResult error.

I have tried the html_output_admin.zip updates in the earliest posts plus search the whole forum and tried every solution that I couldfind even if they were related to different modules. Nothing works.

Any idea will greatly help

Tassos

Do you have any links that are in any of the 5 additional languages or only in English?

link to your site?

25 May 2010, 3:06 AM
#1659
hrinfo avatar

hrinfo

New Zenner

Join Date:
May 2008
Posts:
98
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

Do you have any links that are in any of the 5 additional languages or only in English?

link to your site?

Yes I have added links in the other languages and created categories for each of the languages. Everything works fine. It is only when I go to Approve the link that the error comes up.

So the link shows up but can not be approved. Also the links are different for each language so there is no mix up between them.

Tassos

25 May 2010, 3:18 AM
#1660
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

hrinfo:

Yes I have added links in the other languages and created categories for each of the languages. Everything works fine. It is only when I go to Approve the link that the error comes up.

So the link shows up but can not be approved. Also the links are different for each language so there is no mix up between them.

Tassos

Try uploading the security patch from this thread and see if that corrects the problem.