Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
    1. MooTools Textarea Details »»

      MooTools Textarea

      Version: , by (Pligg Founder/Coder/Designer) Yankidank is offline
      Developer Last Online: May 2013 Show Printable Version Email this Page
      Pligg Version: Unknown Rating:  Installs: 0
      Released: 07-24-2009 Last Update: Never Downloads: 18
      Not Supported

      [vimeo]6387288[/vimeo]Description
      The UvumiTools Textarea Pligg module is built with the Mootools Javascript Framework. It features a fancy remaining countdown of how many characters are still available, which isn't really anything new, but it uses a nifty progress-style indicator instead of just a number. Having a visual indicator to represent how characters are remaining in the textarea makes it easier for web users to plan what they are going to write.

      This module will add the UvumiTools Textarea script to your story description textarea input and comment input fields. See the attached example images for demonstrations of what it might look like.



      Features

      • Cross-Browser Compatible: Tested in the major browsers: Firefox 2 & 3, Internet Explorer 6 & 7, Opera 9, Safari 3. All on Windows systems. We didn't get a chance to test on Mac or Linux. We only support real browsers -- No need to email us with IE4 or AOL issues.
      • Shows more than numbers: As you type, the progress bar gives you visual feedback of how many characters can still be typed. Visual cues are better understood by users, and subtle usability improvements can greatly increase a user's odds of returning to your site.
      • Cut extra characters: Once the character limit has been reached, any additional characters typed will be removed. This even works with pasted text. But do not fully rely on this feature. Any client javascript disabled (like bots) can send as much text as they want (at least through the comment form), so always double-check the input on the server side.
      • Character limit and counter can be disabled. You can set the character limit to 0 and the counter automatically disappears and there is no more limit. It just becomes an auto-growing textarea.
      • Allow tabs: If you hit the tab key on a normal textarea to insert an indent, the browser will focus the next input. It's the default behaviour. Our textarea intercepts the tab key event, and insert a regular tab instead. Then it will be your job when you render the text to make the tabs appear, but at least they can be typed in, to start with. You can disable this option if you are not interested in it, or if you do not want to upset users who are expecting the tab key to change focus to the next form element.
      • Expandable Textarea grows to avoid scrolling bars when users enter more text than the input element can display.
      • Applies to only Story Description and Comment textareas. Don't worry about it suddenly appearing on contact forms or additional story input fields.
      • Can contain text on initialization: If a textarea already contains some text when the script is called, the counter and height will be immediately adjusted to this content (and not only when you start typing, like most character-counting scripts out there).
      • Cutomizable with CSS: Most of the style for the new elements is not hard coded in the javascript. You can personalize it with the included CSS template.


      Requirements

      To use this plugin you'll need Mootools 1.2, but if you are already using another javascript framework like Prototype or JQuery, you may have to decide which one you want to keep because those frameworks were not designed to work together, and they ofen conflict with each other. And yes, you actually do need version 1.2 of Mootools. If you are already using a previous version of Mootools then the gallery will not work unless you upgrade. Sure, upgrading is a hassle, but trust us, it's worth it in the long run.

      Installation

      1. Download and extract the attached zip file.
      2. Upload and install the Mootools Javascript Library included with the attached zip file.
      3. Upload and install the Mootools Textarea module.
      4. That's it, you're done! You will now see the countdown below your story description textarea and comment input areas.

      Download Now


      Screenshots


      Show Your Support

      • If you like this download support the author by donating.
      • This download may not be copied, reproduced or published elsewhere without author's permission.
  1. #12
    Constant Pligger prorock's Avatar
    Joined
    Jun 2009
    Posts
    125
    Thanks
    Received:0
    Given: 0
    no man, how to make to this plugin to work not with Summary Content truncate, but with Maximum Story Length?

  2. #13
    New Pligger vigge_sWe's Avatar
    Joined
    Sep 2009
    Posts
    8
    Thanks
    Received:0
    Given: 0
    this + mootols digg-like share = doesn't work together

  3. #14
    Pligg Founder/Coder/Designer Yankidank's Avatar
    Joined
    Dec 2005
    Location
    San Francisco, CA
    Posts
    5,513
    Thanks
    Received:87
    Given: 14
    Site
    http://pligg.com/demo/
    Mootools Textarea uses a slightly customized version of Mootools 1.2.1, where the Mootools Plugin for Pligg that most other mootools plugins depend on uses 1.2.3. If you are able to figure out the differences in the textarea Mootools file and merge them then it should not break the Digg share module.
    The Facebook Module for Pligg CMS!
    Register, Login, and Submit Stories with Facebook. An absolute MUST HAVE for all Pligg sites!

  4. #15
    Senior Member mwwoj's Avatar
    Joined
    Nov 2008
    Posts
    144
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by Yankidank View Post
    Updated module to 0.2.
    Fix so that it now gets the correct max character numbers from your Pligg configuration panel.
    Added video demonstration.
    I am not sure it`s fixed

    I set max Maximum Story Length to 2000 and Maximum Summary Length to 300 but nothing changes. The story in cut after 200 characters.
    Please see printscreens

    How can I hard code?
    Attached Images Attached Images

  5. #16
    Casual Pligger sulong's Avatar
    Joined
    Dec 2008
    Location
    china
    Posts
    85
    Thanks
    Received:1
    Given: 0
    Version
    1.2.0
    Site
    http://cndig.org
    Quote Originally Posted by Yankidank View Post
    Mootools Textarea uses a slightly customized version of Mootools 1.2.1, where the Mootools Plugin for Pligg that most other mootools plugins depend on uses 1.2.3. If you are able to figure out the differences in the textarea Mootools file and merge them then it should not break the Digg share module.
    I think it may be the value of calling the wrong question.

    1.Look !
    moo2.png

    2.Comment on the number of characters 1200 Can not be changed !
    Should be called the default value of Maximum Comment Length ! And can not be modified.:_l:


  6. #17
    Senior Member mwwoj's Avatar
    Joined
    Nov 2008
    Posts
    144
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by mwwoj View Post
    I am not sure it`s fixed

    I set max Maximum Story Length to 2000 and Maximum Summary Length to 300 but nothing changes. The story in cut after 200 characters.
    Please see printscreens

    How can I hard code?
    Self-nswering to myself:
    /Mootools_Textarea/modules/mootools_textarea/templates/mootools_textarea.tpl

    change
    {literal}

    <script type="text/javascript">

    new UvumiTextarea({

    selector:'textarea.bodytext',

    maxChar:{/literal}{php} echo $this->_vars['StorySummary_ContentTruncate']; {/php}{literal}

    });

    </script>

    {/literal}
    to

    {literal}

    <script type="text/javascript">

    new UvumiTextarea({

    selector:'textarea.bodytext',

    maxChar:1000
    });

    </script>

    {/literal}
    if you want 1000 characters :-)

  7. #18
    Casual Pligger sulong's Avatar
    Joined
    Dec 2008
    Location
    china
    Posts
    85
    Thanks
    Received:1
    Given: 0
    Version
    1.2.0
    Site
    http://cndig.org
    Wait for the next version to solve the problemkkiale:

  8. #19
    New Pligger shashank2009's Avatar
    Joined
    Oct 2009
    Posts
    13
    Thanks
    Received:0
    Given: 0
    Hi!
    before installing the "MooTools Textarea" vedio plus module worked well,But after installing it, vedio plus dosen't works because of the MooTools Textarea's jscript.
    I want to use both modules.
    pls help to solve the problem

  9. #20
    New Pligger Soullfly's Avatar
    Joined
    Jun 2010
    Posts
    2
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by sulong View Post
    Wait for the next version to solve the problemkkiale:
    1.0.3 Problem remains
    I set max Maximum Story Length to 2000 and Maximum Summary Length to 300 but nothing changes. The story in cut after 200 characters.
    Help me please!

  10. #21
    New Pligger Soullfly's Avatar
    Joined
    Jun 2010
    Posts
    2
    Thanks
    Received:0
    Given: 0
    Sos! Sos! Sos!

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. limit textarea
    By Alexander01 in forum Questions & Comments
    Replies: 0
    Last Post: 04-09-2011, 05:09 AM
  2. MooTools Login and Search Module
    By Yankidank in forum Free Modules
    Replies: 15
    Last Post: 02-19-2011, 07:05 AM
  3. MooTools Digg-like Share
    By Yankidank in forum Free Modules
    Replies: 25
    Last Post: 09-06-2010, 07:11 PM
  4. Adding Textarea with many Rows to Profile
    By Jonase in forum Questions & Comments
    Replies: 0
    Last Post: 01-20-2010, 09:21 AM
  5. Multilingual textarea
    By Unknown in forum Questions & Comments
    Replies: 0
    Last Post: 09-01-2007, 12:42 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
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg