CMS Dreams
custom modules for DragonFly CMS

DragonFly Stuff

This site provides modules for webmasters using the DragonFly Content Management System. Various modules are available for download in the Download section . For any commercial modules I produce users will gain access to private support forums as well as lifetime upgrades as and when they become available.

Custom Stuff

If you have a specific need and a module doesn't exist to meet your need (either one of mine or in general) please get in touch and we can discuss developing a module to suit your purpose. I have many years experience developing modules for DragonFly and my standard modules are well respected in the DragonFly community.

For Hire

I am also available for hire at hourly rates to undertake any DragonFly related work such as installing / upgrading DragonFly based websites / modules. Please get in touch to discuss your requirements.


Login

Welcome Anonymous
Nickname
Password
Forums

Basic concepts
Last post by mark in Content Module on Jan 25, 2012 at 14:05:00

Announcing the Content Module
Last post by mark in Content Module on Jan 25, 2012 at 13:51:11

uninstall and reinstall error for common module
Last post by mark in Website Support on Nov 14, 2011 at 09:06:40

Common Module - error message class jquery not found
Last post by mark in Website Support on Oct 05, 2011 at 16:55:19

Common module - How do you use the Jquery UI theme support.
Last post by mark in Website Support on Oct 05, 2011 at 16:51:53

Implementing ajax into Dragonfly with the Common module
Last post by mark in General Discussion on Aug 02, 2011 at 18:10:51

mComp is moving
Last post by mark in mComp on May 21, 2010 at 13:34:52

mTeam still for sale ?
Last post by mark in mTeam on Apr 21, 2010 at 10:52:46

Movie Clip error
Last post by ITkaos in Free Modules on Mar 07, 2010 at 13:14:59

changing the default "team profile" to "team results"
Last post by decharre in mComp on Oct 08, 2009 at 18:51:56

Gallery




Content Tree

Advertising
Movie Player
Amy Winehouse -Back to Black
Puddle Of Mudd - Blurry
Ryuichi Sakamoto - Merry Christmas Mr. Lawrence
Puddle of Mudd - Control
Rihanna-Umbrella
Royksopp - Sparks
Nirvana - Smells like Teen Spirit
Fleetwood Mac - Go Your Own Way - 1977
Evanescence - Bring Me To Life
Amy Winehouse - Tears dry on their own
Japan - Ghosts
The Smiths - William
Macy Gray - I Try
Clannad  I Will Find You
Seven Summers - Youngblood
News

Common Module updated to v1.2.5


Posted by mark on 12/04/2012 14:59
Views : 103 | Comments : 0

The Common module has been updated to v1.2.5, with the following changes :-
  • Paths to files have changed so as to put everything in a single folder for easy identification (and deletion if so desired).
    - Class files are now in CORE_PATH.'cmsdreams/classes'
    - Javascript files are now in CORE_PATH.'cmsdreams/javascript'
    You will need to edit all lines that include files from the Common module to reflect the new paths.
  • Started adding abstraction layer functions to support possible future porting of modules to other CMS's, i.e instead of using DF's getlink() function Common uses it's own cms_link() function, which is currently just a wrapper for getlink().

I don't know of anyone besides myself who has used Common to build a module, but if YOU are one please note the point about file locations changing and the need to edit any references in your module to the old file locations.

This has been done in part to tidy things up (puts all my code in a single folder) but also because it may well help with future plans (if they ever come to fruition) to port my modules to other CMS's.

Common Module updated to v1.2.4


Posted by mark on 22/02/2012 09:46
Views : 217 | Comments : 0

The Common module has been updated to support / require the latest version of DragonFly, v9.3.

Because of the way the Common module hooks into DragonFly (replacing core files) it's completely dependent on the version of DragonFly it's being used with.

This version will only work with DragonFly v9.3. Earlier versions of the Common module will not work with DragonFly v9.3.

Website upgraded to DragonFly v9.3


Posted by mark on 21/02/2012 13:50
Views : 174 | Comments : 0

I've upgraded the website to the latest version of DragonFly, v9.3. Apparently this is the last version in the v9.x series before v10 appears (though when that may be no-one knows).

As this site uses my own common module / content system, and a custom theme, and as such is quite far removed from anything resembling a "default" DragonFly installation I was a bit nervous doing the update, however it was surprisingly painless and apart from a minor tweak to the common module it appears to have worked perfectly.

In the next few days I'll be updating my downloads and commercial modules to use DragonFly v9.3 as there is a rather fundamental, if simple, modification to the common module required for the new version.