======Blog Integration====== =====Status ===== ====Feature Status==== Partial integration developed by a Allen Look. ====Documentation Status==== This documentation could use some polishing =====Description===== {{http://www.bitcarving.com/images/zzz_feng_blog.jpg}} I've integrated the SuperSimple blog into Feng Office, under a tab of its own. This is probably not a graceful thing to have done, but it looks quite attractive, and it makes it easy for a bunch of us to type and save announcements instead of me hacking HTML every time I want to say something to the team at large. The CMS (Content Management System) which is used to enter blog entries, is somewhat separate from the blog display for security reasons, so only the blog entries are shown on the tab, although it could be further modified I suppose to include the login and security part, which is NOT currently integrated in any way with Feng Office, it's just standing on its own. This blog software, available at supersimple.org, was full of bugs when I first downloaded it, but I believe all of that's fixed and it's fully customizable by using the CSS files included. There are no real bells or whistles with it otherwise, which is why I chose it in the first place. Apparently I can't post screenshots to the forum, but if there's any interest, I could zip up all the files and the MySQL database and post them here, then they could be downloaded and installed by others. This WILL require some PHP/HTML/MySQL knowledge on the installers part. Source: [[http://forums.fengoffice.com/index.php?topic=3809.msg14007#msg14007]] =====Instructions ===== Install instructions can be found in three forum posts [[http://forums.fengoffice.com/index.php?topic=3809.0|here]]. They have been transcribed exactly. ====Post 1==== The source code for SuperSimple is available at supersimple.org. I downloaded it from there but I had a lot of trouble with the code, some of which may have been related to my server config, I don't know, but I fixed all the bugs I found and I also made it possible to insert images in the blog postings that would be left-aligned, inline or right-aligned. I will attach a redacted copy of my new source code for SuperSimple to this posting as ssbs.zip. You should extract the ssbs folder into your website under your Feng Office directory, then open and read the readme.txt file. Pick a database name for SSBS and create that database using your favorite MySQL tool. Give it a username and password too. The readme.txt will instruct you on how to set up your SQL pointers to use these values. Run the setup.php file included with SSBS per the readme.txt. This is where all sorts of things went wrong for me, due to