Author |
Message |
nicpon
Hangin' Around

Joined: Apr 07, 2007
Posts: 32
Location: Columbus,OH/Poland
|
Posted:
Mon Apr 09, 2007 8:55 am |
|
Hello,
I have general question about module development in RN. If I was going to implement few custom modules which I have running right now on nuke 7.9. How much do I need to change to get them working on RN 2.10? I know that I could go ahead and look at both to see the differences, but maybe some one can give some more insights on this? |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Mon Apr 09, 2007 8:57 am |
|
In general, they transfer right over. I wrote a couple modules under 7.9 and was surprised to see they worked straight away in RN2.10. |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
nicpon

|
Posted:
Mon Apr 09, 2007 9:04 am |
|
That was probably the quickest reply ever- thanks.
So, in general modules that are made for 7.9 like GCalendar and others should work without any problems too then? |
|
|
|
 |
Gremmie

|
Posted:
Mon Apr 09, 2007 9:50 am |
|
Well I did write and test GCalendar on both RN and 7.9, but nothing really had to be done to get it to work under both.
Most modules "should" work...there are always exceptions.  |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Tue Apr 10, 2007 6:51 am |
|
Yes, it is actually more of an issue taking a module that was written prior to 7.5 due to the changes in how module administration functions work. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
nicpon

|
Posted:
Tue Apr 10, 2007 10:46 am |
|
montego wrote: | Yes, it is actually more of an issue taking a module that was written prior to 7.5 due to the changes in how module administration functions work. |
Is there a guide or list of points to account for differently when developing module for RN? |
|
|
|
 |
Gremmie

|
Posted:
Tue Apr 10, 2007 10:53 am |
|
There isn't anything different about RN....it follows the same conventions in PHP-Nuke 7.6 and greater. |
|
|
|
 |
montego

|
Posted:
Wed Apr 11, 2007 6:11 am |
|
The only thing that I would suggest, if you are creating a new module, is to make sure it is valid XHTML 1.0 Transitional code. Use the Only registered users can see links on this board! Get registered or login! from the W3C to test this.
Certainly not a requirement (usually), but a suggestion.  |
|
|
|
 |
|