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

Link Manager 3.0 Support Thread

Views: 486,750

Results 1,201 to 1,220 of 1,988
6 Nov 2008, 12:37 PM
#1201
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Link Manager 3.0 Support Thread

picture from Admin
:unsure:

Thanks

6 Nov 2008, 4:52 PM
#1202
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

Make sure you've uploaded the images folder that was included with Links Manager

11 Nov 2008, 6:20 PM
#1203
covone avatar

covone

Zen Follower

Join Date:
Oct 2004
Posts:
409
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Great mod. Is there a way to disable the upload image feature?

Can someone assist pls.

tk u

11 Nov 2008, 7:48 PM
#1204
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

covone:

Great mod. Is there a way to disable the upload image feature?

Can someone assist pls.

tk u

download and install the fix from this thread

www.zen-cart.com/forum/showpost.php?p=631171&postcount=1197

11 Nov 2008, 9:46 PM
#1205
covone avatar

covone

Zen Follower

Join Date:
Oct 2004
Posts:
409
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thank you worked

11 Nov 2008, 10:03 PM
#1206
covone avatar

covone

Zen Follower

Join Date:
Oct 2004
Posts:
409
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Another question, when you click view all links, I wanted to add text content on that page where categories show. Which page is that?

tks

11 Nov 2008, 11:12 PM
#1207
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

covone:

Another question, when you click view all links, I wanted to add text content on that page where categories show. Which page is that?

tks

Isn't there a notice at the top of the page that reads:

This content is located in the file at: /languages/english/html_includes/YOUR_TEMPLATE/define_links.php

You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_links from the pulldown.

12 Nov 2008, 1:52 PM
#1208
covone avatar

covone

Zen Follower

Join Date:
Oct 2004
Posts:
409
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde,
Thank you for reply. Maybe I was not clear, sorry. I know you can add text to define_links.php and define_links_submit.php. What I'm I want to is, I want to disable the sidebox fetaure and just add a link to the bottom of my site that says Link Partners using ezPages. That I know how to do. When you Click the Link Partners it takes you to "View All Links" Page. This page has all the catergories in it. I wanted to add text content on top of the View All Links page. Hope this is clear and you can assist. Tks :)

12 Nov 2008, 2:14 PM
#1209
covone avatar

covone

Zen Follower

Join Date:
Oct 2004
Posts:
409
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Clyde regarding above I wanted to have a section for the view all links so I can edit it in Define Page Editor. I'm not that experienced in PHP and tried to look at the files to try to replicate this info, but I didn't want to mess things up. Hope you can help. tks again

12 Nov 2008, 4:29 PM
#1210
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

covone:

Clyde regarding above I wanted to have a section for the view all links so I can edit it in Define Page Editor. I'm not that experienced in PHP and tried to look at the files to try to replicate this info, but I didn't want to mess things up. Hope you can help. tks again

You'll need to edit a couple of files to work this out.

First
open includes/languages/english/YOUR_TEMPLATE/links.php

add the following define statement: (of course you can add any text you wish.)

define('TEXT_INSTRUCTIONS', '<p>Select a category in order to view the associated Links</p>');

save the file and upload to your server.

Second
open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php

at about line 14 find the following section of code:

<?php echo HEADING_TITLE; ?>

Immediately below this add the following:

<?php echo TEXT_INSTRUCTIONS; ?>

Save the file and upload to your server

Hope this helps

12 Nov 2008, 5:23 PM
#1211
covone avatar

covone

Zen Follower

Join Date:
Oct 2004
Posts:
409
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Thanks Clyde you're the best. Quick response. thank you thank you thank you

15 Nov 2008, 2:16 PM
#1212
starruby avatar

starruby

Zen Follower

Join Date:
Nov 2007
Posts:
96
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi clydejones,

I have installed Links Manager v3.4.1 on my store. Everything in the module works perfectly except that when adding a new link, the following error is displayed next to "Status" under "Options" heading

Catchable fatal error: Object of class queryFactoryResult could not be converted to string in /home/gemsoulc/public_html/admin/includes/functions/html_output.php on line 333

Screenshot:
http://www.gemsoul.com/images/scr.png

My site url is https://www.gemsoul.com

How do I correct this error?

Thanks,
Harshil

15 Nov 2008, 3:04 PM
#1213
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

starruby:

Hi clydejones,

I have installed Links Manager v3.4.1 on my store. Everything in the module works perfectly except that when adding a new link, the following error is displayed next to "Status" under "Options" heading

Screenshot:
http://www.gemsoul.com/images/scr.png

My site url is https://www.gemsoul.com

How do I correct this error?

Thanks,
Harshil

Check this post for solutions to this problem:

www.zen-cart.com/forum/showpost.php?p=487360&postcount=10

15 Nov 2008, 4:42 PM
#1215
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

starruby:

Worked perfectly... thanks :smile:

Glad you got it sorted

16 Nov 2008, 6:52 AM
#1216
starruby avatar

starruby

Zen Follower

Join Date:
Nov 2007
Posts:
96
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

Glad you got it sorted

just one more question... I also have links manager installed on my other site. It worked perfectly till date but now on the New Link Insertion page, when I fill in the details and click on "Insert", the following error is shown:

Not Acceptable
An appropriate representation of the requested resource /store/admin/links.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.41 Server at starruby.in Port 80

Store url is https://www.starruby.in/store

and I am using v3.3.0

16 Nov 2008, 7:08 AM
#1217
starruby avatar

starruby

Zen Follower

Join Date:
Nov 2007
Posts:
96
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Infact, I just noticed that in the "URL" field when http:// is entered before the link only then this error is caused.

If I enter https://www.testsite.com it gets inserted but when I enter http://www.testsite.com then this error occurs.

16 Nov 2008, 7:24 AM
#1218
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

starruby:

just one more question... I also have links manager installed on my other site. It worked perfectly till date but now on the New Link Insertion page, when I fill in the details and click on "Insert", the following error is shown:

Store url is https://www.starruby.in/store

and I am using v3.3.0

starruby:

Infact, I just noticed that in the "URL" field when http:// is entered before the link only then this error is caused.

If I enter https://www.testsite.com it gets inserted but when I enter http://www.testsite.com then this error occurs.

and I am using v3.3.0

Why not upgrade to the most recent version 3.4.1

16 Nov 2008, 7:49 AM
#1219
starruby avatar

starruby

Zen Follower

Join Date:
Nov 2007
Posts:
96
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

clydejones:

and I am using v3.3.0

Why not upgrade to the most recent version 3.4.1

I just upgraded to 3.4.0 but still the same error. However, I now understand that this error has nothing to do with your links manager module.. something to do with the server and hosts. (Found information in this thread:

http://www.zen-cart.com/forum/showthread.php?t=44762

16 Nov 2008, 8:06 AM
#1220
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

starruby:

I just upgraded to 3.4.0 but still the same error. However, I now understand that this error has nothing to do with your links manager module.. something to do with the server and hosts. (Found information in this thread:

http://www.zen-cart.com/forum/showthread.php?t=44762

Thanks for the update.