Search found 17 matches
- Thu Mar 14, 2013 2:36 pm
- Forum: Developers Discussion
- Topic: [SOLVED] How to return application/json from module
- Replies: 3
- Views: 4904
Re: How to return application/json from module
With regard to calguy's comments: The showtemplate => false is taken care of within the routing / mapping process as described here : http://www.cmsms.dabnis.com/module-based-functionality.html and the headers issue is partly resolved here http://www.cmsms.dabnis.com/controller-base.html via the res...
- Thu Mar 14, 2013 12:59 pm
- Forum: Developers Discussion
- Topic: How-to use soap?
- Replies: 2
- Views: 2919
Re: How-to use soap?
This may be of interest to you:
http://forum.cmsmadesimple.org/viewtopi ... =6&t=65653
Any input / comments welcome.
Jonathan
http://forum.cmsmadesimple.org/viewtopi ... =6&t=65653
Any input / comments welcome.
Jonathan
- Thu Mar 14, 2013 12:55 pm
- Forum: Developers Discussion
- Topic: [SOLVED] How to return application/json from module
- Replies: 3
- Views: 4904
Re: How to return application/json from module
I am working on a module at present RESTServer that I am developing for use with the backbone.js MVC framework. See this post for details & links. http://forum.cmsmadesimple.org/viewtopic.php?f=6&t=65653 To help me get the functionality right for CMSMS I would appreciate any input you may ha...
- Thu Mar 14, 2013 12:47 pm
- Forum: Developers Discussion
- Topic: My First Module : A RESTFUL Server module for CMSMS
- Replies: 0
- Views: 2361
My First Module : A RESTFUL Server module for CMSMS
A REST Server for CMSMS After having spent many years tinkering with CMSMS I have finally reached a situation where I needed some CMSMS functionality that could not be provided by any existing module. Hence my 'first CMSMS module'. As such I ask that you be gentle with your criticisms! I have docume...
- Tue Nov 08, 2011 3:36 pm
- Forum: Modules/Add-Ons
- Topic: Module Development 1.9.x and 1.10 differences
- Replies: 2
- Views: 1136
Re: Module Development 1.9.x and 1.10 differences
Yes I had already read the above, but this does not solve my problem of why the basic HelloWorld demo within the CMSMS Dev Cookbook code just does not work and uses none of the global (now singleton) objects that are mentioned.
Thanks for the reply though.
Thanks for the reply though.
- Tue Nov 08, 2011 11:09 am
- Forum: Developers Discussion
- Topic: Source Code Cache suggestion
- Replies: 0
- Views: 1579
Source Code Cache suggestion
Hi All, Here is a suggestion for future core releases: While I often read that action files should be separated from the xxx.module.php file and that the xxx.module.php file should be kept small. I have found that within the realm of shared hosting and cmsms (where I assume most sites reside) the ab...
- Tue Nov 08, 2011 10:10 am
- Forum: Modules/Add-Ons
- Topic: Module Development 1.9.x and 1.10 differences
- Replies: 2
- Views: 1136
Module Development 1.9.x and 1.10 differences
Hi All, I have searched the forum, asked via #irc etc for an answer to this question, but without success. This is my situation: I recently bought the CMSMS Dev Cookbook and was working my way through the book when 1.10 was released. As it is common practice to design for the future I started to app...
- Tue Dec 08, 2009 9:07 pm
- Forum: CMS Show Off
- Topic: Gather while I eat some humble pie !!!!
- Replies: 1
- Views: 2323
Gather while I eat some humble pie !!!!
Hi All, some months ago I downloaded CMSMS to test, some may also remember that I slagged it off somewhat (only within certain areas). Well I'm to eat humble pie (and link my first CMSMS web site) so gather around. Having worked within various disciplnes of software engineering for over 30 years and...
- Thu Sep 03, 2009 10:41 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] PENDING version upgrade.CMS will not accept e-mail address for new user
- Replies: 4
- Views: 1438
Re: CMS will not accept e-mail address for new user
Thanks to all for responses. I will make this as [SOLVED] and await the nxt version release.
Thanks Again.
Jonathan
Thanks Again.
Jonathan
- Tue Sep 01, 2009 1:03 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] PENDING version upgrade.CMS will not accept e-mail address for new user
- Replies: 4
- Views: 1438
Re: CMS will not accept e-mail address for new user
UPDATE:
The create new user function will not accept any e-mail address from the domain: 'francisjames-artform.co.uk' I suspect that it's a regex issue within create new user validation process.
Any help/advice appreciated.
Thanks.
The create new user function will not accept any e-mail address from the domain: 'francisjames-artform.co.uk' I suspect that it's a regex issue within create new user validation process.
Any help/advice appreciated.
Thanks.
- Tue Sep 01, 2009 12:56 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] PENDING version upgrade.CMS will not accept e-mail address for new user
- Replies: 4
- Views: 1438
[SOLVED] PENDING version upgrade.CMS will not accept e-mail address for new user
Hi, I've just done a fresh install on a clients site and gone to the admin section to create the clients user account. The admin system keeps reporting that the e-mail entered: 'chris@francisjames-artform.co.uk' is not valid. Any other e-mail address for a different domain is accepted. CMSMailer has...
- Tue Sep 01, 2009 10:48 am
- Forum: Modules/Add-Ons
- Topic: Forum and Pretty URL's problem.
- Replies: 0
- Views: 841
Forum and Pretty URL's problem.
Hi All, I have the following problem: I have implemented the forum module within a site that I'm working on and it is (was working) fine up until I changed to Prety URL's via mod_rewrite. The issue: Before using pretty url's when clicking on a topic, all posts would be displayed within a new page. N...
- Tue Jun 30, 2009 8:52 pm
- Forum: Developers Discussion
- Topic: Code (X/HTML) compliance to w3c & accessibility
- Replies: 8
- Views: 3817
Re: Code (X/HTML) compliance to w3c & accessibility
Hi tyman00, Let me start by saying that I have never intentionally trashed anybodies work. As you will read; my points were directed towards 'general' module development & no one person or group of people. Anyway I'm not an argumentative type and as such describing my 'initial reservations' woul...
- Tue Jun 30, 2009 11:15 am
- Forum: Developers Discussion
- Topic: Code (X/HTML) compliance to w3c & accessibility
- Replies: 8
- Views: 3817
Re: Code (X/HTML) compliance to w3c & accessibility
Thanks for your comments reneh, As this cms system is build around php & smarty I ask that people read why smarty came into existence, why it was developed and what development need it filled. The answer: 'To separate website content from website presentation' taken from smarty website. My argum...
- Tue Jun 30, 2009 10:51 am
- Forum: Developers Discussion
- Topic: Code (X/HTML) compliance to w3c & accessibility
- Replies: 8
- Views: 3817
Re: Code (X/HTML) compliance to w3c & accessibility
Hi All, Reading the post from G I have been thinking of how I can contribute to the project. I will contribute code once I've covered my cms made simple learning curve. Money! I myself am disabled (confined to a wheelchair) but can use the PC just as well as others. However my only source of income ...