Search found 5 matches
- Mon Apr 27, 2009 5:14 pm
- Forum: Developers Discussion
- Topic: How should I handle the Community/GPL aspects for very client specific modules?
- Replies: 2
- Views: 1291
Re: How should I handle the Community/GPL aspects for very client specific modules?
That is what I have read into the GPL license as well.
- Sun Apr 26, 2009 9:46 am
- Forum: Developers Discussion
- Topic: How should I handle the Community/GPL aspects for very client specific modules?
- Replies: 2
- Views: 1291
How should I handle the Community/GPL aspects for very client specific modules?
Hi! I've written a module that handles a very specific case of having members companies that associates a number of member users. This is a integration with FEU where my modules create "member" information and lets FEU handle member users. The very specific nature of the module makes me re...
- Sun Apr 26, 2009 9:40 am
- Forum: Developers Discussion
- Topic: Post form data to a different page id?
- Replies: 6
- Views: 3150
Re: Post form data to a different page id?
I have found that CMSMadeSimple handles the posting to another page poorly and currently I don't have time to modify the core files so I decided to put it at the back of my mind. But there should really be some consideration in future version to handle direct module interactions to enable for examp...
- Wed Apr 22, 2009 6:37 pm
- Forum: Developers Discussion
- Topic: Post form data to a different page id?
- Replies: 6
- Views: 3150
Re: Post form data to a different page id?
I'm developing a new module that features a plugin mode that displays a list of options. These options represent categories. When submitted I want to display a list of items that match the options selected. Very simple (and part of a much more complex module handling members) but the thing is that t...
- Sun Apr 19, 2009 12:08 pm
- Forum: Developers Discussion
- Topic: Post form data to a different page id?
- Replies: 6
- Views: 3150
Post form data to a different page id?
HI! I am trying to post form data to a different page that the original page but am having some problems. I do use a form action where is set the returnid to another page (that exists) but as the $id doesn't match I don't get the expected result from the module on that page (it renders the default a...