Forums / Addon Sideboxes / Link Manager 3.0 Support Thread

Link Manager 3.0 Support Thread

Results 1 to 20 of 1,988
26 Dec 2006, 08:17
#1
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Link Manager 3.0 Support Thread

Links Manager 3.0 is now available in the downloads section.

https://www.zen-cart.com/downloads.php?do=file&id=191

This update has been revamped to remove the tables that were in the previous versions and has been updated to be compatible with Zen Cart version 1.3.6. Fixed all line break <br /> errors.
26 Dec 2006, 09:25
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Link Manager 3.0 Support Thread

Thank You Clyde...I am sure that many will benefit from this
27 Dec 2006, 02:29
#3
kernphilip avatar

kernphilip

New Zenner

Join Date:
Dec 2006
Posts:
16
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I installed the contribution, and have added a link to test it out, however while the box appears on the screen as I would expect it to do, the submitted link does not. I changed its status to approved, but still nothing. Any ideas?

You can see what I'm talking about at www.excellentsoaps.com
27 Dec 2006, 02:32
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Link Manager 3.0 Support Thread

When I viewed your page this is in the box "Home Improvement" as a link??

Did you find and correct this?
27 Dec 2006, 04:09
#5
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Posts:
357
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I found there's a problem with the submit button in the submit link page. And the heading font size looks to small i think..Hope it can be fix
27 Dec 2006, 04:11
#6
kernphilip avatar

kernphilip

New Zenner

Join Date:
Dec 2006
Posts:
16
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

kobra:

When I viewed your page this is in the box "Home Improvement" as a link??

Did you find and correct this?


No, home Improvement is a category. There should be a link in that section and there is on the admin side but not on the main page
27 Dec 2006, 07:48
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Link Manager 3.0 Support Thread

When I click on home improvement it takes me to the links page:
Links
Home Improvement

Looking through your categories sidebox, I do not see a category named "Home Improvement", I am confused??
27 Dec 2006, 08:30
#8
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Kobra,

Links Manager allows the definition of "categories" in which to put links. These "links categories" have no connection to the regular Zen Cart Categories.

Take a look at my TEST SITE for a demo.

New Subject:

An updated version 3.0.1 of Links Manager is now available in the downloads section. It takes care of the issues raised by Miles plus a couple of other bug fixes.

Also, Add the following declaration to your stylesheet.css

.linkstext {
margin: 0;
padding: 10px;
}

This will space out the links a bit.
27 Dec 2006, 08:36
#9
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

kernphilip,

I'm still trying to figure out why You can get to the "link page" but can't navigate to the actual link.

I've added links both from the admin panel and the submit link page and can't reproduce the problem.
27 Dec 2006, 08:40
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Link Manager 3.0 Support Thread

Clyde,

Glad you chimed in as I am talking through me hat as usual....as I have not installed this module but was trying to look at the obvious and as it turns out incorrectly....
27 Dec 2006, 08:59
#11
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Kobra,

No problem. Looks like we've got another storm on the way.
27 Dec 2006, 12:36
#12
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Posts:
357
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks for the update Clyde!

Everything's fine accept for my Links Help Popup. I have a dark background color for my site and so it appears to this popup where i can't read the text because it's black in color. Id post this thread before about a month ago. I changed all other popup backgrounds color to white accept for this.

Is there any class ID's should i create to make changes for this popup? Thanks.
27 Dec 2006, 14:41
#13
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

You can make the following changes:

in includes/templates/YOUR_TEMPLATE/popup_links_help/tpl_main_page.php
find the following code:

[PHP]<div class="centerColumn" id="ezPageDefault">[/PHP]

and change to:
[PHP]<div class="centerColumn" id="popupLinksHelp">[/PHP]

In your stylesheet.css add the following declaration

#popupLinksHelp {
background: #fff;
}
27 Dec 2006, 14:54
#14
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Posts:
357
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks Clyde! It's fixed. I've been waiting for this issue to be solved.

Here's my popup collections:
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart, #popupLinksHelp {
    background-color: #ffffff;
    background-image: none;
    }
I have to change all of these because of the dark background color.:wink2:
27 Dec 2006, 15:34
#15
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

background-color: #ffffff; should do the trick.

glad I could help.
28 Dec 2006, 00:12
#16
kernphilip avatar

kernphilip

New Zenner

Join Date:
Dec 2006
Posts:
16
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I'm reasonable sure that I installed it correctly, and I overwrote it with 3.0.1 which fixed the submit button error but now clicking submot does not submit anything it jsut clears the page. Any ideas why?
28 Dec 2006, 01:19
#17
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

I've been trying (without success) to access your site for about an hour.
28 Dec 2006, 02:01
#18
kernphilip avatar

kernphilip

New Zenner

Join Date:
Dec 2006
Posts:
16
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Yeah I just got home from my day job to find my host down :( I'll see if I can't have them fix it soon.
28 Dec 2006, 02:38
#19
kernphilip avatar

kernphilip

New Zenner

Join Date:
Dec 2006
Posts:
16
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Well it just took a server reset. My site is back up, feel free to poke around http://www.excellentsoaps.com
28 Dec 2006, 14:37
#20
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Link Manager 3.0 Support Thread

Still having a problem accessing your site.