<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Enano support forums]]></title>
	<link rel="self" href="http://forum.enanocms.org/feed/atom/"/>
	<updated>2010-08-28T13:13:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.enanocms.org/</id>
		<entry>
			<title type="html"><![CDATA[salon and spa directory in canada]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/52/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[bobythomas]]></name>
				<uri>http://forum.enanocms.org/user/208/</uri>
			</author>
			<updated>2010-08-28T13:13:42Z</updated>
			<id>http://forum.enanocms.org/topic/52/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Looking for salon directory in Montreal?]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/51/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[cindytan]]></name>
				<uri>http://forum.enanocms.org/user/206/</uri>
			</author>
			<updated>2010-08-20T18:50:12Z</updated>
			<id>http://forum.enanocms.org/topic/51/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[problem whis XPUI_PAGE_CUSTOMFUNCTION_PRE in finish page]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/49/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Antonio]]></name>
				<uri>http://forum.enanocms.org/user/181/</uri>
			</author>
			<updated>2010-04-26T09:21:11Z</updated>
			<id>http://forum.enanocms.org/topic/49/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[We are now blocking registrations from spam IPs]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/48/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/2/</uri>
			</author>
			<updated>2010-04-18T19:29:27Z</updated>
			<id>http://forum.enanocms.org/topic/48/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Diffie-Hellman Login Code]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/47/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/176/</uri>
			</author>
			<updated>2010-04-18T18:33:24Z</updated>
			<id>http://forum.enanocms.org/topic/47/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Theme from Enano CMS site]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/43/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/133/</uri>
			</author>
			<updated>2010-02-14T19:09:48Z</updated>
			<id>http://forum.enanocms.org/topic/43/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[New Installation looks good - can't do anything]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/42/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/38/</uri>
			</author>
			<updated>2010-01-27T15:51:54Z</updated>
			<id>http://forum.enanocms.org/topic/42/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Uninstaller problem]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/41/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
			</author>
			<updated>2010-01-26T19:28:21Z</updated>
			<id>http://forum.enanocms.org/topic/41/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PHP timeout when creating links]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/25/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/32/</uri>
			</author>
			<updated>2009-12-28T17:29:34Z</updated>
			<id>http://forum.enanocms.org/topic/25/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Translation to portuguese]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/39/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/107/</uri>
			</author>
			<updated>2009-12-15T03:48:36Z</updated>
			<id>http://forum.enanocms.org/topic/39/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Forum re-themed]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/40/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/2/</uri>
			</author>
			<updated>2009-12-12T23:18:26Z</updated>
			<id>http://forum.enanocms.org/topic/40/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cancel button on Finish page]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/36/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/71/</uri>
			</author>
			<updated>2009-10-09T20:24:40Z</updated>
			<id>http://forum.enanocms.org/topic/36/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Website login not displaying correctly]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/34/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/62/</uri>
			</author>
			<updated>2009-10-07T04:54:27Z</updated>
			<id>http://forum.enanocms.org/topic/34/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Administering Users & Groups]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/35/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/62/</uri>
			</author>
			<updated>2009-10-07T04:48:21Z</updated>
			<id>http://forum.enanocms.org/topic/35/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[introduce  yourself]]></title>
			<link rel="alternate" href="http://forum.enanocms.org/topic/9/new/posts/"/>
			<summary type="html"><![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>]]></summary>
			<author>
				<name><![CDATA[Dan]]></name>
				<uri>http://forum.enanocms.org/user/11/</uri>
			</author>
			<updated>2009-10-07T04:44:42Z</updated>
			<id>http://forum.enanocms.org/topic/9/new/posts/</id>
		</entry>
</feed>
