<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Tutorial: A home away from home, building a blogging site - Part 1 of 3</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 00:23:56 -0000</pubDate>

		<item>
			<title>MIHDev</title>
			<description><![CDATA[Hi Kort,<br />
<br />
As always your feedback is useful and taken on board and I will ensure I document my advanced blog topics for the next team discussions. <br />
<br />
My intent is not to reinvent the wheel or redesign the system in any way. It is purely to help users better understand it without potentitally damaging their sites News plugins. This is a simple way to offset RISK without breaking running sites.<br />
<br />
This tutorial is designed to be a helpful introduction to how scalabe CMS architectures work and how seemingly complex tasks can actually be simple to implement without a vast knowledge of code or development.<br />
<br />
My life revolves around helping others and remembering that sometimes people are just getting started and are not experienced developers and\or do not want to be developers. (<em>There is nothing wrong with either</em>). We all started somewhere and for me tutorials were a life-saver.<br />
<br />
Thank you for your feedback <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Sal, 09 Kas 2010 05:01:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6002&d=0#post26923]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[It's good to build such a tutorial so that future Cotonti users could have a step-by-step blog building guide. I just do not understand what is wrong with the news plugin and why it should be renamed. Cotonti has all (well, most) facilities required to build a blog out of the box. What is missing here is &quot;recent items by cat&quot; which is basically a plugin that can be easily developed and added to the downloads. Issue of Cotonti as a blogging platform is a long-lasting discussion, and some things (like tags support in the news plugin) are added occasionally to the core to make the blog-building task easier. There are still some features missing (like tags in list items), so rather than misleading users we should identify the key blog features and discuss ways to implement them in the core or plugins.]]></description>
			<pubDate>Sal, 09 Kas 2010 03:11:04 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6002&d=0#post26922]]></link>
		</item>
		<item>
			<title>MIHDev</title>
			<description><![CDATA[Hi Kort,<br />
<br />
That is a fair point, however the idea behind this set of tutorials is to take it to the next level and day by day build and eventually have a fully-fledged plugin for Blogs which the users can create and modify as well as choose how they want their blogs displayed from a set list of customisable templates.<br />
<br />
It also allows the users to customise the look and feel of their blogs rather than a specific-structured approach which news.cat templates give.<br />
<br />
This approach is more based around novice\new developer users who do not have many years of coding experience and would like to understand and learn how the plugin and skin architecture works in a simple way and also how easy it is to extend existing plugins, thus they gain knowledge of the internals rather than just the externals.]]></description>
			<pubDate>Sal, 09 Kas 2010 01:27:34 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6002&d=0#post26921]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[<strong>CCCDev</strong> I think before posting this you have to review the news plugin capabilities.]]></description>
			<pubDate>Pzt, 08 Kas 2010 23:28:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6002&d=0#post26920]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[<img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /> this I will follow...]]></description>
			<pubDate>Pzt, 08 Kas 2010 23:20:33 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6002&d=0#post26918]]></link>
		</item>
		<item>
			<title>MIHDev</title>
			<description><![CDATA[Do you have a requirement like I did where I wanted the homepage to be kept separate from lets say my blogs page?.<br />
<br />
This article is my first in a line of several how-to's and will show you how with <strong>NO CODING EXPERIENCE</strong> you can make a blogs section and associated plugins a working reality. Over the next 3 days I will show you how to create a simple, effective and robust blogging solution using the power of Cotonti's scalable architecture.<br />
<br />
<span style="text-decoration:underline"><strong>Experience Level</strong></span><br />
<strong>Beginner</strong> - <em>No coding experience necessary</em><br />
<br />
<span style="text-decoration:underline"><strong>Demo</strong></span><br />
<a href="http://www.mihsoft.com/list.php?c=blogs" rel="nofollow">Click here to view</a><br />
<br />
<span style="text-decoration:underline"><strong>Features</strong></span><br />
<ul><li>Home-page style design.</li>
<li>Blogs listing.</li>
<li>Recent blogs</li></ul>
<span style="text-decoration:underline"><strong>Step 1: </strong><em>The Groundwork</em></span><br />
<br />
The Blogs framework is based on the News and RecentItems plugins. (<em>Copyright its respective authors</em>).<br />
<ul><li>Open your Plugins/ folder and copy the News and RecentItems plugins.</li>
<li>Paste the two copied folders into a new folder called BlogsFramework and rename them to Blogs and RecentBlogs respectively.</li>
<li>Open each item in each folder and rename them accordingly. <em>EG: news.php becomes blogs.php</em></ul>
<span style="text-decoration:underline"><strong>Step 2: </strong><em>Initial setup</em></span><br />
<ul><li>Rename the <strong>blogs</strong>.php file to <strong>blogs.list</strong>.php</li>
<br />
<li>Open the file in your favourite editor and find this section</li>
<div class="highlight"><pre class="php">/* ====================
&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=news
Part=homepage
File=news
Hooks=index.tags
Tags=index.tpl:{INDEX_NEWS}
Order=10
&#091;END_SED_EXTPLUGIN&#093;
==================== */</pre></div>
<br />
<strong>Replace it with</strong><br />
<br />
<div class="highlight"><pre class="php">/* ====================
&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=blogs
Part=lists
File=blogs.list
Hooks=list.tags
Tags=list.blogs.tpl:{LIST_BLOGS}
Order=10
&#091;END_SED_EXTPLUGIN&#093;
==================== */</pre></div>
<br />
<li>Bring up a find/replace window (usually <em>CTRL + R</em>) and replace all occurences of the word 'news' with 'blogs' and all occurences of the word 'INDEX_' with the word 'LIST_'</li>
<li>Save the file</li>
<br />
<li>Open the <strong>blogs.setup</strong>.php file in your favourite editor and find this section</li>
<div class="highlight"><pre class="php">/* ====================
&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=news
Name=News</pre></div>
<br />
<strong>Replace it with</strong><br />
<br />
<div class="highlight"><pre class="php">/* ====================
&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=blogs
Name=Blogs</pre></div>
<br />
<li>Save the file</li></ul>
<span style="text-decoration:underline"><strong>Step 3: </strong><em>Coming Soon.</em></span></li>]]></description>
			<pubDate>Pzt, 08 Kas 2010 18:32:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6002&d=0#post26910]]></link>
		</item>
	</channel>
</rss>