1
oryxvet
A xoops module generator to test
  • 2005/12/23 15:37

  • oryxvet

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


Hi,

I'm looking for people who want to test this new beta version of a XOOPS generator
I'll reached a final status and then will submitted to the XOOPS repository.

Here is the dowload url :

http://www.oryxvet.com/dev/upload/oryxgen_0.1.rar

Happy Chrismas

2
oryxvet
Re: A xoops module generator to test
  • 2006/1/6 17:14

  • oryxvet

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


That does not seem interest anybody.
No return here

Here is a new version of the module :

www.oryxvet.com/dev/upload/oryxgen 0.4.rar

Next version with a permission group managment.

3
barryc
Re: A xoops module generator to test
  • 2006/1/6 17:40

  • barryc

  • Just can't stay away

  • Posts: 480

  • Since: 2004/3/20


I think it's a cool idea, but I'm not in a position where I can offer to test it. Thanks for working on it and for letting us know.

Barry
Barry Cooper
Sweet Home, Oregon

4
davidl2
Re: A xoops module generator to test
  • 2006/1/6 17:40

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


Excellent work - i'll have a look at this when I get home!

(I think the url may be wrong on the second version?)

5
Feneex
Re: A xoops module generator to test
  • 2006/1/6 18:58

  • Feneex

  • Just popping in

  • Posts: 98

  • Since: 2004/12/25


Quote:

oryxvet wrote:
Hi,

I'm looking for people who want to test this new beta version of a XOOPS generator
I'll reached a final status and then will submitted to the XOOPS repository.

Here is the dowload url :

http://www.oryxvet.com/dev/upload/oryxgen_0.1.rar

Happy Chrismas



ok, what can do this module? any "marketing" material?
________________________________________
Naslenas.com - how personal blog is born... sorry, but Drupal :/
Some free Xoops themes to download

6
oryxvet
Re: A xoops module generator to test
  • 2006/1/12 17:37

  • oryxvet

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


Quote:
ok, what can do this module? any "marketing" material?

Oryxgen is a module generator based on database tables structure. It settles like any other module and is used in the user part of xoop. It is accessible only for an administrator profile.
You can generate any "marketing" module as you can.
The Oryxgen module is generated by itself. It is thus an example of ergonomics and possibilities offered by a generated module.

Oryxgen is distribuate with GNU GPL licence.

Quote:
(I think the url may be wrong on the second version?)

Sorry for the brocken link
Here is the last version 0.5
http://www.oryxvet.com/dev/upload/oryxgen_0.5.rar

Quote:
I think it's a cool idea, but I'm not in a position where I can offer to test it. Thanks for working on it and for letting us know.


I spent some time (approximately an hour) using oryxgen to develop a module of block management starting from the 3 existing XOOPS tables
- modules
- newblocks
- block_module_link

This module built with oryxgen 5.0 in less than one hour is an real alternative to the XOOPS administration menu for managed the block and the groups.

You can download directly oryxblock herehttp://www.oryxvet.com/dev/upload/oryxblock_0.1.rar
Install it to see the result of the generated module

Or you can you can install oryxgen then import oryxblock data with the "Load oryxblock" block and generate yourself the oryxblock module. Select the "oryxblock" module then to launch the following actions
- generate structure
- generate language
- generate xoopsversion
- generateblock
- generate program

Now to finish your development of module your must personalize the generated language file and your must also code the side.inc.php file to introduice the 5 "block positions" values
$side_values = array (
'1'                 => SIDE_1// right
'2'                 => SIDE_2// left ...
'3'                 => SIDE_3,
'4'                 => SIDE_4,
'5'                 => SIDE_5
);


I would be grateful to have a return.

Regards

7
Mamba
Re: A xoops module generator to test
  • 2006/1/12 20:36

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Did you look at the extoolsG ?

Some interesting development too...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

8
Gizmhail
Re: A xoops module generator to test
  • 2006/1/21 10:39

  • Gizmhail

  • Just popping in

  • Posts: 15

  • Since: 2005/2/15


Thanks for this module !

I'd like to test it since I'm currently building a new module.

I'll tell you here the problems I encounter.

-------------
[Install]
First, I didn't managed to install it as it is in the archive.

Well, with a XOOPS 2.0.13.2, if I try to install it, I get this error :

You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ' at line 11

Unable to install oryxgen
Error(s):


After some tries, I edited the modules\oryxgen\sql\mysql.sql file and removed any occurance of

ENGINE=MyISAM DEFAULT CHARSET=utf8


Then, I've been able to go on.

I wonder what are the php/mysql/xoops version requirements of your module ? Maybe my MySql version (I think it is 3.23.58) is too old ?
-------------

But once I get past this, I've been able to generate a module, and what is produced is pretty interesting :)
I've not used every functionnality yet, but the result is what is was looking for, congratulations !

By the way, I'm currently going through the documentation, and it says that the additions in the XOOPS class directory are mandatory. I want to avoid this, so do you know which part of the generated code is dependant on those files, so that I know which part I'll have to edit ?

Again, thanks for this great module !

9
eroin
Re: A xoops module generator to test
  • 2006/1/22 12:20

  • eroin

  • Just popping in

  • Posts: 10

  • Since: 2005/1/26


IT's great, we hope your job.

10
oryxvet
Re: A xoops module generator to test
  • 2006/1/23 8:37

  • oryxvet

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


In his first version this module was refused in xoops.org modules repository for several reason. I'll submit again this module in the xoops.org modules repository once i would have introduced a permission developpement and people as you will have validated the module.
This permission development will have to manage the authorization on each classes and on each classes attributes. I need it to construct a real intranet module with 3 ou 4 groups like "supplier", "customer", "employee", "manager". Each group witch don't have the same autorisation in reading, writing, deleting in classe or attribute's classe....
This development will be finished in 5 or 6 weeks.

Login

Who's Online

126 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 126


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits