Re: Link Manager 3.0 release
Quote:
Originally Posted by
Veronika7747
I am just starting with this mod today.. and have couple (well more than couple) of questions:
A. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT
B. Where can I make the input boxes wider?
C. When I click submit, it gives me back the submit link page. Should it bring me to a page saying something like - Your request have been submitted??
D. The email that person submitting request receives, states this text twice:
HTML Code:
Welcome to The Fine Art of Clive Kay link exchange program.
Your link has been successfully submitted at The Fine Art of Clive Kay. It will be added to our listing as soon as we approve it. You will receive an email about the status of your submittal. If you have not received it within the next 48 hours, please contact us before submitting your link again.
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)
F. When I try admin/extra/links check link, I get the messages that it was found and it gives the address. it would be nice:smile: if one could click on that address to get to the site to see if the reciprocal link is there.
Great add on! I hope it will eliminate tons of "fake" requests (site will be using CAPTCHA).
Thanks
URL for your site?
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
URL for your site?
I am still it the development stage, but I will try to upload online what ever I have up to now sometimes overnight and I will post the link.
Thanks
Re: Link Manager 3.0 release
Quote:
A. When I open link submit page, I get this:
ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT
Where exactly are you seeing this?
Re: Link Manager 3.0 release
Quote:
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)
This should take care of this issue:
Just unzip the file and upload the links_submit.css to
includes/templates/YOUR_TEMPLATE/css
Attachment 3147
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
Where exactly are you seeing this?
I'll attempt to include print screen...
that does not work, not I cannot insert file either....
Re: Link Manager 3.0 release
Quote:
Originally Posted by
Veronika7747
I'll attempt to include print screen...
that does not work, not I cannot insert file either....
If you are using captcha you will need to do a file compare of the links submit files since the ones that are included with the captcha mod are older than the files in links manager.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
If you are using captcha you will need to do a file compare of the links submit files since the ones that are included with the captcha mod are older than the files in links manager.
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..)
Re: Link Manager 3.0 release
Quote:
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..)
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.
Re: Link Manager 3.0 release
Quote:
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..)
Quote:
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.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
clydejones
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.
Thank you!:clap: