2
Hi,
Firs make a backup and do not experiment with a live site.
You will have to start with the database - change the "state" field in "xdir_links" and in "xdir_mod" to be longer than 2 chars. For new instalation you can change them in sql/mysql.sql file. For installed module you may use phpmyadmin.
Then you should edit some files - not shure about all of them, but for shure you will have to change this:
addElement(new XoopsFormText(_MD_BUSSTATE , 'state', 2, 2, $state));
in mxdirectory\modlink.php and in mxdirectory\admin\index.php
On the other hand if two symbols is OK, then probably you can edit only language files...