Archive for the 'Install & admin notes' Category

Setting up a blog in CMSMS

I’ve recently started using CMS Made Simple as a content management system. They focus on simplicity but still offer a blogging engine, which I wanted to try out. Well, in other CMSs you can just go to mysite.com/blog and see it, not here. So here are the steps to being able to access your blog in CMS made simple:

  1. Make sure it’s installed (it was by default for me) - if not, check the modules section and install.
  2. Create a post:
    1. Go to content -> Blogs made simple
    2. Create a new category (e.g. “general”)
    3. There will be a new tab called “entries” - go there and create a new entry. Write whatever you’d like.
    4. In blog-> settings, set the CMS alias for blog-rootpage to something meaningful, like “blog”
  3. Attach a stylesheet to the blog module: this allows CMSMS to know how to display the blog.
    1. Go to layout->stylesheets
    2. Click on the yellow CSS icon for the “Modules: Blogs made simple” line
    3. Select a stylesheet to attach and submit (this should be the one corresponding to the page where you’ll show your blog, most likely similar to the rest of your website)
  4. Create a page
    1. Go to Content->pages
    2. Create a new page and make sure it’s alias is the same as the one you set in the blog settings page, i.e. something like “blog” (you can set the alias in the “options” tab)
    3. Paste in the content the following tag:

{cms_module module=’Blogs’ }

The tag can also include parameters too.

Now you can go to mysite.com/blog and see the blog posts!

Permalinks on WordPress and GoDaddy

Well I guess it has to start with this blog… even though the pretty permalinks work on one of my other wordpress installs on this server (delphine-masse.com/nausicaa), they have not worked on the last two installs I’ve done (delphine-masse.com/SE, and this blog).

CodeRazor, as well as clueyblog say it might be some server caching problem (i.e. it works after a while), and other posts are conflicting. I’ll wait for a bit to see if this fixes itself.

– update: Maybe half an hour later, it works! Took a little longer than the other bloggers mentioned.