Page 120 of 199 FirstFirst ... 2070110118119120121122130170 ... LastLast
Results 1,191 to 1,200 of 1988
  1. #1191
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php

    find the following sections and make the highlighted changes

    Code:
    <div class="forward"><?php echo '<a href="javascript:popupWindow(\'' . zen_href_link(FILENAME_POPUP_LINKS_HELP) . '\')">' . zen_image_button(BUTTON_IMAGE_LINK_HELP_PASTEL, BUTTON_LINK_HELP_ALT) . '</a><br /><br />'; ?></div>
    Code:
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_SUBMIT_LINK_PASTEL, BUTTON_SUBMIT_LINK_ALT); ?></div>
    I've tested your suggestion and found that the image doesn't appear. Then I discovered that the reason is because the generated code is looking for the buttons' image in "template_default" (as shown in Red below) and that my defines are for some reason not "translated" into the buttons' name (shown in blue):
    Code:
    <img src="includes/templates/template_default/buttons/english/BUTTON_IMAGE_LINK_HELP_PASTEL" alt="submit link" title=" submit link"/>
    Code:
    <img src="includes/templates/template_default/buttons/english/BUTTON_IMAGE_SUBMIT_LINK_PASTEL" alt="submit link" title=" submit link"/>
    1. How can I make the code references those pastel buttons in my customized template?
    2. How to make the defines "translate" into the buttons' name accordingly?

    This button is not used and can safely be deleted.
    Will do.
    Anxiously awaits your reply. Cheers.

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by Stenrique View Post
    I've tested your suggestion and found that the image doesn't appear. Then I discovered that the reason is because the generated code is looking for the buttons' image in "template_default" (as shown in Red below) and that my defines are for some reason not "translated" into the buttons' name (shown in blue):
    Code:
    <img src="includes/templates/template_default/buttons/english/BUTTON_IMAGE_LINK_HELP_PASTEL" alt="submit link" title=" submit link"/>
    Code:
    <img src="includes/templates/template_default/buttons/english/BUTTON_IMAGE_SUBMIT_LINK_PASTEL" alt="submit link" title=" submit link"/>
    1. How can I make the code references those pastel buttons in my customized template?
    2. How to make the defines "translate" into the buttons' name accordingly?

    Will do.
    Anxiously awaits your reply. Cheers.
    Check your PM

  3. #1193
    Join Date
    Aug 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Hi,

    Clyde at the top of page 117 you posted a reply regarding my problem with my Links Submit getting a 403 error:

    http://www.molliemoo.co.uk/index.php...submit&lPath=2

    I have disabled the Magic SEO URL rewriting mod and I am still getting this error.

    Do you have any other ideas? I have also been told that the SEO mod should not interfere if there are no rules defined for it.

    thanks for your help.

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by eqDoBBs View Post
    Hi,

    Clyde at the top of page 117 you posted a reply regarding my problem with my Links Submit getting a 403 error:

    http://www.molliemoo.co.uk/index.php...submit&lPath=2

    I have disabled the Magic SEO URL rewriting mod and I am still getting this error.

    Do you have any other ideas? I have also been told that the SEO mod should not interfere if there are no rules defined for it.

    thanks for your help.
    The 403 error could be a server issue (check with your hosting provider)

    It might also mean that the permissions on a particular file and/or folder need to be changed.

  5. #1195
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    How can I get ride of the upload file warning. I configured the Display Link Banner Image to 0,
    Default Link Image 0, I don't want a link image. I am changing my site from Osc to Zen Cart and I down loaded the latest links manager. v3-4-1 I checked the v3-4-0 it also have link images.

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by weezee View Post
    How can I get ride of the upload file warning. I configured the Display Link Banner Image to 0,
    Default Link Image 0, I don't want a link image. I am changing my site from Osc to Zen Cart and I down loaded the latest links manager. v3-4-1 I checked the v3-4-0 it also have link images.
    At the present time there is no switch to turn off the banner image field on the links submit page.

    Removing the links banner feature would require deleting code in several files.

    I configured the Display Link Banner Image to 0
    This will prevent the display of banner images on the links display page.

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

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by weezee View Post
    How can I get ride of the upload file warning. I configured the Display Link Banner Image to 0,
    Default Link Image 0, I don't want a link image. I am changing my site from Osc to Zen Cart and I down loaded the latest links manager. v3-4-1 I checked the v3-4-0 it also have link images.
    Quote Originally Posted by clydejones View Post
    At the present time there is no switch to turn off the banner image field on the links submit page.

    Removing the links banner feature would require deleting code in several files.

    I configured the Display Link Banner Image to 0
    This will prevent the display of banner images on the links display page.
    This fix should take care of the problem.

    I've added a switch in admin -> configuration -> links manager -> Show Banner Image Field (set this to false)

    Unzip the package
    run the included sql file from (admin -> tools -> install sql patches)
    copy-and-paste the code into the query field and press 'Send'.

    Rename the YOUR_TEMPLATE folder to match the name of your custom template (includes/templates/YOUR_TEMPLATE)

    Upload the entire includes folder to your server.

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

  8. #1198
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Great mod., greater support.

    Life is even greater thanks to you Clyde, you sure rock.

  9. #1199
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    i have this mod in my magic shop
    when i aprrove the link no see banner ...
    why ?

    Thanks for help

  10. #1200
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread


 

 

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