Page 1 of 2 12 LastLast
Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Here's a list of files and locations associated with links manager:
    admin/link_categories.php
    admin/links.php
    admin/links_contact.php
    admin/includes/boxes/extra_boxes/links_extras_dhtml.php
    admin/includes/extra_datafiles/links_manager.php
    admin/includes/functions/extra_functions/links_manager.php
    admin/includes/languages/english/links.php
    admin/includes/languages/english/link_categories.php
    admin/includes/languages/english/links_contact.php
    admin/includes/languages/english/extra_definitions/links.php
    -------
    includes/extra_datafiles/links_manager.php
    includes/functions/links.php
    includes/languages/english/extra_definitions/links_manager_defines.php
    includes/languages/english/extra_definitions/YOUR_TEMPLATE/links_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/links.php
    includes/languages/english/YOUR_TEMPLATE/links_submit.php
    includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
    includes/languages/english/html_includes/define_links.php
    includes/languages/english/html_includes/define_links_submit.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_links.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php
    includes/modules/pages/links
    includes/modules/pages/links_submit
    includes/modules/pages/popup_links_help
    includes/modules/pages/redirect_links
    includes/modules/link_listing.php
    includes/modules/YOUR_TEMPLATE/link_listing.php
    includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
    includes/templates/YOUR_TEMPLATE/popup_links_help
    includes/templates/YOUR_TEMPLATE/css/links.css
    includes/templates/YOUR_TEMPLATE/css/links_submit.css
    includes/templates/YOUR_TEMPLATE/buttons/english/button_links_help.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_link_help.gif
    includes/templates/YOUR_TEMPLATE/buttons/english/button_submit_link.gif
    Clyde

    I have updated the mod in my store to 3.2.3, but I have errors in the Stylesheet called 'links_submit.css'

    The following css definitions in that stylesheet have images missing:

    fieldset#personal
    fieldset#contact
    fieldset#secure
    fieldset#news
    fieldset#age
    fieldset#write
    legend
    textarea

    I don't see these images included with the mod, could you provide any guidance as to where the missing images might be found?

  2. #2
    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 blag View Post
    Clyde

    I have updated the mod in my store to 3.2.3, but I have errors in the Stylesheet called 'links_submit.css'

    The following css definitions in that stylesheet have images missing:

    fieldset#personal
    fieldset#contact
    fieldset#secure
    fieldset#news
    fieldset#age
    fieldset#write
    legend
    textarea

    I don't see these images included with the mod, could you provide any guidance as to where the missing images might be found?
    That section of the css file was actually used with another form I was developing and I just never commented them out.

    You can use these images:

    Just unzip the file and place them in your includes/templates/YOUR_TEMPLATE/images

    Attachment 2550
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

  3. #3
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Link Manager 3.0 release

    Thanks oxicottin that did the trick. I have one ? How do I center the links that say
    View All Links
    Submit Link
    They are to the left more than I want them to be.

  4. #4
    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 countrycharm View Post
    Thanks oxicottin that did the trick. I have one ? How do I center the links that say
    View All Links
    Submit Link
    They are to the left more than I want them to be.
    add the following declaration to your stylesheet.css

    #linksboxContent a {
    text-align: center;
    }

  5. #5
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Link Manager 3.0 release

    Thank you Clyde for the answer, but where do you put the code at in my style sheet. I put it in there but it still is not lining up in the center. I have another ? to
    Clyde. How does the other person get a Reciprocal link from my site to put on there site. I see it doesn't offer them one. How do I make one to offer the others sites so I can check to see if they have it on there.
    Thank you

  6. #6
    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 countrycharm View Post
    Thank you Clyde for the answer, but where do you put the code at in my style sheet. I put it in there but it still is not lining up in the center. I have another ? to
    Clyde. How does the other person get a Reciprocal link from my site to put on there site. I see it doesn't offer them one. How do I make one to offer the others sites so I can check to see if they have it on there.
    Thank you
    You can put that code at the bottom of your stylesheet.css

    look in admin -> configuration -> links manager

    There is an option for your site name

    You can check for that name and the Reciprocal link in

    admin -> extras -> links

    click the check link button it it finds your site name where the Reciprocal link says it is you'll get a "link found" message.

  7. #7
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Link Manager 3.0 release

    When I put my site name in admin -> configuration -> links manager, do I have to go and submit a link like everybody else does before I can check it. If you don't theres no way of checking it right. And if it finds it what will that tell me. When somebody want to trade links will it give them the Reciprocal link to my web site after they submit theres so I can check for my site or what. I'm still learning all this. I don't mean to be a pain
    Thank you again

  8. #8
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    That section of the css file was actually used with another form I was developing and I just never commented them out.

    You can use these images:

    Just unzip the file and place them in your includes/templates/YOUR_TEMPLATE/images

    Attachment 2550
    Clyde

    Would I be right in thinking that none of those CSS definitions are required?

    (Thanks for the images, anyway)

  9. #9
    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 blag View Post
    Clyde

    Would I be right in thinking that none of those CSS definitions are required?

    (Thanks for the images, anyway)
    That is correct

  10. #10
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Link Manager 3.0 release

    Hi Clyde and thanks again for the help, but unfortunately it didn't work. I think I will let be. Don't look that bad anyway. There is another problem though. When you submit a link and it take you to the success page my sideboxes is everywhere on that page. If you will Clyde, submit a link and see what I'm talking about please.
    Thank you again

 

 
Page 1 of 2 12 LastLast

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

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