\system\Content\Item.php
/**
* Build review form
*
* @return string
*/
public function reviewForm()
{
Например, после
$form->add( new \IPS\Helpers\Form\Rating( static::$formLangPrefix . 'rating_value', NULL, TRUE, array( 'max' => \IPS\Settings::i()->reviews_rating_out_of ) ) );
добавляете
if ( $this instanceof \IPS\cms\Records )
{
$form->add( new \IPS\Helpers\Form\Text( static::$formLangPrefix . 'something', NULL, TRUE ) );
}
Далее выше
/* Disable read/write separation */
можете использовать $values['content_record_form_something']
Только проверяйте, что в $values есть ключ content_record_form_something