<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sageframe Discussions Rss Feed</title><link>http://sageframe.codeplex.com/discussions</link><description>sageframe Discussions Rss Description</description><item><title>New Post: Logo Unable display after save</title><link>http://sageframe.codeplex.com/discussions/440023</link><description>&lt;div style="line-height: normal;"&gt;Hi mesimplybj,&lt;br /&gt;
I've tried renaming my logo to sageframe.png and save it in Modules/Logo/image/sageframe.png but still no luck. I also logged in as superuser and edit the logo module and upload it but with still no luck. I am not sure what I am not doing it right...&lt;br /&gt;
&lt;/div&gt;</description><author>Kupstar</author><pubDate>Tue, 16 Apr 2013 23:09:01 GMT</pubDate><guid isPermaLink="false">New Post: Logo Unable display after save 20130416110901P</guid></item><item><title>New Post: Logo Unable display after save</title><link>http://sageframe.codeplex.com/discussions/440023</link><description>&lt;div style="line-height: normal;"&gt;Hi Kupstar,&lt;br /&gt;
The Logo image  which is shown in Logo module is in image folder inside Logo modules in SageFrame(/Modules/Logo/image/sageframe.png).&lt;br /&gt;
have you tried in that location?&lt;br /&gt;
The best method is login into SageFrame via superuser credential and in logo module edit, upload your image which will result in  the image you want.&lt;br /&gt;
&lt;/div&gt;</description><author>mesimplybj</author><pubDate>Tue, 16 Apr 2013 13:47:56 GMT</pubDate><guid isPermaLink="false">New Post: Logo Unable display after save 20130416014756P</guid></item><item><title>New Post: Logo Unable display after save</title><link>http://sageframe.codeplex.com/discussions/440023</link><description>&lt;div style="line-height: normal;"&gt;Hi mesimplybj,&lt;br /&gt;
There are number of locations where the logo image was found and replaced with the same name and file extention (.png) with still no luck. Which css should I be specifically looking at to modify it?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Kupstar&lt;br /&gt;
&lt;/div&gt;</description><author>Kupstar</author><pubDate>Tue, 16 Apr 2013 05:30:56 GMT</pubDate><guid isPermaLink="false">New Post: Logo Unable display after save 20130416053056A</guid></item><item><title>New Post: Logo Unable display after save</title><link>http://sageframe.codeplex.com/discussions/440023</link><description>&lt;div style="line-height: normal;"&gt;Dear Kupstar,&lt;br /&gt;
As you have  written above, you replace the sageframe logo  with your  logo, then there is no doubt that with same image name and with same extension the logo is visible.  But &amp;quot;It didn't show up&amp;quot; in your case. May be the css has hidden the logo or the logo path is not in proper manner. &lt;br /&gt;
Try changing css and Image path.&lt;br /&gt;
&lt;/div&gt;</description><author>mesimplybj</author><pubDate>Fri, 12 Apr 2013 12:41:34 GMT</pubDate><guid isPermaLink="false">New Post: Logo Unable display after save 20130412124134P</guid></item><item><title>New Post: Logo Unable display after save</title><link>http://sageframe.codeplex.com/discussions/440023</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I've replace the the sageframe Logo with my logo. However, when I saved the changes, it didnt show up logo.&lt;br /&gt;
&lt;br /&gt;
Please advise advise how I can make this work.&lt;br /&gt;
&lt;/div&gt;</description><author>Kupstar</author><pubDate>Fri, 12 Apr 2013 05:50:37 GMT</pubDate><guid isPermaLink="false">New Post: Logo Unable display after save 20130412055037A</guid></item><item><title>New Post: Build Error The type or namespace name 'SageFrame' not found</title><link>http://sageframe.codeplex.com/discussions/436702</link><description>&lt;div style="line-height: normal;"&gt;I was trying to build the solution but getting this error on SageFrame.Core project&lt;br /&gt;
&lt;br /&gt;
Error	1	The type or namespace name 'SageFrame' could not be found (are you missing a using directive or an assembly reference?)	C:\Projects\myOwn\AspxCommerceSource1.1\ASPXCommerce.CashOnDelivery\CashOnDelivery.cs	12	7 AspxCommerce.CashOnDelivery&lt;br /&gt;
&lt;br /&gt;
Please helpme, Thanks in advance&lt;br /&gt;
&lt;/div&gt;</description><author>MaaNe707</author><pubDate>Thu, 14 Mar 2013 21:57:19 GMT</pubDate><guid isPermaLink="false">New Post: Build Error The type or namespace name 'SageFrame' not found 20130314095719P</guid></item><item><title>New Post: Hard coded file paths in source</title><link>http://sageframe.codeplex.com/discussions/435603</link><description>&lt;div style="line-height: normal;"&gt;Dear Michael,&lt;br /&gt;
&lt;br /&gt;
The above line references are generated by Visual studio, so you can remove them, not need to keep them in your code file.&lt;br /&gt;
After removing these lines just build your projects and start using them.&lt;br /&gt;
Thanks &lt;br /&gt;
&lt;/div&gt;</description><author>alokkumarpandey</author><pubDate>Thu, 07 Mar 2013 06:26:49 GMT</pubDate><guid isPermaLink="false">New Post: Hard coded file paths in source 20130307062649A</guid></item><item><title>New Post: Hard coded file paths in source</title><link>http://sageframe.codeplex.com/discussions/435603</link><description>&lt;div style="line-height: normal;"&gt;In the source files there are a number of places where directories are listed, all starting with &amp;quot;E:\DotNetProjects&amp;quot;. I'm concerned that those may be used in some sense and, if so, my compiling the source will cause issues since I don't have those paths on my workstation. Specifically:&lt;br /&gt;
&lt;br /&gt;
SageFrame.Core\SageFrame.Templating\Helper\Decide.cs(52):      &lt;br /&gt;
SageFrame.Core\SageFrame.Templating\Helper\HTMLBuilder.cs(106):          &lt;br /&gt;
SageFrame.Core\SageFrame.Templating\Helper\TemplateHelper.cs(719):        &lt;br /&gt;
SageFrame.Core\SageFrame.Templating\Helper\TemplateHelper.cs(740):          &lt;br /&gt;
SageFrame.Core\SageFrame.Templating\Parser\LayoutControlBuilder.cs(723):          &lt;br /&gt;
SageFrame.Core\SageFrame.Templating\Parser\LayoutControlBuilder.cs(744):          &lt;br /&gt;
SageFrame\Modules\LayoutManager\WebMethod.aspx.cs(176):      &lt;br /&gt;
SageFrame\Modules\LayoutManager\WebMethod.aspx.cs(191):    &lt;br /&gt;
&lt;br /&gt;
Actually, I haven't been through them all but the ones I did trace don't seem to be used and, if they are, they don't appear like they'll function correctly with the double forward slash (rather than escaped backslash) marks as directory separators.&lt;br /&gt;
&lt;br /&gt;
Can you please advise what these paths should be replaced with for portability? &lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
-- Michael&lt;br /&gt;
&lt;/div&gt;</description><author>msawczyn</author><pubDate>Wed, 06 Mar 2013 15:56:02 GMT</pubDate><guid isPermaLink="false">New Post: Hard coded file paths in source 20130306035602P</guid></item><item><title>New Post: Online pop up ckEditor not working properly??</title><link>http://sageframe.codeplex.com/discussions/434929</link><description>&lt;div style="line-height: normal;"&gt;Thanks you Milstein. I deleted htaccess and the editor now works fine. That is hours of troubleshooting I will never get back! Thanks again.&lt;br /&gt;
&lt;/div&gt;</description><author>pinevilleit</author><pubDate>Mon, 04 Mar 2013 12:20:45 GMT</pubDate><guid isPermaLink="false">New Post: Online pop up ckEditor not working properly?? 20130304122045P</guid></item><item><title>New Post: Online pop up ckEditor not working properly??</title><link>http://sageframe.codeplex.com/discussions/434929</link><description>&lt;div style="line-height: normal;"&gt;Hi pinevilleit,&lt;br /&gt;
&lt;br /&gt;
It is due to the file named &lt;strong&gt;.htaccess&lt;/strong&gt; in &lt;strong&gt;[Your Folder]\SageFrame\Editors\ckeditor&lt;/strong&gt;. Please delete this file and rerun the website.&lt;br /&gt;
It will solve this issue.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Milstein Munakami&lt;br /&gt;
&lt;a href="http://www.facebook.com/milsonmun" rel="nofollow"&gt;http://www.facebook.com/milsonmun&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>milson</author><pubDate>Mon, 04 Mar 2013 05:09:45 GMT</pubDate><guid isPermaLink="false">New Post: Online pop up ckEditor not working properly?? 20130304050945A</guid></item><item><title>New Post: Online pop up ckEditor not working properly??</title><link>http://sageframe.codeplex.com/discussions/434929</link><description>&lt;div style="line-height: normal;"&gt;I recently downloaded the latest version of sageframe cms and I got a working site up using the &amp;quot;bluedrops&amp;quot; theme. When I click the editor icon associated with an html module, I get a pop up window with the online editor but I only see a small text box with the html crammed into it. I get none of the features of the online editor like being able to add a picture or bold some text or anything. Did I miss something in the set up or?? I believe it is using the &amp;quot;ckeditor&amp;quot;... If anybody could give me a clue I would very much appreciate it!!&lt;br /&gt;
&lt;/div&gt;</description><author>pinevilleit</author><pubDate>Thu, 28 Feb 2013 20:35:43 GMT</pubDate><guid isPermaLink="false">New Post: Online pop up ckEditor not working properly?? 20130228083543P</guid></item><item><title>New Post: Evaluating SageFrame</title><link>http://sageframe.codeplex.com/discussions/433800</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;DeepaSubash wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
However I would like to know if it will work with MySQL.&lt;br /&gt;
&lt;/blockquote&gt;
HI DeepaSubash,&lt;br /&gt;
&lt;br /&gt;
Its very glad that you like the Complete CMS - SageFrame, as you have explored it is not built in with MySQL support so there is not a easy way to convert the MSSQL sql file to MySQL too so I personally suggest you to use it in MSSQL server environment and try the unlimited flexibility and security you get with it.&lt;br /&gt;
&lt;br /&gt;
Further more for blog and forum modules you cna get loads of free Extensions which are just download and plug-and-play. you can download and use then in your current SageFrame built site from Extensions Management,&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.sageframe.com/Extensions.aspx" rel="nofollow"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Regards, &lt;br /&gt;
Milstein&lt;br /&gt;
&lt;a href="http://www.facebook.com/milsonmun" rel="nofollow"&gt;http://www.facebook.com/milsonmun&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>milson</author><pubDate>Thu, 28 Feb 2013 06:49:24 GMT</pubDate><guid isPermaLink="false">New Post: Evaluating SageFrame 20130228064924A</guid></item><item><title>New Post: Evaluating SageFrame</title><link>http://sageframe.codeplex.com/discussions/433800</link><description>&lt;div style="line-height: normal;"&gt;I like the Sage Frame cms compared to the others as it looks very intutive and easy for users to use. However I would like to know if it will work with MySQL. If yes please provide details because during the installation MySQL is not an option. Also I dont know if it has any ready to use blog or forum module that can be added to the site.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Deepa&lt;br /&gt;
&lt;/div&gt;</description><author>DeepaSubash</author><pubDate>Wed, 20 Feb 2013 13:07:03 GMT</pubDate><guid isPermaLink="false">New Post: Evaluating SageFrame 20130220010703P</guid></item><item><title>New Post: Coding error in login form</title><link>http://sageframe.codeplex.com/discussions/431707</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello msawczyn,&lt;/p&gt;
&lt;p&gt;Thanks too much for informing your advise is taken and corrected the logical section. We are not using Page.IsValid but your part is taken in to code section.&lt;br /&gt;
Keep advising these type of info.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
--Alok Kumar Pandey&lt;/p&gt;
&lt;/div&gt;</description><author>alokkumarpandey</author><pubDate>Sun, 03 Feb 2013 07:10:10 GMT</pubDate><guid isPermaLink="false">New Post: Coding error in login form 20130203071010A</guid></item><item><title>New Post: Coding error in login form</title><link>http://sageframe.codeplex.com/discussions/431707</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;You've probably caught this by now, but those folks currently using the v2.0 product may not have seen this yet. There's a logic error in the login form (/Modules/Admin/LoginControl/Login.ascx/cs)&lt;/p&gt;
&lt;p&gt;In LoginButton_Click, you're checking for the userID and password being filled in. The test is&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (!(string.IsNullOrEmpty(UserName.Text) &amp;amp;&amp;amp; string.IsNullOrEmpty(Password.Text)))&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This will allow execution if one of them is filled and the other empty, an obviously ugly scenario. And while the validators should prevent the button click, we all know that we can't rely on clientside validation to prevent an exception.&lt;/p&gt;
&lt;p&gt;The correct logic is&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (!string.IsNullOrEmpty(UserName.Text) &amp;amp;&amp;amp; !string.IsNullOrEmpty(Password.Text))&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;or, similarly&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (!(string.IsNullOrEmpty(UserName.Text) || string.IsNullOrEmpty(Password.Text)))&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;but better would be simply to check the validators, i.e.,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (Page.IsValid)&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Looking at the control in general, I've got to wonder why you did all the work for both it and the LoginStatus, since they really don't add much to the standard asp.net Login and LoginStatus controls. What they do add could be done in response to exposed events. Is this in preparation to moving away from the membership model altogether, or did some programmer just get carried away? :-)&lt;/p&gt;
&lt;p&gt;Thanks, and keep up the good work!&lt;/p&gt;
&lt;p&gt;-- Michael&lt;/p&gt;
&lt;/div&gt;</description><author>msawczyn</author><pubDate>Fri, 01 Feb 2013 17:26:41 GMT</pubDate><guid isPermaLink="false">New Post: Coding error in login form 20130201052641P</guid></item><item><title>New Post: design layouts for sageFrame</title><link>http://sageframe.codeplex.com/discussions/415324</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Dear rubina777,&lt;/p&gt;
&lt;p&gt;For detailed instructions please subscribe to our design training. We are organizing new session from January 2013 if you are interested please contact our support team for that.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>sageframesupport</author><pubDate>Fri, 28 Dec 2012 10:57:59 GMT</pubDate><guid isPermaLink="false">New Post: design layouts for sageFrame 20121228105759A</guid></item><item><title>New Post: design layouts for sageFrame</title><link>http://sageframe.codeplex.com/discussions/415324</link><description>&lt;div style="line-height: normal;"&gt;
&lt;blockquote style="border:solid .1em #ccc; font-style:italic; margin:.25em 1em 0 1em; padding:0 .25em 0 .25em"&gt;
&lt;strong&gt;sageframesupport wrote:&lt;/strong&gt;&lt;br&gt;
&lt;p&gt;Dear Rubina,&lt;/p&gt;
&lt;p&gt;Please go to this link&amp;nbsp;http://sageframe.com/Resources/User-Manual.aspx and click on &amp;quot;Working with templates&amp;quot; menu option for learning more about SageFrame Layout. You can also change the template css from Template folder in SageFrame. If you are interested
 in our online Design Training you can write to our support team for that as well.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;SageFrame Support&lt;/p&gt;
&lt;p&gt;support@sageframe.com&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks sir....but i want a complete set of instructions for my project like xml and css files because these files will help me to design a complete layout for sageframe editor. Any&amp;nbsp;further support will be appreciated.&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>rubina777</author><pubDate>Fri, 28 Dec 2012 05:02:09 GMT</pubDate><guid isPermaLink="false">New Post: design layouts for sageFrame 20121228050209A</guid></item><item><title>New Post: design layouts for sageFrame</title><link>http://sageframe.codeplex.com/discussions/415324</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Dear Rubina,&lt;/p&gt;
&lt;p&gt;Please go to this link&amp;nbsp;http://sageframe.com/Resources/User-Manual.aspx and click on &amp;quot;Working with templates&amp;quot; menu option for learning more about SageFrame Layout. You can also change the template css from Template folder in SageFrame. If you are interested
 in our online Design Training you can write to our support team for that as well.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;SageFrame Support&lt;/p&gt;
&lt;p&gt;support@sageframe.com&lt;/p&gt;
&lt;/div&gt;</description><author>sageframesupport</author><pubDate>Wed, 26 Dec 2012 09:02:04 GMT</pubDate><guid isPermaLink="false">New Post: design layouts for sageFrame 20121226090204A</guid></item><item><title>New Post: design layouts for sageFrame</title><link>http://sageframe.codeplex.com/discussions/415324</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;hi...&lt;/p&gt;
&lt;p&gt;i am a novice on sageFrame, wants to Know how to design layouts for sageFrame by using xml and css? any help will be appreciated....&lt;/p&gt;
&lt;/div&gt;</description><author>rubina777</author><pubDate>Mon, 24 Dec 2012 11:19:54 GMT</pubDate><guid isPermaLink="false">New Post: design layouts for sageFrame 20121224111954A</guid></item><item><title>New Post: Langauge selection</title><link>http://sageframe.codeplex.com/discussions/396880</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Dear Valendo,&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
&lt;span&gt;We are currently working on the multi language feature of SageFrame for its next version. You will have to wait for sometime. But if you require it prior to its release for customization then please contact us for support at support@sageframe.com&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;span&gt;Thank you!&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>sageframesupport</author><pubDate>Wed, 28 Nov 2012 11:44:50 GMT</pubDate><guid isPermaLink="false">New Post: Langauge selection 20121128114450A</guid></item></channel></rss>