Page 72 of 199 FirstFirst ... 2262707172737482122172 ... LastLast
Results 711 to 720 of 1988
  1. #711
    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 Veronika7747 View Post
    Thank you!

    C. When I click submit, it gives me back the submit link page. Should it bring me to a page saying something like - Your request have been submitted??
    Try this fix and see if it corrects this issue:

    just unzip the file and upload the entire includes folder to your server.

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

  2. #712
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    Try this fix and see if it corrects this issue:

    just unzip the file and upload the entire includes folder to your server.

    Attachment 3148
    Oh Clyde you are good! You are chopping down my questions really fast! Thanks again.

  3. #713
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Clyde, in which file can I increase the form field properties of the texboxes on the submit link page??
    Tx

  4. #714
    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 Veronika7747 View Post
    Clyde, in which file can I increase the form field properties of the texboxes on the submit link page??
    Tx
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php

  5. #715
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Quote Originally Posted by clydejones View Post
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
    Thanks Clyde, I got it changed but I am having trouble with 2 fields which now don't show http://

    Code:
    <?php echo zen_draw_input_field('links_reciprocal_url', $name, ' size="40" id="links_reciprocal_url"', 'http://') . '&nbsp;' . (zen_not_null(ENTRY_LINKS_RECIPROCAL_URL_TEXT) ? '<span class="alert">' . ENTRY_LINKS_RECIPROCAL_URL_TEXT . '</span>': ''); ?>
    what am I doing wrong here??

    Veronika

  6. #716
    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 Veronika7747 View Post
    Thanks Clyde, I got it changed but I am having trouble with 2 fields which now don't show http://

    Code:
    <?php echo zen_draw_input_field('links_reciprocal_url', $name, ' size="40" id="links_reciprocal_url"', 'http://') . '&nbsp;' . (zen_not_null(ENTRY_LINKS_RECIPROCAL_URL_TEXT) ? '<span class="alert">' . ENTRY_LINKS_RECIPROCAL_URL_TEXT . '</span>': ''); ?>
    what am I doing wrong here??

    Veronika
    Use these:

    PHP Code:
    <?php echo zen_draw_input_field('links_reciprocal_url''http://''size="40" id="links_reciprocal_url"') . '&nbsp;' . (zen_not_null(ENTRY_LINKS_RECIPROCAL_URL_TEXT) ? '<span class="alert">' ENTRY_LINKS_RECIPROCAL_URL_TEXT '</span>'''); ?>
    PHP Code:
    <?php echo zen_draw_input_field('links_url''http://''size="40" id="links_url"') . '&nbsp;' . (zen_not_null(ENTRY_LINKS_URL_TEXT) ? '<span class="alert">' ENTRY_LINKS_URL_TEXT '</span>'''); ?>

  7. #717
    Join Date
    Jan 2008
    Posts
    3
    Plugin Contributions
    0

    red flag Re: Link Manager 3.0 release

    Clyde,

    Just installed your module a few days ago. I having a problem where headings and buttons are coming up as such (ex: TABLE_HEADING_LINKS_TITLE). You can see the live site at http://just4electronics.com, click on "Link Exchange" on the right column to see module. Any help would be appreciated.

    *Edit* In addition, I could not locate or turn on the sidebox for your module from Tools>Layout Boxes Controller. It just doesn't appear there at all.

    Regards,

    Rafael
    Last edited by felit0; 10 Jan 2008 at 12:17 AM. Reason: Add Content

  8. #718
    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 felit0 View Post
    Clyde,

    Just installed your module a few days ago. I having a problem where headings and buttons are coming up as such (ex: TABLE_HEADING_LINKS_TITLE). You can see the live site at http://just4electronics.com, click on "Link Exchange" on the right column to see module. Any help would be appreciated.

    *Edit* In addition, I could not locate or turn on the sidebox for your module from Tools>Layout Boxes Controller. It just doesn't appear there at all.

    Regards,

    Rafael
    Looks like you didn't upload the language files and/or change all the YOUR_TEMPLATE folders to match your custom template name.

  9. #719
    Join Date
    Jan 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 release

    Thank you very much for the lightning quick response! It was the YOUR_TEMPLATE folders. I didn't realize there was multiple ones, I only changed /includes/templates/YOUR_TEMPLATE initially. You might want to stress that point in your install.txt file. Working flawlessly now :)

    Many Thanks!!

    Rafael

  10. #720
    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 felit0 View Post
    Thank you very much for the lightning quick response! It was the YOUR_TEMPLATE folders. I didn't realize there was multiple ones, I only changed /includes/templates/YOUR_TEMPLATE initially. You might want to stress that point in your install.txt file. Working flawlessly now :)

    Many Thanks!!

    Rafael
    Glad to help.

 

 

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