Page 53 of 199 FirstFirst ... 343515253545563103153 ... LastLast
Results 521 to 530 of 1988
  1. #521
    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 oxicottin View Post
    That worked great! Now I only have the new banner section in the submit portion of your module. What other files need modifyed to inclue the "Banner" addition? like when they submit it I dont see the banner entry in the admin section... What file do I have to alter to include the banner entry so I can get thier banner url?

    Thanks!
    Check list:
    Do you have the new field included in the database table?

    Catalog Side:
    Do you have the sql statements necessary to read and write the information? (includes/modules/pages/links_submit/header_php.php)
    Have you included the necessary error catching routines? includes/modules/pages/links_submit/jscript_main.php)
    Have you included the necessary code on the submit link page?

    Admin Side:
    Have you included the necessary sql statements to read/write the information?
    (admin/links.php)
    Have you added the necessary code to display the new field? (admin/links.php)

  2. #522
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: Link Manager 3.0 release

    Clyde, I just PM'd you.....

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

    Default Re: Link Manager 3.0 release

    I installed link manager, but my ? is how do I adjust the size of the box that holds all the links. It is over running my side box. I have already tried to adjust it. It doesn't help. Here is my link
    http://www.TheGoodShepherdStore.com

  4. #524
    Join Date
    Aug 2006
    Location
    West Virginia
    Posts
    321
    Plugin Contributions
    1

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by countrycharm View Post
    I installed link manager, but my ? is how do I adjust the size of the box that holds all the links. It is over running my side box. I have already tried to adjust it. It doesn't help. Here is my link
    http://www.TheGoodShepherdStore.com
    In your includes/templates/YOUR_TEMPLATE/css/stylesheet.css change this on line 331.....

    Code:
    form, select {
    display:inline;
    font-size:1em;
    margin:0.5em;
    CHANGE TO

    Code:
    form, select {
    display:inline;
    font-size:1em;
    Hope this helps!

  5. #525
    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?

  6. #526
    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.

  7. #527
    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.

  8. #528
    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;
    }

  9. #529
    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

  10. #530
    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.

 

 

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