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

Link Manager 3.0 Support Thread

Views: 486,715

Results 401 to 420 of 1,988
6 Jul 2007, 3:59 AM
#401
dechamp avatar

dechamp

New Zenner

Join Date:
May 2007
Posts:
6
Plugin Contributions:
0

Link Manager 3.0 Support Thread

clydejones:

Thanks,
An updated release should be available in the downloads section shortly.

:D I've been working on my first Zen Cart for awhile, and I thinks it's got some great advantages over some of the other flavors I've dealt with.

One of the advantages has turned out to be support from people like you. You quote the original message so others can figure out which question you're answering, you are very patient (I've read the last 20 pages or so), and your level of support with custom fix packages is unheard of.

Reading all the questions and answers has taught me several techniques and provided me with a better understanding of the architecture of this cart.

Oh, yeah, I got it working fairly well, right away, and your latest v3.1.3 filled in the rough spots. Thanks again!

6 Jul 2007, 6:11 AM
#402
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

dechamp:

:D I've been working on my first Zen Cart for awhile, and I thinks it's got some great advantages over some of the other flavors I've dealt with.

One of the advantages has turned out to be support from people like you. You quote the original message so others can figure out which question you're answering, you are very patient (I've read the last 20 pages or so), and your level of support with custom fix packages is unheard of.

Reading all the questions and answers has taught me several techniques and provided me with a better understanding of the architecture of this cart.

Oh, yeah, I got it working fairly well, right away, and your latest v3.1.3 filled in the rough spots. Thanks again!

:blush: Thanks

Glad I could help

10 Jul 2007, 9:34 PM
#403
admcompa avatar

admcompa

New Zenner

Join Date:
Mar 2007
Posts:
44
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I have installed Link Manager and everything appears fine except when I go into the layout box controller there nothing there for Link Manager. Any ideas?:cry:

10 Jul 2007, 10:22 PM
#404
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

admcompa:

I have installed Link Manager and everything appears fine except when I go into the layout box controller there nothing there for Link Manager. Any ideas?:cry:

Make sure you've changed ALL YOUR_TEMPLATE folders to match the name of your custom template.

There are two located in includes/modules
includes/modules/YOUR_TEMPLATE
includes/modules/sideboxes/YOUR_TEMPLATE

10 Jul 2007, 10:39 PM
#405
admcompa avatar

admcompa

New Zenner

Join Date:
Mar 2007
Posts:
44
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Again I figured it out.:blush:

My bad. I didn't rename ALL of the folders.

10 Jul 2007, 11:40 PM
#406
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

admcompa:

Again I figured it out.:blush:

My bad. I didn't rename ALL of the folders.

Glad you got it working

11 Jul 2007, 12:56 AM
#407
admcompa avatar

admcompa

New Zenner

Join Date:
Mar 2007
Posts:
44
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I got another question. Check out my web site at https://www.admcompany.org

You will notice that the links title in the box says
**BOX_HEADING_LINK_CATEGORIES **

and it runs out of the box. Any ideas on what I can do? Thanks again

Doug

11 Jul 2007, 1:15 AM
#408
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

admcompa:

I got another question. Check out my web site at https://www.admcompany.org

You will notice that the links title in the box says
**BOX_HEADING_LINK_CATEGORIES **

and it runs out of the box. Any ideas on what I can do? Thanks again

Doug

Once again!

Check includes/languages/english for additional YOUR_TEMPLATE folders.

includes/languages/english/extra_definitions
includes/languages/english/html_includes

11 Jul 2007, 2:10 AM
#409
admcompa avatar

admcompa

New Zenner

Join Date:
Mar 2007
Posts:
44
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Once again!

Thank you so much!!

Doug

14 Jul 2007, 1:57 AM
#410
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde I have been scouring this thread and either I am blind or I have overlooked the answer to this.

I have a clean install of this mod on a 1.3.7 cart and all appears fine until I click on a link category and then I get this :

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 '' at line 1
in:
[select count(l.links_id) as total from links_description ld, links l, 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 = '6'order by ]

You can see it in action here :
http://www.leatherrider.com/index.php?main_page=links

Click a category and that error pops.

Is there a fix for this ?

Thanks In Advance!

14 Jul 2007, 4:23 AM
#411
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

TinaS:

Clyde I have been scouring this thread and either I am blind or I have overlooked the answer to this.

I have a clean install of this mod on a 1.3.7 cart and all appears fine until I click on a link category and then I get this :

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 '' at line 1
in:
[select count(l.links_id) as total from links_description ld, links l, 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 = '6'order by ]

You can see it in action here :
http://www.leatherrider.com/index.php?main_page=links

Click a category and that error pops.

Is there a fix for this ?

Thanks In Advance!

Tina,

can you open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php

replace lines 110 and 111 (these are the lines in my copy of the file)
with the following:

// We show them all
    $listing_sql = "select " . $select_column_list . " l.links_id from " . TABLE_LINKS_DESCRIPTION . " ld, " . TABLE_LINKS . " l, " . TABLE_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 = '" . (int)$_SESSION['languages_id'] . "' and l2lc.link_categories_id = '" . (int)$current_category_id . "'" . "order by $sortorder";

See if that fixes the problem

14 Jul 2007, 1:59 PM
#412
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Unfortunately - this didn't solve the problem Clyde :(

14 Jul 2007, 2:31 PM
#413
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

TinaS:

Unfortunately - this didn't solve the problem Clyde :(

Tina,

Which version of Mysql is being used?

14 Jul 2007, 3:00 PM
#414
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

TinaS:

Unfortunately - this didn't solve the problem Clyde :(

Tina,

I've checked several of the sites listed in this thread as well as three of my own sites, and have not been able to reproduce this error.

There was only one other post about this that I could find HERE

But everything seems to be working on that site now (you might want to check with the author of that post to see how the issue was resolved.)

14 Jul 2007, 10:28 PM
#415
johnnyc avatar

johnnyc

New Zenner

Join Date:
Apr 2007
Location:
New York City
Posts:
8
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde,

I just wanted to stop by and say Thank You for your hard work in creating and supporting this masterpiece! I downloaded Link Manager today and had it up and running in about 20 minutes.

Thanks again!!

15 Jul 2007, 1:34 AM
#416
fepb avatar

fepb

New Zenner

Join Date:
Mar 2007
Posts:
75
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde,

Great contribution, thanks a bunch! I've installed this mod in my test store and am experiencing one little glitch.

In /includes/languages/english/custom/links_submit.php I've defined the following:

define('NAVBAR_TITLE', 'Submit A Link');
define('NAVBAR_TITLE_1', 'Links');
define('NAVBAR_TITLE_2', 'Suggest a Website');
define('HEADING_TITLE', 'Resource Submission');

Now "Resource Submission" appears as the heading/title of all of my store pages and has replaced "Shopping Cart" and "Welcome to my Store", "Shipping & Returns", etc.

And "Submit A Link" appears in the navbar part of the page so that it becomes:

Home :: Submit A Link

This only happens with store pages like the ones mentioned above, About Us, Shopping Cart, Main Page, Page 2, Gift Certificate FAQ, etc. but not with the EZ Pages or Categories and Products pages.

Any ideas on why it might be doing this?

Thanks!

15 Jul 2007, 2:10 AM
#417
fepb avatar

fepb

New Zenner

Join Date:
Mar 2007
Posts:
75
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Oops, just solved my own problem from my previous post. Apparently I had accidentally uploaded a copy of the links_submit.php language file into my extra_definitions folder.

:lamo:

... in case anyone else has the problem.

Cheers.

And thanks again, Clyde, for the great contribution!

15 Jul 2007, 2:25 AM
#418
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

fepb:

Oops, just solved my own problem from my previous post. Apparently I had accidentally uploaded a copy of the links_submit.php language file into my extra_definitions folder.

:lamo:

... in case anyone else has the problem.

Cheers.

And thanks again, Clyde, for the great contribution!

Glad you got it solved

15 Jul 2007, 5:59 PM
#419
kasnah36 avatar

kasnah36

New Zenner

Join Date:
Mar 2007
Posts:
28
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

please past the url for Links Manager 3.0 so we can download it! i can find the download section!

15 Jul 2007, 8:05 PM
#420
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

kasnah36:

please past the url for Links Manager 3.0 so we can download it! i can find the download section!

The link to the download section is at the top of forum page (called downloads).

Links manager is located in the section called sideboxes and is at the top of page 2.