on which page(s) is this happening?
on which page(s) is this happening?
Hi Clyde,
On the links page.
Can anyone help with this problem?
The Links Manager 3 script appears to be installed and working except:
These do not show up at all under admin/extras, so I can't add categories, edit or even approve links.
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)
All that shows is the default Zen Cart options.
Its on local only, does screen shot help on the right side
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.
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>';
?>
Hello,
I am new to Zen cart and am trying to install the link manager add on. When I past the code into the query filed and press send I receive the following error msg - Precondition Failed
The precondition on the request for the URL /store/admin/sqlpatch.php evaluated to false.
Since this is my first attempt at an add on I am sure that I am doing something crazy here, but would appreciate guidance.
Thank you,
Jennifer