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

Link Manager 3.0 Support Thread

Views: 486,754

Results 981 to 1,000 of 1,988
15 Apr 2008, 12:27 AM
#981
rweiss avatar

rweiss

New Zenner

Join Date:
Dec 2003
Posts:
8
Plugin Contributions:
0

Link Manager 3.0 Support Thread

I took over to zen carts that both had older link manager versions installed.

I re-installed zen and the latest link manager, and the images that the client had for the links are not displaying in one of the carts (and in the admin area, the image doesn't display because it wants to find the image in a local path.

If I am not clear enough above - let me state again, ALL the images come from external paths, and are not on the site. The client does not have others submit links, he puts them in himself.

Any idea why the images don't display? I looked at the links manager configuration and set the display images to 2. That works on one site, not the other.

Rick

15 Apr 2008, 12:51 AM
#982
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

rweiss:

I took over to zen carts that both had older link manager versions installed.

I re-installed zen and the latest link manager, and the images that the client had for the links are not displaying in one of the carts (and in the admin area, the image doesn't display because it wants to find the image in a local path.

If I am not clear enough above - let me state again, ALL the images come from external paths, and are not on the site. The client does not have others submit links, he puts them in himself.

Any idea why the images don't display? I looked at the links manager configuration and set the display images to 2. That works on one site, not the other.

Rick

The new version of Links Manager allows uploading of "Banner" images to a designated images directory (by default images/links_image). If no "Banner" image is uploaded then a default image is used.

To add images (or convert from an older version of Links Manager) the images need to be located in the images/links_image directory. Then in Admin -> extras -> links You can edit the links and in the image URL: field add the following:

links_image/YOUR_IMAGE.*** or links_image/links_default.jpg

If the images are from an external link Then You will most likely have to get the images and and upload them to images/links_image and edit the links as explained above.

15 Apr 2008, 2:13 PM
#983
ogie56 avatar

ogie56

New Zenner

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

Re: Link Manager 3.0 Support Thread

Got it working on cherry_zen template this what I put in the tpl_links_select and then I set it cat. name length to 18

thank's

<?php /** * Links Select Sidebox Template * * @package templateSystem * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: tpl_links_select.php 3.4.0 3/27/2008 Clyde Jones $ */ $content = ""; $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">' . "\n"; $content.= zen_draw_form('links', zen_href_link(FILENAME_LINKS, '', 'NONSSL', false), 'get'); $content .= zen_draw_pull_down_menu('lPath', $links_array, (isset($_GET['lPath']) ? $_GET['lPath'] : ''), 'onchange="this.form.submit();" size="' . MAX_LINKS_LIST . '" style="width:92%; margin:0%;"') . zen_hide_session_id(); $content .= zen_draw_hidden_field('main_page', FILENAME_LINKS) . '</form>'; if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') { $content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS, '', 'NONSSL') . '">' . BOX_INFORMATION_VIEW_ALL_LINKS . '</a>'; } if (BOX_DISPLAY_SUBMIT_LINK == 'true') { $content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>'; } $content .= '</div>'; ?>
20 Apr 2008, 4:19 PM
#984
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clyde,
I'm going to pester you again! I'm still trying to get my Link Manager to work properly. It's now displaying like it should, but I can't actually ADD any links.

I have tried going into Admin - Extras - Links and adding them myself from there. It appears to take all of the information, but when I test the link, I get a message "error reading URL". The status button is yellow. I know the URL is correct, because I copied & pasted it right into my browser and it brings up the page I'm trying to do a link for.

I have also attempted to use the "Submit Link" button from the web site. When doing so, there was a large red box at the very top of the page & is said something like "error writing to destination". There were emails saying the link was submitted successfully and when I clicked to notify, that email came through. However, the link still doesn't display.

Any ideas?? The site is: https://www.kings-kreations.com

Thanks!!
Mindy

20 Apr 2008, 4:49 PM
#985
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

gizmo_girl:

Hi Clyde,
I'm going to pester you again! I'm still trying to get my Link Manager to work properly. It's now displaying like it should, but I can't actually ADD any links.

I have tried going into Admin - Extras - Links and adding them myself from there. It appears to take all of the information, but when I test the link, I get a message "error reading URL". The status button is yellow. I know the URL is correct, because I copied & pasted it right into my browser and it brings up the page I'm trying to do a link for.

I have also attempted to use the "Submit Link" button from the web site. When doing so, there was a large red box at the very top of the page & is said something like "error writing to destination". There were emails saying the link was submitted successfully and when I clicked to notify, that email came through. However, the link still doesn't display.

Any ideas?? The site is: https://www.kings-kreations.com

Thanks!!
Mindy

The yellow button means that the status of the link(s) is pending. links need to have a status of approved before they show up. You can do this either by clicking the green button or you can edit the link and set the status from the dropdown at the bottom of the page.

20 Apr 2008, 5:55 PM
#986
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

OK, got it activated & it's showing & linking correctly now, but the image isn't showing up. The size is 150 x 30.

20 Apr 2008, 6:13 PM
#987
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

gizmo_girl:

OK, got it activated & it's showing & linking correctly now, but the image isn't showing up. The size is 150 x 30.

which version of links manager are you using?

20 Apr 2008, 6:39 PM
#988
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Looks like version 3-4-0.

20 Apr 2008, 7:29 PM
#989
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

gizmo_girl:

Looks like version 3-4-0.

The new version of Links Manager allows uploading of "Banner" images to a designated images directory (by default images/links_image). If no "Banner" image is uploaded then a default image is used.

To add images (or convert from an older version of Links Manager) the images need to be located in the images/links_image directory. Then in Admin -> extras -> links You can edit the links and in the image URL: field add the following:

links_image/YOUR_IMAGE.*** or links_image/links_default.jpg

If the images are from an external link Then You will most likely have to get the images and and upload them to images/links_image and edit the links as explained above.

20 Apr 2008, 9:03 PM
#990
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

OK, I went into Admin - Extras - Links and edited the URL for the image box to show the following:
http://www.kings-kreations.com/zen/images/links_image/dms_logo_mini.jpg

I also tried it with:
http://www.kings-kreations.com/zen/images/links_image/links_default.jpg

Neither will display an image. If I delete the URL, the links page will show "No Image Available". I can't figure out what else I need to do. TIA!

20 Apr 2008, 11:32 PM
#991
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

gizmo_girl:

OK, I went into Admin - Extras - Links and edited the URL for the image box to show the following:
http://www.kings-kreations.com/zen/images/links_image/dms_logo_mini.jpg

I also tried it with:
http://www.kings-kreations.com/zen/images/links_image/links_default.jpg

Neither will display an image. If I delete the URL, the links page will show "No Image Available". I can't figure out what else I need to do. TIA!

all you need to place in the image url field is links_image/dms_logo_mini.jpg

21 Apr 2008, 2:35 AM
#992
gizmo_girl avatar

gizmo_girl

Zen Follower

Join Date:
Nov 2007
Location:
Texas
Posts:
286
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Once again...thanks a million for your help! That worked like a charm! :clap:

21 Apr 2008, 3:11 AM
#993
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

gizmo_girl:

Once again...thanks a million for your help! That worked like a charm! :clap:

Glad you got it all sorted.

22 Apr 2008, 4:49 PM
#994
jekkil avatar

jekkil

New Zenner

Join Date:
Aug 2006
Posts:
11
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hi Clide! great module, works fine in english for me, but i need to install it in three more languages.
I did as usual, copied the english folders into new language files, but the link appear only in the language they have been submitted. Any chance of having it appear, without translation of course , in all languages?

i am sure i forgot something, but what???
some php file to correct?
Thanks for your help

22 Apr 2008, 5:14 PM
#995
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

jekkil:

Hi Clide! great module, works fine in english for me, but i need to install it in three more languages.
I did as usual, copied the english folders into new language files, but the link appear only in the language they have been submitted. Any chance of having it appear, without translation of course , in all languages?

i am sure i forgot something, but what???
some php file to correct?
Thanks for your help

The default language is set to english.

The module uses the session language to determine which language id to use in the database.
You'll need to duplicate the links for each language (id) you have. In other words you will have 4 links each with its own language id.

You could use phpmyadmin to export the Links Manager tables information as SQL statements then change the language_id field to the language(s) you need.

Run the new sql statements to update the tables with the new information.

22 Apr 2008, 5:37 PM
#996
jekkil avatar

jekkil

New Zenner

Join Date:
Aug 2006
Posts:
11
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

will that make for exemple a french submitted link appear also in the other languages?
if that s the case i will go through the trouble, otherwise i will just let the link owner decide whether he wants to put it also in the other languages.

i do not dare touch too much the sql in fact...

22 Apr 2008, 6:54 PM
#997
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

jekkil:

will that make for exemple a french submitted link appear also in the other languages?
if that s the case i will go through the trouble, otherwise i will just let the link owner decide whether he wants to put it also in the other languages.

i do not dare touch too much the sql in fact...

You'll only see links in the language selected on the site.

English = english links, French = french links etc.

If you want links in french to show up in english also then you need to submit links in both languages.

The queries to the database select the links information where session language = language id

22 Apr 2008, 8:29 PM
#998
jekkil avatar

jekkil

New Zenner

Join Date:
Aug 2006
Posts:
11
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

ok thx, you were very helpful!

28 Apr 2008, 5:28 PM
#999
pglad avatar

pglad

Zen Follower

Join Date:
Jun 2007
Posts:
198
Plugin Contributions:
0

Re: Link Manager 3.0 Support Thread

Hello

I don't want an banner image to be displayed on my links pages. I note that in Configuration>Links Mangaer there is a 'Display Link Banner Image' option, but when I set this to 0, the banner image is turned off but the link title disappears also?

Patrick

28 Apr 2008, 9:23 PM
#1000
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

PGlad:

Hello

I don't want an banner image to be displayed on my links pages. I note that in Configuration>Links Mangaer there is a 'Display Link Banner Image' option, but when I set this to 0, the banner image is turned off but the link title disappears also?

Patrick

This version of links manager allows the uploading of a banner image, if no banner image is uploaded then a default image will be used.

If you don't a banner image at all, create a transparent gif image name links_default.gif and upload it to images/links_image on your server.

You can leave Configuration>Links Mangaer there is a 'Display Link Banner Image' option set to 1.

Note you may have to edit you links admin -> extras -> links
in the image URL: field just add links_image/links_default.gif

Hope this helps