<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>Hotaru CMS Forums</title>
		<link>http://forums.hotarucms.org/</link>
		<description>Hotaru CMS is an open-ended, open-source PHP platform for building your own websites.</description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 09:33:57 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.hotarucms.org/images/misc/rss.png</url>
			<title>Hotaru CMS Forums</title>
			<link>http://forums.hotarucms.org/</link>
		</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/hotarucms" /><feedburner:info uri="hotarucms" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>hotarucms</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
			<title>Monitoring Site and Performance, NewRelic</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/tWThSr8r2ZI/showthread.php</link>
			<pubDate>Wed, 19 Jun 2013 07:59:03 GMT</pubDate>
			<description>Has anyone used this service before to try and find out where site performance issues can be discovered? 
http://newrelic.com</description>
			<content:encoded><![CDATA[<div>Has anyone used this service before to try and find out where site performance issues can be discovered?<br />
<a href="http://newrelic.com" target="_blank">http://newrelic.com</a></div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/tWThSr8r2ZI" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?5-Other">Other</category>
			<dc:creator>shibuya246</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2266-Monitoring-Site-and-Performance-NewRelic</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2266-Monitoring-Site-and-Performance-NewRelic</feedburner:origLink></item>
		<item>
			<title>Testing automation</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/MBXOpH0_jHw/showthread.php</link>
			<pubDate>Tue, 18 Jun 2013 15:10:33 GMT</pubDate>
			<description><![CDATA[For those of you who aren't familiar with automated testing tools, I am using one called Selenium (http://docs.seleniumhq.org/) which I find very...]]></description>
			<content:encoded><![CDATA[<div>For those of you who aren't familiar with automated testing tools, I am using one called <a href="http://docs.seleniumhq.org/" target="_blank">Selenium</a> which I find very useful. Amazingly, it works just as a plugin to Firefox and it allows you to record actions on a screen and then play them back. Think of it as a macro for web pages.<br />
<br />
For example, because the <a href="http://forums.hotarucms.org/showthread.php?2192-widget-php-errors&amp;p=13170&amp;viewfull=1#post13170" target="_blank">initial plugins should be installed in a certain order</a>, after doing a clean install, I run the attached test suite, which is made up of two test cases: one that sets the environment (so you can use it in different test environments just by setting one URL), and; 2) one that installs the plugins based on their a href link (I initially used xpath, but the order/location of the plugins in the table can change so that doesn't work so well). It then automatically installs all the plugins in the appropriate order. (If you'd like to use this, just edit the &quot;Set Environment (Generic).html&quot; document and change &quot;mywebsite&quot; to your website and &quot;/[subdirectories]&quot; to your subdirectories if Hotaru is installed somewhere other than root. You can also add additional plugins to the .html.)<br />
<br />
Granted, it saves only a minute or two and a few clicks. However, building up many test cases (and potentially even sharing them with each other) would likely help test existing functionality in new builds more quickly.<br />
<br />
<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1858&amp;d=1371578811"  title="Name:  Install Plugins (Generic).zip
Views: 1
Size:  1.8 KB">Install Plugins (Generic).zip</a></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.hotarucms.org/images/attach/zip.gif" alt="File Type: zip" />
	<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1858&amp;d=1371578811">Install Plugins (Generic).zip</a> 
(1.8 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
<img src="http://feeds.feedburner.com/~r/hotarucms/~4/MBXOpH0_jHw" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>valMETNG</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2264-Testing-automation</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2264-Testing-automation</feedburner:origLink></item>
		<item>
			<title>Plugin not getting languages</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/y7tuGQoHRuU/showthread.php</link>
			<pubDate>Tue, 18 Jun 2013 03:41:51 GMT</pubDate>
			<description>I have a plugin that I call global_functions. These are the contents: 
 
Code: 
--------- 
class Global_Functions 
{ 
 	/** 
	* Nothing is necessary...</description>
			<content:encoded><![CDATA[<div>I have a plugin that I call global_functions. These are the contents:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">class Global_Functions<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp;  /**<br />
&nbsp; &nbsp; &nbsp; &nbsp; * Nothing is necessary because it's all in GlobalFunctions.php<br />
&nbsp; &nbsp; &nbsp; &nbsp; */<br />
}</code><hr />
</div>(I'm making great progress... I know... I know...)<br />
<br />
Actually, the meat of global_functions is in the lib GlobalFunctions.php, which is just a bunch of functions I intend to use across multiple plugins. The plugin has a language file in the languages directory with just a few error messages. However, it appears the languages file isn't being pulled (because the error messages are just coming back as the name). I'm not calling this from the backend, so I know that's not the problem. I'm wondering - does there need to be anything in the global_functions.php file in order for the plugin installation to pick-up that there's a languages file?<br />
<br />
Oh... one more question please. I have an error message that, when you install a plugin, if the tables already exist in the database, you have to manually delete them before you can reinstall (so as to prevent deleting existing data by accident). I can post an error message that appears on the plugin installation page when the installation fails; however, I still also get the green message that the plugin installed successfully (when it didn't). Is there a variable I need to set to false to prevent the plugin from showing installed?</div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/y7tuGQoHRuU" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>valMETNG</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2262-Plugin-not-getting-languages</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2262-Plugin-not-getting-languages</feedburner:origLink></item>
		<item>
			<title>Easiest method to update old default hotaru to 1.5.2</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/XIUDf-r3KrI/showthread.php</link>
			<pubDate>Mon, 17 Jun 2013 15:45:21 GMT</pubDate>
			<description>Hi, just seen today that Hotaru is again active. I have a website with a database, which runs on old version of hotaru 1.4.2. the website is default,...</description>
			<content:encoded><![CDATA[<div>Hi, just seen today that Hotaru is again active. I have a website with a database, which runs on old version of hotaru 1.4.2. the website is default, all I need is just database actually and I will get the project moving again. Is it possible to somehow install a new version of hotaru and import the old database? Because when I try to update, I get stuck at step 1/3 :&gt; <br />
<i><br />
&quot;Step 1/3: Checking your existing setup<br />
You are currently running Hotaru CMS version<br />
To upgrade Hotaru to version 1.5.2-rc1, click 'Next'...<br />
The database does not exist or the connection settings are incorrect.<br />
Back Next &quot;</i><br />
<br />
The problem is that &quot;next&quot; button is not clickable.</div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/XIUDf-r3KrI" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>slepua</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2260-Easiest-method-to-update-old-default-hotaru-to-1-5-2</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2260-Easiest-method-to-update-old-default-hotaru-to-1-5-2</feedburner:origLink></item>
		<item>
			<title>How to load posts from one category on a page?</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/FSN0EWEBFjQ/showthread.php</link>
			<pubDate>Sun, 16 Jun 2013 19:10:35 GMT</pubDate>
			<description><![CDATA[I have created a new page called 'articles', something like this: 
 
$(h)->pageName = articles 
 
so I can navigate to ...]]></description>
			<content:encoded><![CDATA[<div>I have created a new page called 'articles', something like this:<br />
<br />
$(h)-&gt;pageName = articles<br />
<br />
so I can navigate to  <a href="http://www.myurl.com/index.php?page=articles" target="_blank">www.myurl.com/index.php?page=articles</a><br />
<br />
On this page I want to show everything in the articles category, how can i do this? An alternative would probably be to go straight to the articles category page, but I wondered if it is possible to do from a custom created page?<br />
<br />
The reason is because I want to use a different stylesheet for this page</div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/FSN0EWEBFjQ" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>Graeme</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2259-How-to-load-posts-from-one-category-on-a-page</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2259-How-to-load-posts-from-one-category-on-a-page</feedburner:origLink></item>
		<item>
			<title>Download Hotaru CMS 1.5.2</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/l45E8JtTcx0/showthread.php</link>
			<pubDate>Sun, 16 Jun 2013 06:44:25 GMT</pubDate>
			<description>v.1.5.2 now officially released 
http://forums.hotarucms.org/showthread.php?2257-Download-Hotaru-CMS-1-5-2</description>
			<content:encoded><![CDATA[<div>v.1.5.2 now officially released<br />
<a href="http://forums.hotarucms.org/showthread.php?2257-Download-Hotaru-CMS-1-5-2" target="_blank">http://forums.hotarucms.org/showthre...taru-CMS-1-5-2</a></div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/l45E8JtTcx0" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?2-News-and-Announcements">News and Announcements</category>
			<dc:creator>shibuya246</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2258-Download-Hotaru-CMS-1-5-2</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2258-Download-Hotaru-CMS-1-5-2</feedburner:origLink></item>
		<item>
			<title>Download Hotaru CMS 1.5.2</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/GRDHRrOFEII/showthread.php</link>
			<pubDate>Sun, 16 Jun 2013 06:43:38 GMT</pubDate>
			<description>Hotaru 1.5.2 is available for download. 
 
*Requirements* 
 
Hotaru CMS has been tested using PHP 5.2.5 ~ 5.4.2 and MySQL 5.0~ 
 
*Instructions* 
...</description>
			<content:encoded><![CDATA[<div>Hotaru 1.5.2 is available for download.<br />
<br />
<b>Requirements</b><br />
<br />
Hotaru CMS has been tested using PHP 5.2.5 ~ 5.4.2 and MySQL 5.0~<br />
<br />
<b>Instructions</b><br />
<br />
1. Download <b>hotaru-1-5-2-withplugins.zip</b> file attached to this post.<br />
3. Read <a href="http://docs.hotarucms.org/index.php/Installing_Hotaru_CMS" target="_blank">Installing Hotaru</a> or <a href="http://docs.hotarucms.org/index.php/Upgrading_Hotaru_CMS" target="_blank">Upgrading Hotaru</a>.<br />
4. Look through <a href="http://docs.hotarucms.org/index.php/Getting_Started" target="_blank">Getting Started with Hotaru CMS</a>.<br />
<br />
<b>If you are upgrading an important change to note</b><br />
copy your hotaru_settings.php file from the root into the new config folder and rename it to just settings.php<br />
You need to do this before you run the upgrade script<br />
<br />
<b>Plugins and Themes</b><br />
<br />
You can download additional plugins from the <a href="http://forums.hotarucms.org/forumdisplay.php?f=18" target="_blank">Plugin Downloads</a> forum and themes from the <a href="http://forums.hotarucms.org/forumdisplay.php?34-Theme-Downloads" target="_blank">Theme Downloads</a> forum.<br />
<br />
Edit:<br />
Comments plugin was updated after this release to v.2.7<br />
Please download and install separately<br />
<a href="http://forums.hotarucms.org/showthread.php?93-Comments-2-7" target="_blank">http://forums.hotarucms.org/showthre...3-Comments-2-7</a></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.hotarucms.org/images/attach/zip.gif" alt="File Type: zip" />
	<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1844&amp;d=1371434460">Hotaru-1-5-2-withplugins.zip</a> 
(1.70 MB)
</li>
			</ul>
		</fieldset>
	

	</div>
<img src="http://feeds.feedburner.com/~r/hotarucms/~4/GRDHRrOFEII" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?23-Download-Hotaru-CMS">Download Hotaru CMS</category>
			<dc:creator>shibuya246</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2257-Download-Hotaru-CMS-1-5-2</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2257-Download-Hotaru-CMS-1-5-2</feedburner:origLink></item>
		<item>
			<title><![CDATA[[Upgrading] SQL Script to Uninstall Plugins from the Database?]]></title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/6aabITzpb2o/showthread.php</link>
			<pubDate>Sat, 15 Jun 2013 05:26:36 GMT</pubDate>
			<description><![CDATA[Whenever there's a new version of HotaruCMS I create a subfolder, upload the files of the new version and then go about testing an *upgrade* on a...]]></description>
			<content:encoded><![CDATA[<div>Whenever there's a new version of HotaruCMS I create a subfolder, upload the files of the new version and then go about testing an <b>upgrade</b> on a cloned database of my 'live' site.<br />
<br />
Now, I want to 'go for'/test an upgrade and <i>not </i>a new installation. As is mentioned in the steps of upgrading a site, the first step is to uninstall all plugins and then proceed. How do I go about testing an upgrade of an existing site without copying the files of the old version, overwrite them with the new one and then go about upgrading the site.<br />
<br />
<b>To keep it short: </b>Too scared to test a new version on my 'live' site. I have files of the latest HotaruCMS version while the database is that of an old version <i>BUT</i> I'm not in a position to uninstall the plugins. How do I uninstall plugins from an existing HotaruCMS database?</div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/6aabITzpb2o" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?41-Installation-and-Upgrading">Installation and Upgrading</category>
			<dc:creator>nothingman</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2255-Upgrading-SQL-Script-to-Uninstall-Plugins-from-the-Database</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2255-Upgrading-SQL-Script-to-Uninstall-Plugins-from-the-Database</feedburner:origLink></item>
		<item>
			<title>Making the most of the CKEditor Plugin using the oEmbed CKEditor plugin</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/pm98ixesLf0/showthread.php</link>
			<pubDate>Fri, 14 Jun 2013 12:03:19 GMT</pubDate>
			<description>*What you will be able to do after following this tutorial* 
1. Post/Embed content on your HotaruCMS web site from over 140 Web sites! 
2. Configure...</description>
			<content:encoded><![CDATA[<div><b>What you will be able to do after following this tutorial</b><br />
1. Post/Embed content on your HotaruCMS web site from over 140 Web sites!<br />
2. Configure the CKEditor toolbar<br />
<br />
<b>What you must first do</b><br />
1. Follow the instruction of enabling the iframe HTML tag <a href="http://forums.hotarucms.org/showthread.php?2220-How-do-I-get-IFRAME-li-ol-and-ul-HTML-tags-to-work&amp;p=13388&amp;viewfull=1#post13388" target="_blank">here</a>.<br />
2. Follow seekyt's instructions of uploading images via CKEditor <a href="http://forums.hotarucms.org/showthread.php?1954-Hotaru-CMS-1-5-0-beta&amp;p=12177&amp;viewfull=1#post12177" target="_blank">here</a>.<br />
<br />
First off, the CKEditor javascript folder that comes along with the CKEditor Plugin is quite outdated. So first, <a href="http://ckeditor.com/download" target="_blank">download the latest version of CKEditor</a>  - I chose the one with 'Full' Features.<br />
<br />
1. Once you have downloaded CKEditor, upload all the files to the /content/plugins/ckeditor/javascript/ folder<br />
Tip: <br />
- Before uploading the CKEditor files, delete the languages you will not need from the lang folder located at /javascript/lang/<br />
- I like my toolbar to be simple. So, delete the plugins you will not need located at /javascript/plugins/. I believe the folder names are quite self-explanatory.<br />
<br />
2. Go to <a href="http://ckeditor.com/addon/oembed" target="_blank">http://ckeditor.com/addon/oembed</a> and download the oEmbed plugin.<br />
3. Upload the oembed folder to /content/plugins/ckeditor/javascript/plugins/<br />
4. Open config.js located at /content/plugins/ckeditor/javascript and paste the following lines of code.<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">/**<br />&nbsp;*&nbsp;@license&nbsp;Copyright&nbsp;(c)&nbsp;2003-2013,&nbsp;CKSource&nbsp;-&nbsp;Frederico&nbsp;Knabben.&nbsp;All&nbsp;rights&nbsp;reserved.<br />&nbsp;*&nbsp;For&nbsp;licensing,&nbsp;see&nbsp;LICENSE.html&nbsp;or&nbsp;http://ckeditor.com/license<br />&nbsp;*/<br /><br /></span><span style="color: #0000BB">CKEDITOR</span><span style="color: #007700">.</span><span style="color: #0000BB">editorConfig&nbsp;</span><span style="color: #007700">=&nbsp;function(&nbsp;</span><span style="color: #0000BB">config&nbsp;</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">toolbar&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'MyToolbar'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//for&nbsp;Oembed<br />&nbsp;&nbsp;&nbsp;&nbsp;//Enable&nbsp;the&nbsp;plugin&nbsp;by&nbsp;changing&nbsp;or&nbsp;adding&nbsp;the&nbsp;extraPlugins&nbsp;line&nbsp;in&nbsp;your&nbsp;configuration&nbsp;(config.js):<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">extraPlugins&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'oembed'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">oembed_maxWidth&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'560'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">oembed_maxHeight&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'315'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;Load&nbsp;the&nbsp;English&nbsp;interface.<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">language&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'en'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;In&nbsp;CKEditor&nbsp;4.1&nbsp;or&nbsp;higher&nbsp;you&nbsp;need&nbsp;to&nbsp;disable&nbsp;ACF&nbsp;(Advanced&nbsp;Content&nbsp;Filter)&nbsp;in&nbsp;the&nbsp;config.js&nbsp;file:<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">allowedContent&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">true</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">removePlugins&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'elementspath,save,font,preview,find,forms,iframe,liststyle,magicline,div,pagebreak,pastefromword,colordialog,a11yhelp,wsc,clipboard,scayt,print,templates'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">toolbar_MyToolbar&nbsp;</span><span style="color: #007700">=<br />&nbsp;&nbsp;&nbsp;&nbsp;&#91;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'document'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Source'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;{&nbsp;name:&nbsp;'clipboard',&nbsp;items&nbsp;:&nbsp;&#91;&nbsp;'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo'&nbsp;&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'basicstyles'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Bold'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Italic'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Strike'</span><span style="color: #007700">,</span><span style="color: #DD0000">'-'</span><span style="color: #007700">,</span><span style="color: #DD0000">'RemoveFormat'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'clipboard'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Undo'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Redo'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//{&nbsp;name:&nbsp;'editing',&nbsp;items&nbsp;:&nbsp;&#91;&nbsp;'Find','Replace','-','SelectAll','-','Scayt'&nbsp;&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//{&nbsp;name:&nbsp;'paragraph',&nbsp;items&nbsp;:&nbsp;&#91;&nbsp;'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote'&nbsp;&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'paragraph'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'NumberedList'</span><span style="color: #007700">,</span><span style="color: #DD0000">'BulletedList'</span><span style="color: #007700">,</span><span style="color: #DD0000">'-'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Blockquote'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//{&nbsp;name:&nbsp;'insert',&nbsp;items&nbsp;:&nbsp;&#91;&nbsp;'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'&nbsp;&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'insert'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Image'</span><span style="color: #007700">,</span><span style="color: #DD0000">'oembed'</span><span style="color: #007700">,</span><span style="color: #DD0000">'youtube'</span><span style="color: #007700">,</span><span style="color: #DD0000">'HorizontalRule'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Smiley'</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'links'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Link'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Unlink'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'tools'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Maximize'</span><span style="color: #007700">,</span><span style="color: #DD0000">'-'</span><span style="color: #007700">,</span><span style="color: #DD0000">'About'&nbsp;</span><span style="color: #007700">&#93;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&#93;;<br />};&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>An explanation of some of the code above.<br />
The following code loads ONLY the language of your choice. So, your CKEditor will load faster.<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;Load&nbsp;the&nbsp;English&nbsp;interface.<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">language&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'en'</span><span style="color: #007700">;&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>If you haven't deleted some of the plugins from the CKEditor plugin folder, the follow line of code disables the said plugins. Again, this makes CKEditor load faster.<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;In&nbsp;CKEditor&nbsp;4.1&nbsp;or&nbsp;higher&nbsp;you&nbsp;need&nbsp;to&nbsp;disable&nbsp;ACF&nbsp;(Advanced&nbsp;Content&nbsp;Filter)&nbsp;in&nbsp;the&nbsp;config.js&nbsp;file:<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">removePlugins&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">'elementspath,save,font,preview,find,forms,iframe,liststyle,magicline,div,pagebreak,pastefromword,colordialog,a11yhelp,wsc,clipboard,scayt,print,templates'</span><span style="color: #007700">;&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>The following lines of code define the way I want the toolbars to be arranged in my CKEditor.<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">config</span><span style="color: #007700">.</span><span style="color: #0000BB">toolbar_MyToolbar&nbsp;</span><span style="color: #007700">=<br />&nbsp;&nbsp;&nbsp;&nbsp;&#91;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'document'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Source'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;{&nbsp;name:&nbsp;'clipboard',&nbsp;items&nbsp;:&nbsp;&#91;&nbsp;'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo'&nbsp;&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'basicstyles'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Bold'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Italic'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Strike'</span><span style="color: #007700">,</span><span style="color: #DD0000">'-'</span><span style="color: #007700">,</span><span style="color: #DD0000">'RemoveFormat'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'clipboard'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Undo'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Redo'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//{&nbsp;name:&nbsp;'editing',&nbsp;items&nbsp;:&nbsp;&#91;&nbsp;'Find','Replace','-','SelectAll','-','Scayt'&nbsp;&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//{&nbsp;name:&nbsp;'paragraph',&nbsp;items&nbsp;:&nbsp;&#91;&nbsp;'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote'&nbsp;&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'paragraph'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'NumberedList'</span><span style="color: #007700">,</span><span style="color: #DD0000">'BulletedList'</span><span style="color: #007700">,</span><span style="color: #DD0000">'-'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Blockquote'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//{&nbsp;name:&nbsp;'insert',&nbsp;items&nbsp;:&nbsp;&#91;&nbsp;'Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'&nbsp;&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'insert'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Image'</span><span style="color: #007700">,</span><span style="color: #DD0000">'oembed'</span><span style="color: #007700">,</span><span style="color: #DD0000">'youtube'</span><span style="color: #007700">,</span><span style="color: #DD0000">'HorizontalRule'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Smiley'</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'links'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Link'</span><span style="color: #007700">,</span><span style="color: #DD0000">'Unlink'&nbsp;</span><span style="color: #007700">&#93;&nbsp;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;</span><span style="color: #0000BB">name</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'tools'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">items&nbsp;</span><span style="color: #007700">:&nbsp;&#91;&nbsp;</span><span style="color: #DD0000">'Maximize'</span><span style="color: #007700">,</span><span style="color: #DD0000">'-'</span><span style="color: #007700">,</span><span style="color: #DD0000">'About'&nbsp;</span><span style="color: #007700">&#93;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&#93;;&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>5. Save the file<br />
6. Open ckeditor.php located at /content/plugins/ckeditor/<br />
7. Look for <b>public function pre_close_body($h)</b> and paste the following i.e. replace the whole <b>pre_close_body</b> function with the following lines of code.<br />
Notice that <b>MyToolbar </b>is the toolbar that we had declared in the config.js file - we're just calling it.<br />
<div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">pre_close_body</span><span style="color: #007700">(</span><span style="color: #0000BB">$h</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//&nbsp;Exit&nbsp;if&nbsp;this&nbsp;page&nbsp;name&nbsp;does&nbsp;not&nbsp;contain&nbsp;'submit'&nbsp;and&nbsp;isn't&nbsp;edit_post<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">if&nbsp;((</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$h</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">pageName</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'submit'</span><span style="color: #007700">)&nbsp;===&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">)&nbsp;&amp;&amp;&nbsp;(</span><span style="color: #0000BB">$h</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">pageName&nbsp;</span><span style="color: #007700">!=&nbsp;</span><span style="color: #DD0000">'edit_post'</span><span style="color: #007700">))&nbsp;{return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"&lt;script&nbsp;type='text/javascript'&gt;&nbsp;window.onload&nbsp;=&nbsp;function()&nbsp;{CKEDITOR.replace(&nbsp;'post_content',{toolbar&nbsp;:&nbsp;'MyToolbar'});this.dataProcessor.writer.setRules(&nbsp;'br',{indent&nbsp;:&nbsp;false,breakBeforeOpen&nbsp;:&nbsp;true,breakAfterOpen&nbsp;:&nbsp;false,breakBeforeClose&nbsp;:&nbsp;false,breakAfterClose&nbsp;:&nbsp;true});&nbsp;};&lt;/script&gt;"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;
<br /></span><span style="color: #0000BB"></span>
</span>
</code></code><hr />
</div>8. Save the file<br />
<br />
<b>Further stuff:</b><br />
I've enabled uploading files using CKEditor as posted by seekyt. Follow the steps and you can allow users to upload images using CKEditor</div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/pm98ixesLf0" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?3-How-To-and-Troubleshooting">How-To and Troubleshooting</category>
			<dc:creator>nothingman</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2254-Making-the-most-of-the-CKEditor-Plugin-using-the-oEmbed-CKEditor-plugin</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2254-Making-the-most-of-the-CKEditor-Plugin-using-the-oEmbed-CKEditor-plugin</feedburner:origLink></item>
		<item>
			<title>Download Hotaru CMS 1.5.2 (RC1)</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/S2u4llcCaFc/showthread.php</link>
			<pubDate>Fri, 14 Jun 2013 11:19:34 GMT</pubDate>
			<description>RC1 for Hotaru CMS v.1.5.2 now ready for download 
http://forums.hotarucms.org/showthread.php?2252-Download-Hotaru-CMS-1-5-2-(RC1)</description>
			<content:encoded><![CDATA[<div>RC1 for Hotaru CMS v.1.5.2 now ready for download<br />
<a href="http://forums.hotarucms.org/showthread.php?2252-Download-Hotaru-CMS-1-5-2-(RC1)" target="_blank">http://forums.hotarucms.org/showthre...MS-1-5-2-(RC1)</a></div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/S2u4llcCaFc" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?2-News-and-Announcements">News and Announcements</category>
			<dc:creator>shibuya246</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2253-Download-Hotaru-CMS-1-5-2-(RC1)</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2253-Download-Hotaru-CMS-1-5-2-(RC1)</feedburner:origLink></item>
		<item>
			<title>Download Hotaru CMS 1.5.2 (RC1)</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/nSqpeMqkdWM/showthread.php</link>
			<pubDate>Fri, 14 Jun 2013 11:15:50 GMT</pubDate>
			<description>I have made a few changes to the package for RC1 on v.1.5.2 
There was a problem with adding new user manually through admin panel. This should be...</description>
			<content:encoded><![CDATA[<div>I have made a few changes to the package for RC1 on v.1.5.2<br />
There was a problem with adding new user manually through admin panel. This should be resolved<br />
<br />
I have also added a few indices to the database and tweaked a few queries to try and reduce the php/db load time<br />
This should particularly help when using widgets like latest comments and latest activity<br />
The pages for activity and comments should now also load faster<br />
<br />
I would like to get this update out and working with everyone as it is starting to feel like it is becoming a 1.6.0 release with the extra coding being done to improve db queries<br />
<br />
The goals for v.1.6.0 have not been set yet, but am currently looking at a few db improvements as well as a possible new library for autoloader of classes. There could be a tidy up of some javascript and should look again at the minify script<br />
<br />
The auto updater for plugins advanced one step and I could update my plugins using it, but I have not finished the FTP updater yet. This will be looked at again for v.1.6.0<br />
<br />
As we move to v.1.6.0 new versions will probably be split into zips for just the Hotaru CMS core for upgrades and a pack of Hotaru CMS core and starter core plugins for new users<br />
<br />
Note: There are database index updates in this v.1.5.2-rc1 release so make sure you run the install upgrade script<br />
<br />
v.1.5.2 now officially released<br />
<a href="http://forums.hotarucms.org/showthread.php?2257-Download-Hotaru-CMS-1-5-2" target="_blank">http://forums.hotarucms.org/showthre...taru-CMS-1-5-2</a></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.hotarucms.org/images/attach/zip.gif" alt="File Type: zip" />
	<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1834&amp;d=1371208515">Hotaru-1-5-2-rc1-withplugins.zip</a> 
(1.71 MB)
</li>
			</ul>
		</fieldset>
	

	</div>
<img src="http://feeds.feedburner.com/~r/hotarucms/~4/nSqpeMqkdWM" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?23-Download-Hotaru-CMS">Download Hotaru CMS</category>
			<dc:creator>shibuya246</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2252-Download-Hotaru-CMS-1-5-2-(RC1)</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2252-Download-Hotaru-CMS-1-5-2-(RC1)</feedburner:origLink></item>
		<item>
			<title><![CDATA[Russian Language Packs (&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; &#1087;&#1077;&#1088;&#1077;&#1074;&#1086;&#1076;) in Hotaru CMS]]></title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/hybAn_6T9dk/showthread.php</link>
			<pubDate>Thu, 13 Jun 2013 16:29:28 GMT</pubDate>
			<description><![CDATA[&#1042;&#1089;&#1077;&#1084; &#1087;&#1088;&#1080;&#1074;&#1077;&#1090;! &#1047;&#1072;&#1082;&#1086;&#1085;&#1095;&#1080;&#1083; &#1076;&#1086;&#1076;&#1077;&#1083;&#1099;&#1074;&#1072;&#1090;&#1100; &#1087;&#1077;&#1088;&#1077;&#1074;&#1086;&#1076; Hotaru CMS, &#1085;&#1072; &#1076;&#1072;&#1085;&#1085;&#1099;&#1081; &#1084;&#1086;&#1084;&#1077;&#1085;&#1090; &#1074;&#1077;&#1088;&#1089;&#1080;&#1080; 1.5.1. &#1087;&#1077;&#1088;&#1077;&#1074;&#1077;&#1076;&#1077;&#1085;&#1072; &#1072;&#1076;&#1084;&#1080;&#1085;&#1082;&#1072;, &#1090;&#1086;&#1095;&#1085;&#1077;&#1077; &#1073;&#1086;&#1083;&#1100;&#1096;&#1072;&#1103; &#1077;&#1077; &#1095;&#1072;&#1089;&#1090;&#1100;. &#1055;&#1077;&#1088;&#1077;&#1074;&#1086;&#1076;&#1080;&#1083; &#1089; &#1087;&#1086;&#1084;&#1086;&#1097;&#1100;&#1102;...]]></description>
			<content:encoded><![CDATA[<div>&#1042;&#1089;&#1077;&#1084; &#1087;&#1088;&#1080;&#1074;&#1077;&#1090;! &#1047;&#1072;&#1082;&#1086;&#1085;&#1095;&#1080;&#1083; &#1076;&#1086;&#1076;&#1077;&#1083;&#1099;&#1074;&#1072;&#1090;&#1100; &#1087;&#1077;&#1088;&#1077;&#1074;&#1086;&#1076; Hotaru CMS, &#1085;&#1072; &#1076;&#1072;&#1085;&#1085;&#1099;&#1081; &#1084;&#1086;&#1084;&#1077;&#1085;&#1090; &#1074;&#1077;&#1088;&#1089;&#1080;&#1080; 1.5.1. &#1087;&#1077;&#1088;&#1077;&#1074;&#1077;&#1076;&#1077;&#1085;&#1072; &#1072;&#1076;&#1084;&#1080;&#1085;&#1082;&#1072;, &#1090;&#1086;&#1095;&#1085;&#1077;&#1077; &#1073;&#1086;&#1083;&#1100;&#1096;&#1072;&#1103; &#1077;&#1077; &#1095;&#1072;&#1089;&#1090;&#1100;. &#1055;&#1077;&#1088;&#1077;&#1074;&#1086;&#1076;&#1080;&#1083; &#1089; &#1087;&#1086;&#1084;&#1086;&#1097;&#1100;&#1102; google translate, &#1087;&#1086;&#1101;&#1090;&#1086;&#1084;&#1091; &#1089;&#1084;&#1099;&#1089;&#1083;&#1086;&#1074;&#1072;&#1103; &#1085;&#1072;&#1075;&#1088;&#1091;&#1079;&#1082;&#1072; &#1082;&#1086;&#1077;-&#1075;&#1076;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1087;&#1086;&#1090;&#1077;&#1088;&#1103;&#1090;&#1100;&#1089;&#1103;, &#1085;&#1086; &#1087;&#1086;&#1089;&#1090;&#1072;&#1088;&#1072;&#1083;&#1089;&#1103; &#1087;&#1077;&#1088;&#1077;&#1074;&#1077;&#1089;&#1090;&#1080; &#1074;&#1089;&#1077; &#1086;&#1089;&#1084;&#1099;&#1089;&#1083;&#1077;&#1085;&#1085;&#1086;. &#1045;&#1089;&#1083;&#1080; &#1091;&#1074;&#1077;&#1076;&#1080;&#1090;&#1077; &#1086;&#1096;&#1080;&#1073;&#1082;&#1080; &#1080;&#1083;&#1080; &#1085;&#1077;&#1090;&#1086;&#1095;&#1085;&#1086;&#1089;&#1090;&#1080; &#1087;&#1080;&#1096;&#1080;&#1090;&#1077;, &#1080;&#1089;&#1087;&#1088;&#1072;&#1074;&#1083;&#1102;. &#1044;&#1072;&#1083;&#1077;&#1077;, &#1073;&#1091;&#1076;&#1091; &#1089;&#1090;&#1072;&#1088;&#1072;&#1090;&#1100;&#1089;&#1103; &#1087;&#1077;&#1088;&#1077;&#1074;&#1077;&#1089;&#1090;&#1080; &#1090;&#1072;&#1082;&#1078;&#1077; &#1080; &#1087;&#1083;&#1072;&#1075;&#1080;&#1085;&#1099;, &#1074;&#1099;&#1082;&#1083;&#1072;&#1076;&#1099;&#1074;&#1072;&#1090;&#1100; &#1073;&#1091;&#1076;&#1091; &#1079;&#1076;&#1077;&#1089;&#1100; &#1078;&#1077;.<br />
<br />
&#1057;&#1087;&#1086;&#1089;&#1086;&#1073; &#1088;&#1091;&#1089;&#1080;&#1092;&#1080;&#1082;&#1072;&#1094;&#1080;&#1080;: &#1086;&#1088;&#1080;&#1075;&#1080;&#1085;&#1072;&#1083;&#1100;&#1085;&#1099;&#1077; &#1092;&#1072;&#1081;&#1083;&#1099; &#1079;&#1072;&#1084;&#1077;&#1085;&#1103;&#1077;&#1090;&#1077; &#1092;&#1072;&#1081;&#1083;&#1072;&#1084;&#1080; &#1080;&#1079; &#1072;&#1088;&#1093;&#1080;&#1074;&#1072;.<br />
&#1055;&#1077;&#1088;&#1077;&#1074;&#1086;&#1076; &#1086;&#1089;&#1091;&#1097;&#1077;&#1089;&#1090;&#1074;&#1083;&#1103;&#1083;&#1080;:<br />
- Aldous <a href="http://&#1083;&#1080;&#1085;&#1091;&#1082;&#1089;&#1099;.&#1088;&#1092;" target="_blank">&#1083;&#1080;&#1085;&#1091;&#1082;&#1089;&#1099;.&#1088;&#1092;</a><br />
- Sv9t <a href="http://amoremo.ru" target="_blank">Amoremo</a><br />
<br />
Hello everyone! He graduated finish translating Hotaru CMS, currently version 1.5.1. translated admin panel, or rather most of it. Translated with google translate, so the semantic load in some places may get lost, but tried to translate all meaningful. If you away; errors or inaccuracies write, fix it. Next, I will try to translate well and plug-ins that will lay out here.<br />
<br />
The method of Russification: the original file is replaced with the archived files.<br />
<br />
<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1830&amp;d=1371141268"  title="Name:  Hotaru_1.5.1_Admin_Panel.zip
Views: 2
Size:  9.5 KB">Hotaru_1.5.1_Admin_Panel.zip</a></div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.hotarucms.org/images/attach/zip.gif" alt="File Type: zip" />
	<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1830&amp;d=1371141268">Hotaru_1.5.1_Admin_Panel.zip</a> 
(9.5 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
<img src="http://feeds.feedburner.com/~r/hotarucms/~4/hybAn_6T9dk" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?21-Language-Packs">Language Packs</category>
			<dc:creator>Sv9t</dc:creator>
			<guid isPermaLink="false"><![CDATA[http://forums.hotarucms.org/showthread.php?2251-Russian-Language-Packs-(&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;-&#1087;&#1077;&#1088;&#1077;&#1074;&#1086;&#1076;)-in-Hotaru-CMS]]></guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2251-Russian-Language-Packs-(&amp;#1056;&amp;#1091;&amp;#1089;&amp;#1089;&amp;#1082;&amp;#1080;&amp;#1081;-&amp;#1087;&amp;#1077;&amp;#1088;&amp;#1077;&amp;#1074;&amp;#1086;&amp;#1076;)-in-Hotaru-CMS</feedburner:origLink></item>
		<item>
			<title>Hotaru CMS 1.5.2 beta</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/ARJNjh1r2DY/showthread.php</link>
			<pubDate>Wed, 12 Jun 2013 07:43:21 GMT</pubDate>
			<description>A beta version of Hotaru CMS v.1.5.2 has been released and is available for immediate download...</description>
			<content:encoded><![CDATA[<div>A beta version of Hotaru CMS v.1.5.2 has been released and is available for immediate download<br />
<a href="http://forums.hotarucms.org/showthread.php?2249-Download-Hotaru-CMS-1-5-2-(Beta1)&amp;p=13554" target="_blank">http://forums.hotarucms.org/showthre...Beta1)&amp;p=13554</a></div>

<img src="http://feeds.feedburner.com/~r/hotarucms/~4/ARJNjh1r2DY" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?2-News-and-Announcements">News and Announcements</category>
			<dc:creator>shibuya246</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2250-Hotaru-CMS-1-5-2-beta</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2250-Hotaru-CMS-1-5-2-beta</feedburner:origLink></item>
		<item>
			<title>Download Hotaru CMS 1.5.2 (Beta1)</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/1B4dNXN7p0Y/showthread.php</link>
			<pubDate>Wed, 12 Jun 2013 07:41:28 GMT</pubDate>
			<description>Hotaru 1.5.2 beta is available for download. There have been a number of minor updates and extra admin features added here since the v.1.5.0 release....</description>
			<content:encoded><![CDATA[<div>Hotaru 1.5.2 beta is available for download. There have been a number of minor updates and extra admin features added here since the v.1.5.0 release. Most of these are tidy up features and not considered security related.<br />
<br />
This v.1.5.2 should be a good chance to update your site without having to consider major changes to your existing themes from v.1.5.0<br />
<br />
Requirements<br />
<br />
Hotaru CMS has been tested using PHP 5.2.5 ~ 5.4.2 and MySQL 5.0~<br />
<br />
Instructions<br />
<br />
1. Download hotaru-1-5-1-b1-withplugins.zip file attached to this post.<br />
3. Read Installing Hotaru or Upgrading Hotaru.<br />
4. Look through Getting Started with Hotaru CMS.<br />
<br />
Plugins and Themes<br />
<br />
You can download additional plugins from the Plugin Downloads forum and themes from the Theme Downloads forum.<br />
<br />
Some plugin version numbers may need to be updated still and the plugin search/updater feature in the admin section will work properly once the remote plugin server gets populated with the latest information.<br />
<br />
Points to Note<br />
Apart from a number of minor fixes in this release we have added drag and drop re-ordering of the plugin management dashboard as well as a separate menu item which lists the static pages in your /content/pages folder<br />
<br />
The install section has been updated again for newcomers to Hotaru CMS which is also one of the reasons for putting out this release<br />
<br />
This release is considered stable but is being put out as a beta version. If there are no major problems then it will be released as v.1.5.2 by the end of the week or early next week.<br />
<br />
If you are going to help by testing this version, it would be good to get your feedback here</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.hotarucms.org/images/attach/zip.gif" alt="File Type: zip" />
	<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1822&amp;d=1371048665">Hotaru-1-5-2-b1-withplugins.zip</a> 
(1.76 MB)
</li>
			</ul>
		</fieldset>
	

	</div>
<img src="http://feeds.feedburner.com/~r/hotarucms/~4/1B4dNXN7p0Y" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?23-Download-Hotaru-CMS">Download Hotaru CMS</category>
			<dc:creator>shibuya246</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2249-Download-Hotaru-CMS-1-5-2-(Beta1)</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2249-Download-Hotaru-CMS-1-5-2-(Beta1)</feedburner:origLink></item>
		<item>
			<title>Paypal 0.2</title>
			<link>http://feedproxy.google.com/~r/hotarucms/~3/bOj7ZpDOhQo/showthread.php</link>
			<pubDate>Tue, 11 Jun 2013 03:01:16 GMT</pubDate>
			<description>*Paypal* 
*Version:* 0.2 
Author: valMETNG 
Created on: 2013/06/10 
Last Updated: 2013/06/11 
Tested on: Hotaru 1.5.0~ 
Plugins Required: Messaging...</description>
			<content:encoded><![CDATA[<div><font size="5"><b>Paypal</b></font><br />
<b>Version:</b> 0.2<br />
Author: valMETNG<br />
Created on: 2013/06/10<br />
Last Updated: 2013/06/11<br />
Tested on: Hotaru 1.5.0~<br />
Plugins Required: Messaging<br />
Plug &amp; Play: Yes (but you'll likely want to modify it)<br />
Supported: I'll do my best :)<br />
<br />
<b>Description</b><br />
This plugin provides the ability to integrate Paypal transactions into your Hotaru site. The example used here is for purchasing an admin membership, but the core can be easily modified to any purchases/money transactions on your site. Anytime a purchase occurs and Paypal sends a notice, the plugin will also send a message (using the required <a href="http://forums.hotarucms.org/showthread.php?477-Messaging-0.7" target="_blank">messaging plugin</a>) to the admin and user letting them know of the purchase.<br />
<br />
<b>Instructions</b><br />
1. Upload the paypal folder to your plugins folder. <br />
2. Install it from Plugin Management in Admin.<br />
3. Access it from the Admin sidebar under Plugin Settings.<br />
4. Complete the Admin settings.<br />
5. Make sure to thoroughly test the IPN. Paypal can be very strange sometimes (search the web for &quot;paypal ipn issues&quot; or &quot;paypal sandbox issues&quot; to get a sense). I suggest using their <a href="https://developer.paypal.com/webapps/developer/applications/ipn_simulator" target="_blank">IPN simulator</a> more than constantly <a href="https://www.sandbox.paypal.com/us/cgi-bin/webscr?cmd=_display-ipns-history&amp;nav=0.3.5" target="_blank">resending IPNs</a> because resending IPNs often has a delay of 2-3 minutes. For testing, you can generate an initial purchase, grab the IPN data (at least what it's supposed to look like), and then enter that data on the IPN simulator page to do immediate re-sends. To grab the IPN data, click on the <a href="https://www.sandbox.paypal.com/us/cgi-bin/webscr?cmd=_display-ipns-history&amp;nav=0.3.5" target="_blank">relevant Message ID</a>. The IPN Message is the data you can use to populate the IPN simulator (along with your IPN handler URL). The transaction type is Web Accept. The most important field for testing is the invoice, which you will find by clicking on &quot;show all fields.&quot; The invoice number is what drives the processing in this plugin (the rest of the data is really for information purposes only and not relevant to testing).<br />
<br />
<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1812&amp;d=1370919328"  title="Name:  Purchase Membership.png
Views: 8
Size:  35.0 KB">Purchase Membership.png</a><br />
<br />
<b>Revision History</b><br />
v.0.2 2013/06/11 - valME - Removed old code<br />
v.0.1 2013/06/10 - valME - Released first version<br />
<br />
<i>Please click &quot;Rate Thread&quot; and give this plugin a rating. Thank you. </i></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.hotarucms.org/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1812&amp;d=1370919328" target="_blank">Purchase Membership.png</a> 
(35.0 KB)
</li>
			</ul>
			</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.hotarucms.org/images/attach/zip.gif" alt="File Type: zip" />
	<a href="http://forums.hotarucms.org/attachment.php?attachmentid=1815&amp;d=1370958999">paypal.zip</a> 
(14.9 KB)
</li>
			</ul>
		</fieldset>
	

	</div>
<img src="http://feeds.feedburner.com/~r/hotarucms/~4/bOj7ZpDOhQo" height="1" width="1"/>]]></content:encoded>
			<category domain="http://forums.hotarucms.org/forumdisplay.php?18-Plugin-Downloads">Plugin Downloads</category>
			<dc:creator>valMETNG</dc:creator>
			<guid isPermaLink="false">http://forums.hotarucms.org/showthread.php?2248-Paypal-0-2</guid>
		<feedburner:origLink>http://forums.hotarucms.org/showthread.php?2248-Paypal-0-2</feedburner:origLink></item>
	</channel>
</rss>
