Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/15/2012 07:06:38 PM (13 years ago)
Author:
djpaul
Message:

On the new topic/edit topics templates in BP-Default, set a maxlength on the title input. This prevents titles being silently truncated when over 100 characters.
Fixes #4202

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum.php

    r5737 r6102  
    7474
    7575                <label><?php _e( 'Title:', 'buddypress' ); ?></label>
    76                 <input type="text" name="topic_title" id="topic_title" value="" />
     76                <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" />
    7777
    7878                <label><?php _e( 'Content:', 'buddypress' ); ?></label>
Note: See TracChangeset for help on using the changeset viewer.