One you have successfully installed the latest version of Graffiti CMS, your next task will be to modify the default theme, or create a new one. Continue reading “Creating a Theme for Graffiti CMS”
Category: Uncategorized
bookmark_borderUsing Graffiti CMS Macros
Generally speaking, macros are a short piece of code that help you to easily change the appearance and layout of your site. Continue reading “Using Graffiti CMS Macros”
bookmark_borderGraffiti CMS Chalk Extension for Beginners
Writing Chalk Extensions is very simple. As mentioned here, to extend the functionality of Graffiti CMS you simply need to add a reference to Graffiti.Core.dll, add the Chalk Attribute to the class that you will be extending and put the compiled .dll in the bin directory of your web directory. It is important to note that creating extensions implies that you are using Visual Studio or some other .net code compiling tool. A couple of other notes are: Continue reading “Graffiti CMS Chalk Extension for Beginners”
bookmark_borderUsing www for Your Graffiti CMS Domain Name
New installations of Graffiti CMS default to using just the domain name (http://graffiticmstips.com)
Continue reading “Using www for Your Graffiti CMS Domain Name”
bookmark_borderStoring Your Data in Graffiti CMS the Easy Way
Customizing the basic installation of Graffiti CMS will probably require the use of additional database fields. Using the Object Store is the easiest way to acomplish this task. To make use of the object store, follow the instructions in this tip: Continue reading “Storing Your Data in Graffiti CMS the Easy Way”