[RSS Feed/News] Custom warning title > 255 characters is silently truncated

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XML:

Code:
<xf:radiorow name="warning_definition_id" value="0"
    label="{{ phrase('warning_type') }}">

    <xf:foreach loop="$warnings" value="$warning">
       <xf:option value="{$warning.warning_definition_id}" class="js-FormFiller">{$warning.title}</xf:option>
    </xf:foreach>
    <xf:option value="0" class="js-FormFiller"
       label="{{ phrase('custom_warning:') }}">

       <xf:textbox name="custom_title" maxlength="{{ max_length($warning, 'title') }}" />
    </xf:option>...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom