Posts Tagged ‘frog cms’

Frog CMS: Creating a plugin

25 Jun 2009 in Web Development by Andrew Smith

When creating a plugin for any open source system it is always good to check if what you have in mind is already created and also a good starting point is to check out other plugins already made for the system. My first Frog CMS plugin came about while browsing the forum and seeing a discussion about tags. The original plugin was created by someone else but in its early stage I joined in the thread and improved on what was originally created.  In the end Tagger was the product of the that thread.

Tagger was necessary for the original “The Hub” that was built on Frog CMS, the articles that were created on there needed a way to organise them. Now lets get started with how to approach making plugins for Frog CMS.

Continue reading “Frog CMS: Creating a plugin”

Themr

16 Jun 2009 in frog cms by Andrew Smith

After seeing how useful Tagger has been for the Frog CMS community, I have decided to release a new plugin that will make it so easy to share layouts and snippets in Frog CMS. This plugin was made due to seeing users using Frog CMS asking about themes for Frog CMS and some were made but the installation took time to work out so I have decided to create a packager to make it easy for all to use.

Continue reading “Themr”

Frog CMS websites that inspire

2 Jun 2009 in Web Development by Andrew Smith

I have been searching the web for sites that are using Frog CMS to inspire others to start using it and just to show the power of this tiny but powerful CMS. This CMS does what it says on their website and even more since it is so easily extendible for any user who has intermediate knowledge of PHP.

Sam Bowler
Creative portfolio website showcasing the work of freelance web designer Sam Bowler.

Sam Bowler

Continue reading “Frog CMS websites that inspire”

Frog CMS plugins that make websites more effective

24 May 2009 in php by Andrew Smith

Tiny but very impressive, Frog CMS has been paving the way for small websites. The core features are impressive but with its easy to use plugin system and simple to use API you can extend this CMS to cover your needs for a medium sized website. In this series of articles I will explore some of the extended plugins which have made a good impression on the community and made a whole difference to many websites.

For this first article I will be taking a closer look at a plugin called Email Template . From the plugin author’s website you will find installation instructions which is clear and easy to follow. For my example I created my own form and customized it to fit the website it is on.

Continue reading “Frog CMS plugins that make websites more effective”

List subpages in Frog CMS

17 Dec 2008 in php by Andrew Smith

Depending on the kind of website you are making and the client’s requirements you may need to have a flexible navigation and layout structure that enables the client to get the maximum out of the website.

Here i will discuss how to show subpages and structure the site in a way that your client will get the maximum out of it. These are the fundamentals i used while creating The Hub.

Continue reading “List subpages in Frog CMS”

Tagger

18 Nov 2008 in frog cms by Andrew Smith

Frog CMS now has its own tag management system called Tagger, this is a great plugin for every user of Frog CMS who likes to use tags to organise there work on their website.

Now at version 1.0.0 and finally out if beta stages, it is indeed very stable.

Continue reading “Tagger”

Display tags in Frog CMS

11 Nov 2008 in php by Andrew Smith

Frog CMS is extremely extendible and you can do just about anything you want with it. After developing the Tagger plugin i was asked on the Frog CMS forum how to make the links at the bottom of each post clickable, so in a few minutes i explored this and came up with a quick trick.

Continue reading “Display tags in Frog CMS”