Closed (works as designed)
Project:
MaxLength
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 19:54 UTC
Updated:
26 Aug 2021 at 19:44 UTC
Jump to comment: Most recent
Comments
Comment #1
Coupon Code Swap commentedOkay. I think I figured out how to disable the truncating of content. Another benefit to this hack is that Maxlength won't truncate existing content that exceeds the limit, so adjustments can be made rather than losing the truncated content after opening node to edit. It would be nice if this could be added as an option, but for now this is working. For anyone who is interested, here's what I did:
First I adjusted the JavaScript so countdown goes into negative rather than stopping at zero as mentioned here:
http://drupal.org/node/540780
/modules/maxlength/maxlength.js
Then I commented out the following:
/modules/maxlength/maxlength.module
Comment #2
Gabriel R. commentedTruncating only the display sounds like the appropriate behavior.
Comment #3
Gabriel R. commented.
Comment #4
cedeweyThe Drupal 6 version of Maxlength is no longer supported so I'm marking this Closed (works as designed).
I also encourage you, if you haven't already, to upgrade your site to Drupal 8/9. We are actively maintaining that version and you would enjoy all of the other features of the latest version of Drupal.