| Re: Oryxgen 0.7 |
| by davidl2 on 2006/12/15 14:52:59 If not, PM myself and I'll speak to the relevent moderators for you. |
| Oryxgen 0.9 |
| by oryxvet on 2006/12/15 13:36:16 I submit it today. I will try to do it if i have the permission |
| Re: Oryxgen 0.7 |
| by davidl2 on 2006/12/15 13:18:47 Have you considered hosting it via dev.xoops.org ? |
| Oryxgen 0.9 |
| by oryxvet on 2006/12/15 12:41:14 Hi, Sorry for the brocken link but for several reason i lost the web site...Every link http://www.oryxvet.com are brocken. For interresting people you can dowload the last oryxgen verion here : http://www.orea-diff.net/oryxgen/oryxgen_0.9.zip Oryxvet ------- |
| Re: Oryxgen 0.7 |
| by oryxvet on 2006/10/10 11:14:59 The new version of this generator is avalable here oryxgen You can test the generator with this sample. This is a news modules with categories : 1/ create your database using the folowing sql code : ------------------------------------------------------ this because the table must be present in the base before generated code. CREATE TABLE `xn_new` ( `new_id` mediumint(8) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `date_published` datetime NOT NULL default '0000-00-00 00:00:00', `date_expired` datetime NOT NULL default '0000-00-00 00:00:00', `hometext` text NOT NULL, `bodytext` text NOT NULL, `counter` int(8) unsigned NOT NULL default '0', `categorie_id` smallint(4) unsigned NOT NULL default '1', `story_type` varchar(5) NOT NULL default '', `uid_creation` mediumint(8) NOT NULL default '0', `uid_update` mediumint(8) NOT NULL default '0', `date_creation` datetime NOT NULL default '0000-00-00 00:00:00', `date_last_update` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`new_id`) ); CREATE TABLE `xn_categorie` ( `categorie_id` smallint(4) unsigned NOT NULL auto_increment, `title` varchar(50) NOT NULL default '', `uid_creation` mediumint(8) NOT NULL default '0', `uid_update` mediumint(8) NOT NULL default '0', `date_creation` datetime NOT NULL default '0000-00-00 00:00:00', `date_last_update` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`categorie_id`) ); 2/ Place the file called oryxnews.xml in the oryxgen/install/myLanguage directory. -------------------------------------- Click on the oryxgen module, to see appearing the block of the module. Click on "OryxNews" in the block "Load oryxgen" to load the oryxnews data. Now you must have the oryxnews metadata load in oryxgen. 3/ Click on oryxgen module, select "oryxnews" by clicking on the "update" icons. Generate the structure, generate language, etc... 4/ Specilizes the languages files 5/ Before reinstalling your oryxnews module, you must delete yours 3 tables. Have a good time OryxVet |