8
Hi
I think that I saw where to change width of Subject tittle in AMS 2.51:
- AMS/admin/index.php, line 292
$sform->addElement(new XoopsFormText(_AMS_AM_TOPICNAME . ' ' . _AMS_AM_MAX40CHAR, 'topic_title', 40, 50, $topic_title), true);
1- Change value 50 by the value you want example 200
2- Go to your data base and edit table topic_title from varchar(50)to varchar(200)
Thanks