<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Enano support forums]]></title>
		<link>http://forum.enanocms.org/</link>
		<description><![CDATA[The most recent topics at Enano support forums.]]></description>
		<lastBuildDate>Sat, 28 Aug 2010 13:13:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[salon and spa directory in canada]]></title>
			<link>http://forum.enanocms.org/topic/52/new/posts/</link>
			<description><![CDATA[<p>Hello All!</p><p>I just found this interesting website if you are looking for a massage in Montreal or the&nbsp; surrounding areas, this website has a complete list of professional massage salons with photos of each salon, prices, etc... check it out <a href="http://www.best-massage-montreal.com">www.best-massage-montreal.com</a></p>]]></description>
			<author><![CDATA[dummy@example.com (bobythomas)]]></author>
			<pubDate>Sat, 28 Aug 2010 13:13:42 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/52/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Looking for salon directory in Montreal?]]></title>
			<link>http://forum.enanocms.org/topic/51/new/posts/</link>
			<description><![CDATA[<p>Hello guys,</p><p>We just found this great website if you are looking for a massage in Montreal, Laval and other Quebec areas. This site has a complete list of professional massage salons including pictures of each salon, price and etc., just drop by at <a href="http://www.best-massage-montreal.com">www.best-massage-montreal.com</a></p>]]></description>
			<author><![CDATA[dummy@example.com (cindytan)]]></author>
			<pubDate>Fri, 20 Aug 2010 18:50:12 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/51/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[problem whis XPUI_PAGE_CUSTOMFUNCTION_PRE in finish page]]></title>
			<link>http://forum.enanocms.org/topic/49/new/posts/</link>
			<description><![CDATA[<p>1. Why controls are not inserted on page Finish? For example, CheckBox.<br />name &quot;exp&quot;<br />outfile &quot;exp.exe&quot;<br />!include XPUI.nsh<br />!define XPUI_SKIN &quot;windows xp&quot;<br />!insertmacro XPUI_PAGE_WELCOME<br />!define XPUI_PAGE_CUSTOMFUNCTION_PRE finish_pre<br />!define XPUI_PAGE_CUSTOMFUNCTION_SHOW finish_show<br />!insertmacro XPUI_PAGE_FINISH<br />!insertmacro XPUI_LANGUAGE &quot;English&quot;<br />function finish_pre<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Settings&quot; &quot;Numfields&quot; &quot;6&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 5&quot; &quot;Top&quot; &quot;40&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 5&quot; &quot;Bottom&quot; &quot;70&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Type&quot; &quot;CheckBox&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Text&quot; &quot;Text&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;State&quot; &quot;1&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Left&quot; &quot;30&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Right&quot; &quot;200&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Top&quot; &quot;110&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Bottom&quot; &quot;120&quot;<br />functionend</p><p>function finish_show<br /> Push $0<br /> GetDlgItem $0 $XPUI_HWND 1200<br /> SetCtlColors $0 &quot;000000&quot; &quot;transparent&quot;<br /> Pop $0<br />functionend<br />section<br />sectionend</p><p>2. If I insert function XPUI_PAGE_CUSTOMFUNCTION_PRE finish_pre before Welcome page, controls are inserted but the background color sets to defaults.<br />name &quot;exp&quot;<br />outfile &quot;exp.exe&quot;<br />!include XPUI.nsh<br />!define XPUI_SKIN &quot;windows xp&quot;<br />!define XPUI_PAGE_CUSTOMFUNCTION_PRE finish_pre<br />!insertmacro XPUI_PAGE_WELCOME</p><p>!define XPUI_PAGE_CUSTOMFUNCTION_SHOW finish_show<br />!insertmacro XPUI_PAGE_FINISH<br />!insertmacro XPUI_LANGUAGE &quot;English&quot;<br />function finish_pre<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Settings&quot; &quot;Numfields&quot; &quot;6&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 5&quot; &quot;Top&quot; &quot;40&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 5&quot; &quot;Bottom&quot; &quot;70&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Type&quot; &quot;CheckBox&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Text&quot; &quot;Text&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;State&quot; &quot;1&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Left&quot; &quot;30&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Right&quot; &quot;200&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Top&quot; &quot;110&quot;<br />!insertmacro XPUI_INSTALLOPTIONS_WRITE &quot;finish.ini&quot; &quot;Field 6&quot; &quot;Bottom&quot; &quot;120&quot;<br />functionend</p><p>function finish_show<br /> Push $0<br /> GetDlgItem $0 $XPUI_HWND 1200<br /> SetCtlColors $0 &quot;000000&quot; &quot;transparent&quot;<br /> Pop $0<br />functionend<br />section<br />sectionend<br />3. Do you speak Russian?</p>]]></description>
			<author><![CDATA[dummy@example.com (Antonio)]]></author>
			<pubDate>Mon, 26 Apr 2010 09:21:11 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/49/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[We are now blocking registrations from spam IPs]]></title>
			<link>http://forum.enanocms.org/topic/48/new/posts/</link>
			<description><![CDATA[<p>The forum software is now looking up IPs in the opm.tornevall.org DNSBL upon registration. If you are running an open proxy or your IP is marked as a past source of abuse, registration will be blocked.</p><p>If you feel that your registration was blocked in error, please e-mail webmaster@enanocms.org.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Sun, 18 Apr 2010 19:29:27 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/48/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Diffie-Hellman Login Code]]></title>
			<link>http://forum.enanocms.org/topic/47/new/posts/</link>
			<description><![CDATA[<p>Hello and good day,</p><p>I was wondering if the code that handles the Diffie-Hellman key exchange - mainly the backend that does the heavy-lifting - is available as an independent package anywhere? I&#039;m developing various management suites (for things like camper registrations for a summer youth camp, scrap tracking for a manufacturer and a job tracker for a local PC tech) and was hoping that I could implement the DH key exchange into the system as an alternate to SSL when SSL is unavailable.</p><p>Currently the user gets a one-time-use login key when they request a login, and their password gets hashed along with that login key and then is transmitted to the server for verification. (Their passwords are stored as both SH1 and MD5 hashes (To avoid birthday attacks) and that hash is hashed with the login key concated.) I was looking at writing my own version of Diffie-Hellman but, as you probably experienced when implementing it into Enano, it&#039;s quite a big bear to tackle.</p><p>If you could point me in the right direction that&#039;d be great. Otherwise I&#039;ll resort to downloading and installing Enano and then pulling the code out of it the &quot;fun&quot; way. :-)</p><p>Thanks for your time,<br />-- John</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Sun, 18 Apr 2010 18:33:24 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/47/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Theme from Enano CMS site]]></title>
			<link>http://forum.enanocms.org/topic/43/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>which is the theme used at <a href="http://enanocms.org/?">http://enanocms.org/?</a> It is delivered in the 1.1.7 distribution?</p><p>Thanks,<br />Alejandro.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Sun, 14 Feb 2010 19:09:48 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/43/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[New Installation looks good - can't do anything]]></title>
			<link>http://forum.enanocms.org/topic/42/new/posts/</link>
			<description><![CDATA[<p>This is new local installation of 1.06pl1. After finishing, I click the link to go to the site. Looks good, but Login gives me:</p><div class="quotebox"><blockquote><p><strong>You don&#039;t have permission to access /enano/Special:Login/Main_Page on this server.</strong></p></blockquote></div><p>Might be a known issue, but my query words didn&#039;t hit.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Wed, 27 Jan 2010 15:51:54 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/42/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Uninstaller problem]]></title>
			<link>http://forum.enanocms.org/topic/41/new/posts/</link>
			<description><![CDATA[<p>Hi All,</p><p>I’ve got a small problem with the XP_UI, especially the uninstaller. It can be reproduced with ExperienceUI Test.</p><p>Start ExperienceUI Test installation and install the files. After the installation start the uninstall created inside the program files folder.</p><p>Click ‘Next’ on the welcome page. Then click ‘Back’ on the confirm page and then click ‘Next’ on the welcome page again. The installer hangs.</p><p>..forgot to mention, that I’m working on Vista.</p><p>The original NSIS Modern User Interface works.</p><br /><p>Any thoughts?</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Tue, 26 Jan 2010 19:28:21 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/41/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[PHP timeout when creating links]]></title>
			<link>http://forum.enanocms.org/topic/25/new/posts/</link>
			<description><![CDATA[<p>I&#039;ve been testing out Enano today and I noticed some strange behavior when creating links in the GUI editor.</p><p>Some background on my setup:<br />Ubuntu 8.10<br />Apache 2.2.9<br />PHP 5.2.6<br />MySQL 5.0.67<br />Enano 1.0.6</p><p>When I create a link in the GUI editor and try to save or preview, cpu goes to 100% and after 30 seconds php reaches it&#039;s limit and exits.&nbsp; Then I just get an error telling me that PHP reached it exec time limit and it doesn&#039;t save or preview.&nbsp; But if I use the text editor all is well.</p><p>I tried several different configurations with Enano and also tried it in lighttpd.&nbsp; I&#039;m assuming that it&#039;s some kind of incompatability with my version of PHP but I&#039;m not sure.</p><p>After this I installed Enano 1.0.5 and it works flawlessly.&nbsp; Strange.</p><p>Has anyone else seen this problem?</p><p>BTW, I&#039;ve been using DokiWiki for several years now and I&#039;m seriously thinking about making a switch to Enano.&nbsp; Great work on this app!</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Mon, 28 Dec 2009 17:29:34 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/25/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Translation to portuguese]]></title>
			<link>http://forum.enanocms.org/topic/39/new/posts/</link>
			<description><![CDATA[<p>Hello, I&#039;m Portuguese and I want to translate the experience UI to portuguese (of Portugal).<br />What i have to do for the translation become official (if it&#039;s possible).</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Tue, 15 Dec 2009 03:48:36 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/39/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Forum re-themed]]></title>
			<link>http://forum.enanocms.org/topic/40/new/posts/</link>
			<description><![CDATA[<p>I tossed in Enano&#039;s official header art. Enjoy!</p><p>The modification should have been HTML only, but if you notice any major bugs please notify me.</p><p>Dan</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Sat, 12 Dec 2009 23:18:26 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/40/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Cancel button on Finish page]]></title>
			<link>http://forum.enanocms.org/topic/36/new/posts/</link>
			<description><![CDATA[<p>There seems no way to disable the Cancel button on the finish page. As I understand it, the cancel button should be disabled unless MUI_FINISHPAGE_CANCEL_ENABLE is set.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Fri, 09 Oct 2009 20:24:40 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/36/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Website login not displaying correctly]]></title>
			<link>http://forum.enanocms.org/topic/34/new/posts/</link>
			<description><![CDATA[<p>Here&#039;s a screenshot (1280x1024) <a href="http://yfrog.com/5eenanobadp">http://yfrog.com/5eenanobadp</a> of the problem.</p><p>You will see the window on the RHS, behind the front window (which is greyed out) shows as un-greyed.<br />You will also see that the cute little drop-down dialogue which asks for Username &amp; Password has picked up some image/text from the top part of the website.&nbsp; Also, that it does not shoe the login fields.</p><p>This is wirh Enano 1.06pl1.&nbsp; My browser is Firefox 3.0.13 on Ubuntu 9.04 with the wiggly windows stuff enabled (is that Compriz? or Beryl or something like that?).</p><p>Also this occurs for the secondary login to Administer the site, though I can workaround this by telling enano that I want to edit the sidebars, logging-in &amp; then Administering it.</p><p>The installation went without a hitch on a shared (cPanel) host.</p><p>There&#039;s nothing on the site, as yet, and am happy to provide login details so this may be checked by others (on other systems).</p><p>I hope you are able to assist me with this issue as logging in is a pretty important thing!</p><p>YES! you have caught me out, I was able to login a couple of times but there seems to me no consistency to whether I get the &#039;good&#039; or the &#039;un-usable&#039; login windlet.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Wed, 07 Oct 2009 04:54:27 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/34/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Administering Users & Groups]]></title>
			<link>http://forum.enanocms.org/topic/35/new/posts/</link>
			<description><![CDATA[<p>I did have a look in the documentation for info about Users &amp; Groups but was not able to find it.</p><p>I had expected to be able to add users from the backend but that does NOT seem to be a possibility.<br />Could this be introduced please?</p><p>I do not seem to be able to create Groups!<br />The &quot;Create&quot; button seems to activate but nothing happens (in either FF or Opera). <br />Is there something which I would have inadvertently turned off or is it that this is a work-in-progress?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Wed, 07 Oct 2009 04:48:21 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/35/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[introduce  yourself]]></title>
			<link>http://forum.enanocms.org/topic/9/new/posts/</link>
			<description><![CDATA[<p>Im carlyse and i am a new member of this site..I fi nd the site very interesting for the new ideas i will read and learn about enano.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dan)]]></author>
			<pubDate>Wed, 07 Oct 2009 04:44:42 +0000</pubDate>
			<guid>http://forum.enanocms.org/topic/9/new/posts/</guid>
		</item>
	</channel>
</rss>
