Re: Link Manager 3.0 release
Quote:
Originally Posted by
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!
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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
Re: Link Manager 3.0 release
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:
Re: Link Manager 3.0 release
Quote:
Originally Posted by
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
Re: Link Manager 3.0 release
Again I figured it out.:blush:
My bad. I didn't rename ALL of the folders.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
admcompa
Again I figured it out.:blush:
My bad. I didn't rename ALL of the folders.
Glad you got it working
Re: Link Manager 3.0 release
I got another question. Check out my web site at 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
Re: Link Manager 3.0 release
Quote:
Originally Posted by
admcompa
I got another question. Check out my web site at
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
Re: Link Manager 3.0 release
Once again!
Thank you so much!!
Doug
Re: Link Manager 3.0 release
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!