Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Remove Max Characters Atrributes

    Quote Originally Posted by mellonade View Post
    so... i just tried this (i know, a bit after the fact), and it doesn't seem to do anything. everything looks the same as before. any idea whats up?
    There's another line to comment out, that is the same a bit further down. Approx line 415 or so.

  2. #12
    Join Date
    Sep 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Remove Max Characters Atrributes

    What is the line that needs to be commented out? I tried the approach mentioned in this thread and it didn't work for me either.

  3. #13
    Join Date
    Jun 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Remove Max Characters Atrributes

    Wow it's been a while since this thread was given attention. I was searching for how to do this and figured it out. The answer to the question above is

    there are two lines to cancel out ( add // to the beginning of it)

    1 is

    PHP Code:
     $tmp_html '  <input disabled="disabled" type="text" . '" size="3" maxlength="3" value="' . $products_options_names->fields['products_options_length'] . '" /> ' . TEXT_MAXIMUM_CHARACTERS_ALLOWED . '<br />'; 
    the 2nd is

    PHP Code:
       $tmp_html '  <input disabled="disabled" type="text" name="remaining' TEXT_PREFIX $products_options_names->fields['products_options_id'] . '" size="3" maxlength="3" value="' $products_options_names->fields['products_options_length'] . '" /> ' TEXT_MAXIMUM_CHARACTERS_ALLOWED '<br />'

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Nickname Max characters
    By kiwi1066 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jun 2015, 10:32 PM
  2. Text box with Max Characters set - text disappears
    By breda in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 27 Jul 2010, 01:06 PM
  3. Change Max Characters in Manufacturers Sidebox
    By KismetDesign in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Nov 2009, 06:03 AM
  4. how to increase max characters for Products Model
    By keylesslocks in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Oct 2008, 05:55 PM
  5. Replies: 3
    Last Post: 21 May 2008, 05:56 PM

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