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
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.