Where exactly are you seeing this?A. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT
Where exactly are you seeing this?A. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT
This should take care of this issue:E. Where can I change the blue background on input fields to the same colour as "Your Contact Information" (or some other than bue colour)?
(BTW I don't have form.png in includes/templates/YOUR/images folder)
Just unzip the file and upload the links_submit.css to
includes/templates/YOUR_TEMPLATE/css
Attachment 3147
Last edited by clydejones; 31 Dec 2009 at 02:31 AM.
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..)
O.K., now that the test site is up, I have yet another question.... I have couple of pages of "old links" (one page currently shows as the last line "Arts Links" on RHS box under "More on Clive Kay" and I would like to include this link inside the "Link Manager" box with bit of space under the last line there "Submit Links". Is that possible?? I was trying to do it the same way as I did it in "More Info" box, but that did not work..
Also should I be able to put a subcategory in the link category??
Thanks for your time.
Hi I did the following myself and deleted all lable lines as specified but all red lable lines remail???
To correct this, open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.phpA. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT
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.
after making the edit save the file and upload to your server.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>'; ?>