Page 71 of 199 FirstFirst ... 2161697071727381121171 ... LastLast
Results 701 to 710 of 1988
  1. #701
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Veronika7747 View Post
    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 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?

  2. #702
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    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

  3. #703
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    A. When I open link submit page, I get this:
    ENTRY_LINKS_IMAGE ENTRY_LINKS_IMAGE_TEXT
    Where exactly are you seeing this?

  4. #704
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    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
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

  5. #705
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Where exactly are you seeing this?
    I'll attempt to include print screen...
    that does not work, not I cannot insert file either....

  6. #706
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Veronika7747 View Post
    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.

  7. #707
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    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..)

  8. #708
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Veronika7747 View Post
    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.

  9. #709
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by Veronika7747 View Post
    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://') . '&nbsp;' . (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.

  10. #710
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    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://') . '&nbsp;' . (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!

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR