Quote:
Originally Posted by vuiveclub
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
[SQL]
INSERT INTO phrasetype VALUES('myproduct','myproduct phrases',3,'myproduct','');
ALTER TABLE language ADD phrasegroup_myproduct MEDIUMTEXT NOT NULL;
[/SQL]
now you will see "my product phrases" in the prhrases manager dropdown