Release Support => Release Discussion => Topic started by: kkostin on March 18, 2011, 08:08:57 AM
Title: %username% | @domain.tld
Post by: kkostin on March 18, 2011, 08:08:57 AM
Hello. I'm trying to make simple thing, add domain after the username field. I saw this thread http://www.roundcubeforum.net/5-release-support/14-release-discussion/3278-edit-login-screen.html and did the same. And it doesn't work.
In my rcube_template.php $input_user = new html_inputfield(array('name' => '_user', 'id' => 'rcmloginuser', 'size' => 10) + $attrib + $user_attrib); and $table->add(null, $input_user->show(get_input_value('_user', RCUBE_INPUT_GPC))."@domain.tld");