Category Archives: Web development
Add an extra field to the Gallery module
The Gallery module for CMS Made Simple has two fields where you can enter a title and comment for any image. You can place these in your template using {$image->title} and {$image->comment}. Ideally, you should be able to add field … Continue reading
HTTP Front-end
HTTP Front-end is quite an old project of mine (started in 2005). It allows you to go behind the scenes, to see exactly what is happening in a HTTP transaction. By sending a customised HTTP request, you can see how … Continue reading
Additional Smarty variables for CMSMS CGBlog
I have released a plugin for CMS Made Simple, for use with with the CGBlog module. What does this do? CGBlog (1.3.2 at the time of writing) does not provide a lot of Smarty variables. This plugin provides a quick … Continue reading