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

Link Manager 3.0 Support Thread

Views: 486,751

Results 841 to 860 of 1,988
20 Feb 2008, 10:34 PM
#841
rottiejoe avatar

rottiejoe

New Zenner

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

Link Manager 3.0 Support Thread

Hi Clyde,

I think so too so I will change and try.

Thanks

20 Feb 2008, 10:40 PM
#842
rottiejoe avatar

rottiejoe

New Zenner

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

Re: Link Manager 3.0 Support Thread

Hi Clyde,

Yes this was the culprit.

Many thanks

20 Feb 2008, 10:50 PM
#843
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

rottiejoe:

Hi Clyde,

Yes this was the culprit.

Many thanks

glad to help

20 Feb 2008, 10:55 PM
#844
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

clydejones:

glad to help

Received a confirmation e-mail for a test submisison:

From: Veronique ([email protected])

22 Feb 2008, 4:35 AM
#845
ralyn avatar

ralyn

New Zenner

Join Date:
Sep 2006
Location:
New Boston, IL
Posts:
57
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I was having the same problem as wsmith48 and **wsmith48_fix_2.zip** did work to let me in the admin area. But, am still having problems.

It is not showing in the side box at all - the status does not appear to work - and when I click the "check link" button I get:

Warning: file(): URL file-access is disabled in the server configuration in /edenblue/admin/links.php on line 644

Warning: file(http://mysticmountainnaturals.com/testsite%29: failed to open stream: no suitable wrapper could be found in /edenblue/admin/links.php on line 644

This looks like a really neat addition, and I really want to use it - please help.

22 Feb 2008, 5:17 AM
#846
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

Ralyn:

I was having the same problem as wsmith48 and **wsmith48_fix_2.zip** did work to let me in the admin area. But, am still having problems.

It is not showing in the side box at all - the status does not appear to work - and when I click the "check link" button I get:

Warning: file(): URL file-access is disabled in the server configuration in /edenblue/admin/links.php on line 644

Warning: file(http://mysticmountainnaturals.com/testsite%29: failed to open stream: no suitable wrapper could be found in /edenblue/admin/links.php on line 644

This looks like a really neat addition, and I really want to use it - please help.

B]Warning[/B]: file(): URL file-access is disabled in the server configuration in /edenblue/admin/links.php on line 644

Warning: file(http://mysticmountainnaturals.com/testsite%29: failed to open stream: no suitable wrapper could be found in /edenblue/admin/links.php on line 644

This is Server problem, You should check with your hosting service.

It is not showing in the side box at all

Which sidebox? If you mean the links sidebox for your "store page" that should show up when you have at least one link in the database.

the status does not appear to work

On the first page that shows the links, there are two graphic buttons on red and one green. click the green button to approve a link.

22 Feb 2008, 7:13 AM
#847
ralyn avatar

ralyn

New Zenner

Join Date:
Sep 2006
Location:
New Boston, IL
Posts:
57
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Ok, I fixed the server error in my php.ini I had the fopen off:

Changed to: allow_url_fopen = on
This fixed the check link error - and the test link and my own appear to now be active. However it is still not showing on the site I'm working on - http://edenblue.gazebo-store.com

22 Feb 2008, 1:53 PM
#848
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

Ralyn:

Ok, I fixed the server error in my php.ini I had the fopen off:

Changed to: allow_url_fopen = on
This fixed the check link error - and the test link and my own appear to now be active. However it is still not showing on the site I'm working on - http://edenblue.gazebo-store.com

This may seem like an obvious question - but have you turned on the sidebox in admin -> tools -> layout boxes controller

Have you activated the category(ies) for your links?

You have 2 links listed in the category "zen cart development"

22 Feb 2008, 4:36 PM
#849
ralyn avatar

ralyn

New Zenner

Join Date:
Sep 2006
Location:
New Boston, IL
Posts:
57
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Although I didn't realize I needed to activate the category - I just checked and it is enabled.

Layout boxes are set:
sideboxes/lavender/links_box.phpON RIGHT 6060ON

22 Feb 2008, 4:46 PM
#850
ralyn avatar

ralyn

New Zenner

Join Date:
Sep 2006
Location:
New Boston, IL
Posts:
57
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

I was looking through the forum - and what I really want is a link in the information box like **www.veroniqueknitwear.com** has it.

I can get to the pages up by putting them in direct, so how do I add it to the information box? Then my problem is solved, lol.

22 Feb 2008, 4:57 PM
#851
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

Ralyn:

I was looking through the forum - and what I really want is a link in the information box like **www.veroniqueknitwear.com** has it.

I can get to the pages up by putting them in direct, so how do I add it to the information box? Then my problem is solved, lol.

open includes/modules/sideboxes/information.php

add the following where you wish the link information to appear

$information[] = '<a href="' . zen_href_link(FILENAME_LINKS) . '">' . BOX_HEADING_LINK_CATEGORIES . '</a>';

save the file to includes/modules/sideboxes/YOUR_TEMPLATE/information.php

upload the file to your server

22 Feb 2008, 5:06 PM
#852
ralyn avatar

ralyn

New Zenner

Join Date:
Sep 2006
Location:
New Boston, IL
Posts:
57
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Awesome - thank you sooooo much :hug:!!

25 Feb 2008, 9:18 PM
#853
cjcrafts avatar

cjcrafts

New Zenner

Join Date:
Apr 2007
Posts:
43
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

@Doodlebuckets, cjcrafts, jeking

Can you guys check out the banner image upload option for Links Manager.

You can do it here

Let me know if This is close to what you wanted.

Note: Please try it both ways 1 upload an image and 2 no image.

Many Thanks

Yes, Clyde. This is exactly what I need. Sorry for the delay I've been ill.

26 Feb 2008, 12:29 AM
#854
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

cjcrafts:

Yes, Clyde. This is exactly what I need. Sorry for the delay I've been ill.

I'm still working on it. trying to fix a couple of things.

26 Feb 2008, 2:24 PM
#855
lilagx avatar

lilagx

New Zenner

Join Date:
Feb 2008
Posts:
1
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

Links Manager 3.0 is now available in the downloads section.

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.

Does anybody know if it works in version 1.3.0.2?
Thanks!!

26 Feb 2008, 3:16 PM
#856
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

lilagx:

Does anybody know if it works in version 1.3.0.2?
Thanks!!

There is an older version located here that may work.

27 Feb 2008, 1:19 AM
#857
fvb avatar

fvb

Zen Follower

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

Re: Link Manager 3.0 Support Thread

Is there any way to have link manager run a check link to make sure the Reciprocal link is there when the link is trying to be submitted

27 Feb 2008, 2:53 AM
#858
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

fvb:

Is there any way to have link manager run a check link to make sure the Reciprocal link is there when the link is trying to be submitted

admin -> extras -> links

There is a check link button to do that befpre approving the link

27 Feb 2008, 10:44 AM
#859
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,

Is the latest version of Link Manager compatible with ZenCart v1.3.7? I just uploaded all the files and I am getting the following error in the admin. Please advise. Thanks in advance.

Parse error: syntax error, unexpected $end in /home/dealbyet/public_html/admin/includes/boxes/extra_boxes/links_extras_dhtml.php on line 17

27 Feb 2008, 10:57 AM
#860
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

okay, fixed the problem by including a } above ?>.

I don't seem to have the following. Did I do something wrong?

Admin -> Extras -> Links (allows creating & editing of links)
Admin -> Extras -> Link Categories (allows creating & editing of categories)
Admin -> Extras -> Links Contact (allows the sending of e-mails)