Using the Advanced Editor
There are two versions of the editor (advanced/basic) that can be used to create posts in Graffiti CMS.
Using a text editor (like notepad) find the file /graffiti-admin/posts/write/default.aspx and find the element called <GlowEditor:Editor and change the attribute toolbarset from simple to “Default”.

4/7/2008

Likewise, if you use the Extended Body link to make edits to your post and want the Advanced Editor, you make the same change mentioned here but in the section shown below.
<div id="extended_body">
<h2>Extended Body:</h2>
<GlowEditor:Editor ID ="txtContent_extend" ToolbarSet="Default" runat="Server" Width= "100%" Height="300px" TabIndex="5" />
</div>