<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Webessence CMS forum]]></title>
		<link>http://www.webessence.nl/forum/index.php</link>
		<description><![CDATA[The most recent topics at Webessence CMS forum.]]></description>
		<lastBuildDate>Sun, 12 Sep 2010 12:29:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Setting up a basic website after installation]]></title>
			<link>http://www.webessence.nl/forum/viewtopic.php?id=6&amp;action=new</link>
			<description><![CDATA[<p>In this example we create a website that makes use of the default theme and plugins that come with the installation. It consists of a homepage, contact form, weblog and a page with some subpages. The homepage should display the last posts from the weblog and a blogroll in the sidebar.</p><p><strong>Step 1: Add templates</strong></p><p>The installation comes with a default theme that consists of some templates.<br />&nbsp; &nbsp; Go to Templates &gt; New template, enter &quot;index.tpl.php&quot; and save it.<br />&nbsp; &nbsp; Add the &quot;content&quot; and &quot;slogan&quot; content areas. If you want to add content areas later on, go to Templates and choose the template you want to edit.<br />&nbsp; &nbsp; Add the &quot;page.tpl.php&quot; template. This template has also a &quot;content&quot; content area so add it too.<br />&nbsp; &nbsp; Add the &quot;contact.tpl.php&quot; and &quot;weblog.tpl.php&quot; templates. These templates don&#039;t have a content area.</p><p><strong>Step 2: Add a page and set it as the homepage</strong></p><p>&nbsp; &nbsp; Go to Pages &gt; New layered page.<br />&nbsp; &nbsp; Set menu name to &quot;Home&quot;, template to &quot;index.tpl.php&quot;, uncheck &quot;allow subpages&quot; and save it.<br />&nbsp; &nbsp; After saving it, you can edit the content by clicking on one of the content areas. When you&#039;re ready, click the save toolbarbutton.<br />&nbsp; &nbsp; Now you&#039;ve created the page, you should tell the CMS that this is the homepage of the website: go to Website and set the current homepage to this page.</p><p><strong>Step 3: Create a weblog and a blogroll collection</strong></p><p>To create the weblog and add one post to it:<br />&nbsp; &nbsp; Go to Collections &gt; New collection.<br />&nbsp; &nbsp; Set name to &quot;My weblog&quot; (or another name, this is just for internal use), check &quot;content&quot; and order the items by &quot;date descending&quot;. On the comments tabpage, check &quot;allow comments&quot;. Now save it.<br />&nbsp; &nbsp; To add a post to this weblog, go to Collections &gt; My weblog &gt; New item.<br />&nbsp; &nbsp; Enter a title and some content and save it.<br />To create the blogroll and add a link to it:<br />&nbsp; &nbsp; Go to collections &gt; New collection.<br />&nbsp; &nbsp; Set name to &quot;My blogroll&quot;, check &quot;external URL&quot; and order the item by &quot;title&quot; and save it.<br />&nbsp; &nbsp; To add a link to the blogroll, go to Collections &gt; My blogroll &gt; New item.<br />&nbsp; &nbsp; Enter a title and the URL and save it.</p><p><strong>Step 4: Add a page that owns the weblog</strong></p><p>We now have a weblog, but no page that can show it. So create a new page and associate it with the weblog:<br />&nbsp; &nbsp; Go to Pages &gt; New layered page.<br />&nbsp; &nbsp; Set menu name to &quot;Weblog&quot; (or another name), template to &quot;weblog.tpl.php&quot; and uncheck &quot;allow subpages&quot;. On the collections tabpage, make My weblog active for this page and enter 6 in &quot;items to show&quot;. Make sure you also set the weblog collection as the base collection of this page! Now save it.</p><p><strong>Step 5: The homepage should show the blogroll and also the last weblog posts</strong></p><p>&nbsp; &nbsp; Go to Pages and click the homepage.<br />&nbsp; &nbsp; Go to the collections tabpage. In the &quot;Collections that are active for this page&quot; group, check both collections (My weblog and My blogroll) and enter the number of items to show on the homepage. Do not set a base collection!</p><p><strong>Step 6: Install plugins and activate one for the homepage</strong></p><p>A default installation comes with some plugins.<br />&nbsp; &nbsp; Go to Plugins and check the plugins you want to install. For the sake of this example, check the contact, oembed, syntax_highlighter and quotes plugins.<br />&nbsp; &nbsp; The quotes plugin (a plugin that randomly shows quotes) has an interface where quotes can be added and deleted. To go to this interface, click on the name of the plugin.<br />&nbsp; &nbsp; To activate the quotes plugin for the homepage, go to Pages and click the homepage.<br />&nbsp; &nbsp; In the plugins tabpage, check the quotes plugin and save it.</p><p><strong>Step 7: Add a contact form</strong></p><p>The contact form makes use of the email address of the admin user, so make sure it is set (if not, go to Users, click the admin and set the email).<br />&nbsp; &nbsp; Go to Pages &gt; New layered page.<br />&nbsp; &nbsp; Set menu name to &quot;Contact&quot; (or another name), template to &quot;contact.tpl.php&quot; and uncheck &quot;allow subpages&quot;.<br />&nbsp; &nbsp; In de plugins tabpage, check the contact plugin and save it.</p><p><strong>Step 8: Add a page and some subpages</strong></p><p>&nbsp; &nbsp; Go to Pages &gt; New layered page.<br />&nbsp; &nbsp; Enter the menu name, set the template to &quot;page.tpl.php&quot;, save it. Now enter some content and save it.<br />&nbsp; &nbsp; To add a subpage, go to Pages and choose the page you just created. Now choose New subpage and fill te required fields.</p>]]></description>
			<author><![CDATA[dummy@example.com (michiel)]]></author>
			<pubDate>Sun, 12 Sep 2010 12:29:40 +0000</pubDate>
			<guid>http://www.webessence.nl/forum/viewtopic.php?id=6&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Quick install]]></title>
			<link>http://www.webessence.nl/forum/viewtopic.php?id=5&amp;action=new</link>
			<description><![CDATA[<p><strong>1.</strong> Download the latest package from <a href="http://www.webessence.nl/cms/">http://www.webessence.nl/cms/</a> and decompress it.<br /><strong>2.</strong> Upload it to the directory where you want to run your website.<br /><strong>3.</strong> Make sure PHP can write to the /webessence directory.<br /><strong>4.</strong> Run /webessence/admin/install.php and follow the instructions.<br /><strong>5.</strong> If you had to change the permissions of the /webessence directory, change them back.<br /><strong>6.</strong> Login at /webessence/admin/index.php</p><p><strong>Requirements</strong><br /><strong>1.</strong> PHP 5.<br /><strong>2.</strong> Apache with mod_rewrite.<br /><strong>3.</strong> A MySQL database.</p>]]></description>
			<author><![CDATA[dummy@example.com (michiel)]]></author>
			<pubDate>Sun, 12 Sep 2010 11:56:35 +0000</pubDate>
			<guid>http://www.webessence.nl/forum/viewtopic.php?id=5&amp;action=new</guid>
		</item>
	</channel>
</rss>

