3
Hi, Thank you, for that.
I have opend thr file here is the section that I want to change the words:
define('_US_ICQ','ICQ');
define('_US_AIM','AIM');
define('_US_YIM','YIM');
define('_US_MSNM','MSNM');
If I change the words [define('_US_AIM','Hotmail');] do I also have to change the first part the "_US_AIM" bit? and will this change the word on the database?
Also if I want to add a line:
eg:
define('_US_ICQ','ICQ');
define('_US_AIM','AIM');
define('_US_AIM','Hotmail'); example new line added
define('_US_YIM','YIM');
define('_US_MSNM','MSNM');
Will this also be added to the data base doing it this way.
Also how do I make the boxs bigger or allow more letters to be typed in the boxs.
eg: the AIM box ONLY allows 15 letters, how do I make this more?
DT