PDA

View Full Version : How to add a new Phrase Group?


vuiveclub
07-27-2007, 08:48 PM
Can someone help me?

Delphiprogrammi
07-27-2007, 09:36 PM
Can someone help me?


1) Insert a new record in the phrasetype table
2) alter table language to add it

so to make this all a bit clear let's say you have a product called "myproduct" then


INSERT INTO phrasetype VALUES('myproduct','myproduct phrases',3,'myproduct','');
ALTER TABLE language ADD phrasegroup_myproduct MEDIUMTEXT NOT NULL;


now you will see "my product phrases" in the prhrases manager dropdown