Viewing 2 replies - 16 through 17 (of 17 total)
  • its unfortunate there’s not a “notification” option for responses on threads.. =)

    @jmunn I personally haven’t a way to limit “inline edits”. Logically, I would think that applying the same JavaScript to the inline edit form field would work. Of course you’ll need to change the id names.

    <textarea name="posttext" id="posttext" rows="4" style="padding:3px; width:438px;" onKeyDown="limitText(this.form.posttext,this.form.countdown,256);" onKeyUp="limitText(this.form.posttext,this.form.countdown,256);" /></textarea>

    @acousins – subscribe to the thread with an RSS/Feed reader ??

    https://www.ads-software.com/support/rss/topic/316769

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Limit Posts to 140 Characters’ is closed to new replies.