
Originally Posted by
Veronika7747
I did and hopefully did "O.K." in my mix & match. I am uploading the site now. It will be at:
http://store.clivekay-artist.com soon I hope.
P.S. thanks for css (as was reading all the old posts, so that's why I referred to
form.png..)
A. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT
To correct this, open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
find and delete the following section of code. (as I pointed out, this file in the captcha mod is older than the file in links manager.
Code:
<label class="inputLabel" for="links_image"><?php echo ENTRY_LINKS_IMAGE; ?></label>
<?php echo zen_draw_input_field('links_image', 'http://') . ' ' . (zen_not_null(ENTRY_LINKS_IMAGE_TEXT) ? '<span class="alert">' . ENTRY_LINKS_IMAGE_TEXT . '</span>': ''); ?><?php echo '<a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_LINKS_HELP) . '\')">' . TEXT_LINKS_HELP_LINK . '</a>'; ?>
after making the edit save the file and upload to your server.