Results 1 to 10 of 1988

Hybrid View

  1. #1
    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
    Thanks for the prompt reply clydejones.


    Incidentally, I also noticed that there is a button named "button_links_help.gif" in the mod. but have not found it used anywhere. May I know on which page I can locate it? Thanks.
    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>
    Incidentally, I also noticed that there is a button named "button_links_help.gif" in the mod. but have not found it used anywhere. May I know on which page I can locate it?
    This button is not used and can safely be deleted.

  2. #2
    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 dmagic View Post
    i have q
    why it's good 'link manager' for shop ?

    Thanks
    Links manager is an easy way to set up a links exchange program for your store.

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

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

 

 

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