This a shorter post, and maybe more of just a Mango Blog plugin post.
So in part one I went of the tweaks that I made to help me for entering and editing blog posts. Now I will show you what I did to fixed the code formatting. Again I created a plugin, the plugin that I created using coldFish(coldfish.riaforge.org) to format the code in my blog entries. Here is my plugin xml.
Read more...
Well I have refreshed the theme on my blog. I wanted to switch to blogCFC because the tinyMCE was messing up my posts when I had code in a post. So I attempted to install blogCFC on the server where my site is hosted and I just could not get it to work. The problem that I had was with the SQL server scripts. I am on an older version on SQL server and it looks like the scripts were exported/written for SQL Server 2008, I did not want to change the scripts because if there was an update later for blogCFC, most likely I would not remember that I modified the SQL script. So I decided that I would figure out how to make Mango Blog work better for me starting with the tinyMCE and then on to the actual formatting of the rendered code.
Read more...