Page 119 of 199 FirstFirst ... 1969109117118119120121129169 ... LastLast
Results 1,181 to 1,190 of 1988
  1. #1181
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Hi, I am using a different background color instead of #FFF hence I created 2 customized buttons to be used in place of the ones that come with the mod. I have made the following changes (in blue) in links_manager_defines.php:

    Code:
    define('BUTTON_IMAGE_SUBMIT_LINK', 'button_submit_link_pastel.gif');
    define('BUTTON_IMAGE_SUBMIT_LINK_PASTEL', 'button_submit_link_pastel.gif');
    
    define('BUTTON_IMAGE_LINK_HELP', 'button_link_help.gif');
    define('BUTTON_IMAGE_LINK_HELP_PASTEL', 'button_link_help_pastel.gif');
    I have also made the appropriate changes in tpl_links_submit_default.php but to no avail.

    Any advice will be greatly appreciated.

  2. #1182
    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
    Hi, I am using a different background color instead of #FFF hence I created 2 customized buttons to be used in place of the ones that come with the mod. I have made the following changes (in blue) in links_manager_defines.php:

    Code:
    define('BUTTON_IMAGE_SUBMIT_LINK', 'button_submit_link_pastel.gif');
    define('BUTTON_IMAGE_SUBMIT_LINK_PASTEL', 'button_submit_link_pastel.gif');
    
    define('BUTTON_IMAGE_LINK_HELP', 'button_link_help.gif');
    define('BUTTON_IMAGE_LINK_HELP_PASTEL', 'button_link_help_pastel.gif');
    I have also made the appropriate changes in tpl_links_submit_default.php but to no avail.

    Any advice will be greatly appreciated.
    Make sure you have uploaded your new buttons to includes/templates/YOUR_TEMPLATE/buttons/english/

    Generally speaking, you shouldn't have to change the define statements for the buttons. Just create your new "pastel" colored buttons and name them (button_submit_link.gif and button_link_help.gif)

  3. #1183
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    i have q
    why it's good 'link manager' for shop ?

    Thanks

  4. #1184
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thanks for the prompt reply clydejones.

    Quote Originally Posted by clydejones View Post
    Make sure you have uploaded your new buttons to includes/templates/YOUR_TEMPLATE/buttons/english/
    Yes, I have done that.

    Quote Originally Posted by clydejones View Post
    Generally speaking, you shouldn't have to change the define statements for the buttons. Just create your new "pastel" colored buttons and name them (button_submit_link.gif and button_link_help.gif)
    As I'm sure you know, the "Submit Link" button is used in both "View All Links" page and "Submit Link" page. The "Submit Link" button is enclosed in a Fieldset in tpl_links_submit_default.php but not in tpl_links_default.php. I only need the "pastel" buttons to appear in tpl_links_submit_default.php and not in tpl_links_default.php. By naming the "pastel" buttons as button_submit_link.gif and button_link_help.gif, the "Submit Link" button with the pastel backgrd color wld be displayed in the "View All Links" page which is not what I need.

    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.

  5. #1185
    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.

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

  7. #1187
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    when i run the 'upgrate'

    i got this :

    14 statements processed.
    Error ERROR: Cannot insert configuration_key "PRODUCTS_OPTIONS_TYPE_SELECT" because it already exists
    Error ERROR: Cannot insert configuration_key "UPLOAD_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "TEXT_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Warning Note: 4 statements ignored. See "upgrade_exceptions" table for additional details.

    What's this mean ?

  8. #1188
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Hi
    can you give me link to demo please ?
    how can i cahnge to hebrew language?

    Thanks

  9. #1189
    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
    when i run the 'upgrate'

    i got this :

    14 statements processed.
    Error ERROR: Cannot insert configuration_key "PRODUCTS_OPTIONS_TYPE_SELECT" because it already exists
    Error ERROR: Cannot insert configuration_key "UPLOAD_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "TEXT_PREFIX" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Warning Note: 4 statements ignored. See "upgrade_exceptions" table for additional details.

    What's this mean ?
    It just means that those 4 statements have been ignored. It will have no effect on how the mod functions.

    Quote Originally Posted by dmagic View Post
    Hi
    can you give me link to demo please ?
    how can i cahnge to hebrew language?

    Thanks
    As I think I mentioned to you before, You will have to translate the language files to hebrew

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

    Default Re: Link Manager 3.0 Support Thread

    perfect work with hebrew

 

 

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