Search found 7 matches
- Thu Jul 17, 2008 12:22 pm
- Forum: Developers Discussion
- Topic: Help Please! Big Problems with special characters (German umlauts)
- Replies: 2
- Views: 1530
Help Please! Big Problems with special characters (German umlauts)
Hi Folks, I experiance serious problems with german umlauts. Im using cmsms 1.2.5. Normally, when you use german umlauts and utf-8 charset there are no problems with displaying them even if you do not use the special html code. In my installation (not local) there are following problems,which i dont...
- Mon Jul 14, 2008 11:43 pm
- Forum: Developers Discussion
- Topic: Using cmsMadeSiple as a CMS for Flash - ideas
- Replies: 9
- Views: 7859
Re: Using cmsMadeSiple as a CMS for Flash - ideas
Hi, Interesting idea, i once had the opposite idea - building html pages in a flash based backend. What you might be interested in is flex. Flex is basically a framework for action script and it can interact with php(and much more). Currently my company is developing a flash/flex program which inter...
- Mon Jul 14, 2008 3:57 pm
- Forum: Modules/Add-Ons
- Topic: integrating net2ftp in cmsms?
- Replies: 3
- Views: 2360
Re: integrating net2ftp in cmsms?
Thx for the help, i wanted especially net2ftp, because it has some interesting features like file editing and synthax highlighting. However i will have to try to integrate it as a module, though this was what i was actually trying to avoid. But im still wondering how this admin folder is protected ...
- Mon Jul 14, 2008 11:31 am
- Forum: Modules/Add-Ons
- Topic: integrating net2ftp in cmsms?
- Replies: 3
- Views: 2360
integrating net2ftp in cmsms?
Hi, I found this php based ftp client called net2ftp and i would like to integrate it in cms made simple as a replacement for the file manager. I installed it under admin/ftp and its working fine. The problem is that the user has to enter the ftp username and password to connect to the ftp. I would ...
- Sun Jun 15, 2008 6:08 pm
- Forum: Developers Discussion
- Topic: drag&drop reorder list(pages) - add drga&drop delete functionality?
- Replies: 5
- Views: 2623
Re: drag&drop reorder list(pages) - add drga&drop delete functionality?
Im talking about the drag & drop "screen". Of course in normal mode, where is no drag & drop you can easily delete pages. But i want the user to see the drag & drop mode by default and use it for all actions without the need to switch back to normal mode if he wants to delete s...
- Sun Jun 15, 2008 10:29 am
- Forum: Developers Discussion
- Topic: drag&drop reorder list(pages) - add drga&drop delete functionality?
- Replies: 5
- Views: 2623
Re: drag&drop reorder list(pages) - add drga&drop delete functionality?
you simply have to click the link "reorder pages". Its located right to the link "add content" in content>pages. Then you get the pages as a list (which is actually a table) and you are able to reorder the pages by drag & drop. Its not obvious because it looks like a normal l...
- Thu Jun 12, 2008 1:57 pm
- Forum: Developers Discussion
- Topic: drag&drop reorder list(pages) - add drga&drop delete functionality?
- Replies: 5
- Views: 2623
drag&drop reorder list(pages) - add drga&drop delete functionality?
Hi, Recently i noticed the link "reorder pages" in cmsms´s admin>listcontent.php which enables you to reorder your content with drag & drop. Now i want to add delete functionality, for example a recycling bin where you can drop items from the content list to delete them. My idea is to ...