<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Simple Updates Support Forum - All Forums]]></title>
		<link>http://help.simpleupdates.com/forum/</link>
		<description><![CDATA[Simple Updates Support Forum - http://help.simpleupdates.com/forum]]></description>
		<pubDate>Thu, 15 May 2008 23:51:09 -0400</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[]]></title>
			<link></link>
			<pubDate>Thu, 15 May 2008 23:51:09 -0400</pubDate>
			<guid isPermaLink="false"></guid>
			<description><![CDATA[Hi Darryl,<br />
<br />
I have may clients asking for the flv player and I have some videos to load on many sites. I see many flv players out there now, but if you could play one at a time right now that would be great. I know the demand for a playlist will come, but I know that will take time/money.<br />
<br />
<br />
<br />
<br />
root Wrote:The SimpleUpdates team has recently completed our list of requirements for the Flash Video Player, and have started coding work on it!<br />
<br />
We will keep you posted as to its progress.<br />
<br />
Sincerely,<br />
Darryl Hosford<br />
<br />
]]></description>
			<content:encoded><![CDATA[Hi Darryl,<br />
<br />
I have may clients asking for the flv player and I have some videos to load on many sites. I see many flv players out there now, but if you could play one at a time right now that would be great. I know the demand for a playlist will come, but I know that will take time/money.<br />
<br />
<br />
<br />
<br />
root Wrote:The SimpleUpdates team has recently completed our list of requirements for the Flash Video Player, and have started coding work on it!<br />
<br />
We will keep you posted as to its progress.<br />
<br />
Sincerely,<br />
Darryl Hosford<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Some general enhancements]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=57</link>
			<pubDate>Sun, 12 Aug 2007 17:30:54 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=57</guid>
			<description><![CDATA[Here are some general enhancements that I would recommend considering for SimpleUpdates to keep it competitive and as usable as possible:<br />
<br />
1. Page Edits: put more key items on the main edits tab (title, description, author, date, thumbnail, whatsnew) and organize the other sections to be more intuitive. Add ability to add a thumbnail from this section rather than just select from a list. <br />
<br />
2. Style Sheets and Style Editing: make style sheets global to templates and add a visual styles editor to template editor so that users dont have to tackle editing the css directly (not simple or realistic!)<br />
<br />
3. Editor: Perhaps explore a different wysiwyg editor with strong css support (spaw or tinymce) or simplify the FCKeditor (there are way too many options on the toolbar). Restrict the editor to use css styles only. In the Add Image feature, set the tool to go straight to the image listing, so you dont have to click on Browse Server.<br />
<br />
4. Welcome Screen: organize icons on the welcome screen to be in sections that make options more organized, and are more in sync with other control panel product layouts. For example, have sections for:<br />
- My Information (Edit my profile, my approvals, etc)<br />
- Modules (icons for installed modules, add more modules, etc)<br />
- Site Management (user management, templates, navigation, etc)<br />
- Admin (backups, reports, server config)<br />
<br />
5. Newsletter module - items sent from the newsletter module should always have a default info/unsubscribe footer on. <br />
<br />
6. Navigation Editing: Show a site tree with status info next to each page and a link to edit link. Also when adding items to the nav bar, add a drop down option to select an installed module *or* a link to a url. <br />
<br />
Thanks!<br />
-peter]]></description>
			<content:encoded><![CDATA[Here are some general enhancements that I would recommend considering for SimpleUpdates to keep it competitive and as usable as possible:<br />
<br />
1. Page Edits: put more key items on the main edits tab (title, description, author, date, thumbnail, whatsnew) and organize the other sections to be more intuitive. Add ability to add a thumbnail from this section rather than just select from a list. <br />
<br />
2. Style Sheets and Style Editing: make style sheets global to templates and add a visual styles editor to template editor so that users dont have to tackle editing the css directly (not simple or realistic!)<br />
<br />
3. Editor: Perhaps explore a different wysiwyg editor with strong css support (spaw or tinymce) or simplify the FCKeditor (there are way too many options on the toolbar). Restrict the editor to use css styles only. In the Add Image feature, set the tool to go straight to the image listing, so you dont have to click on Browse Server.<br />
<br />
4. Welcome Screen: organize icons on the welcome screen to be in sections that make options more organized, and are more in sync with other control panel product layouts. For example, have sections for:<br />
- My Information (Edit my profile, my approvals, etc)<br />
- Modules (icons for installed modules, add more modules, etc)<br />
- Site Management (user management, templates, navigation, etc)<br />
- Admin (backups, reports, server config)<br />
<br />
5. Newsletter module - items sent from the newsletter module should always have a default info/unsubscribe footer on. <br />
<br />
6. Navigation Editing: Show a site tree with status info next to each page and a link to edit link. Also when adding items to the nav bar, add a drop down option to select an installed module *or* a link to a url. <br />
<br />
Thanks!<br />
-peter]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Enter (return) handling]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=54</link>
			<pubDate>Wed, 25 Jul 2007 22:35:29 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=54</guid>
			<description><![CDATA[If you press the enter key on your keyboard while in the editor, you will notice a single return on your screen. This is placing a  in the code of your page. Pressing two of these makes it look like double spaced, but it is really just two 's together.<br />
<br />
If you want to separate paragraphis with a  tag, then you can use -enter. This will enter a  tag into your code, and will look just like two 's in vertical spacing down the page.<br />
<br />
There is a reason to enter  tags: That is if you want to change the paragraph formatting on the page, then you need to use  tags, which separates the formatting containers. (If you only use 's on your page, and you want to center a specific paragraph, then the entire page would likely go centered.)<br />
<br />
If  you use  tags to separate these sections, then only the text inside the  tag container would center. Remember this tip also when working with numbered and bullet lists.  tags will help keep your sanity and not indent the entire page!<br />
<br />
Play with this feature, and see what you think.<br />
<br />
Thanks,<br />
Darryl Hosford]]></description>
			<content:encoded><![CDATA[If you press the enter key on your keyboard while in the editor, you will notice a single return on your screen. This is placing a  in the code of your page. Pressing two of these makes it look like double spaced, but it is really just two 's together.<br />
<br />
If you want to separate paragraphis with a  tag, then you can use -enter. This will enter a  tag into your code, and will look just like two 's in vertical spacing down the page.<br />
<br />
There is a reason to enter  tags: That is if you want to change the paragraph formatting on the page, then you need to use  tags, which separates the formatting containers. (If you only use 's on your page, and you want to center a specific paragraph, then the entire page would likely go centered.)<br />
<br />
If  you use  tags to separate these sections, then only the text inside the  tag container would center. Remember this tip also when working with numbered and bullet lists.  tags will help keep your sanity and not indent the entire page!<br />
<br />
Play with this feature, and see what you think.<br />
<br />
Thanks,<br />
Darryl Hosford]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[News module upgrade]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=53</link>
			<pubDate>Tue, 24 Jul 2007 16:34:54 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=53</guid>
			<description><![CDATA[Just some thoughts on the News module, which would be more useful if it could be available as a standard cms news module. What I would like to see from this is a way to keep a library of news articles (think sermons, reflections, church announcements, etc) and show them anywhere in the site using a token that includes the category. Each article should have standard content fields: title, subtitle, summary, publish and expiry date, source, date, author, thumbnail.  I would love to see the ability to see related items by either category or author. The article library available through the admin section would then provide an easy place to enter and store sermons, announcements, news updates which can be shown anywhere without needing to add all these items as additional pages in the site structure.<br />
I think you may have some of this done, but it would be good to see it available as standard to bring some standard article management features available in other systems to s/u.<br />
<br />
Thanks!<br />
-peter]]></description>
			<content:encoded><![CDATA[Just some thoughts on the News module, which would be more useful if it could be available as a standard cms news module. What I would like to see from this is a way to keep a library of news articles (think sermons, reflections, church announcements, etc) and show them anywhere in the site using a token that includes the category. Each article should have standard content fields: title, subtitle, summary, publish and expiry date, source, date, author, thumbnail.  I would love to see the ability to see related items by either category or author. The article library available through the admin section would then provide an easy place to enter and store sermons, announcements, news updates which can be shown anywhere without needing to add all these items as additional pages in the site structure.<br />
I think you may have some of this done, but it would be good to see it available as standard to bring some standard article management features available in other systems to s/u.<br />
<br />
Thanks!<br />
-peter]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Calendar enhancement]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=52</link>
			<pubDate>Tue, 24 Jul 2007 15:59:01 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=52</guid>
			<description><![CDATA[It would be great to see some enhancement made to the calendar module, including:<br />
<br />
- the ability to set styles for all items on the calendar page<br />
- have more flexibility in calendar layout (eg a small calendar grid with adjacent detail when a day is selected, as well as day, month, and year views)<br />
- feature for visitors to submit an item to be approved on the calendar<br />
- show the whole event name in month grid view rather than cutting it off<br />
<br />
Thanks!<br />
-peter]]></description>
			<content:encoded><![CDATA[It would be great to see some enhancement made to the calendar module, including:<br />
<br />
- the ability to set styles for all items on the calendar page<br />
- have more flexibility in calendar layout (eg a small calendar grid with adjacent detail when a day is selected, as well as day, month, and year views)<br />
- feature for visitors to submit an item to be approved on the calendar<br />
- show the whole event name in month grid view rather than cutting it off<br />
<br />
Thanks!<br />
-peter]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Unordered List Menus (with CSS dropdowns ?? )]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=51</link>
			<pubDate>Thu, 07 Jun 2007 10:30:57 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=51</guid>
			<description><![CDATA[Hello!<br />
<br />
I think the most dramatic upgrade I'd love to see to the SU CMS would be to have unordered list menus.  A quick example:<br />
<br />
========================================<br />
<br />
	Nav link 1<br />
	Nav link 2<br />
		<br />
 			Subnav link 1<br />
			subnav link 2<br />
		<br />
	Nav link 3<br />
<br />
========================================<br />
<br />
UL lists give much more flexibility with CSS styling, and one can always create a separate template that gives CSS dropdown capabilities, which a user could choose to use but wouldn't come as default to keep it simple for people.<br />
<br />
Interested to know if anyone else has thoughts on this.<br />
<br />
Thanks, and keep up the good work!<br />
Rob[/quote]]]></description>
			<content:encoded><![CDATA[Hello!<br />
<br />
I think the most dramatic upgrade I'd love to see to the SU CMS would be to have unordered list menus.  A quick example:<br />
<br />
========================================<br />
<br />
	Nav link 1<br />
	Nav link 2<br />
		<br />
 			Subnav link 1<br />
			subnav link 2<br />
		<br />
	Nav link 3<br />
<br />
========================================<br />
<br />
UL lists give much more flexibility with CSS styling, and one can always create a separate template that gives CSS dropdown capabilities, which a user could choose to use but wouldn't come as default to keep it simple for people.<br />
<br />
Interested to know if anyone else has thoughts on this.<br />
<br />
Thanks, and keep up the good work!<br />
Rob[/quote]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SSL signed certificates have been added to all servers]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=50</link>
			<pubDate>Wed, 06 Jun 2007 15:54:02 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=50</guid>
			<description><![CDATA[The SimpleUpdates team has installed a signed, 256 bit, shared SSL certificate on each of our servers. This means that any SimpleUpdates site that wants to securely login is now able to do so via military grade encryption. If you ever login via an internet cafe or wireless location, this step is important for you to perform, as the encryption will protect your login.<br />
<br />
To turn on the SSL login feature, follow these steps:<br />
<br />
1) Login to Welcome Menu -> Admin Management -> Site Configuration and Navigation -> Advanced tab.<br />
<br />
Notice the field: SSL url:<br />
Right below this field is a link [autofill] and if you click this link, the SSL certificate for your specific server will be automatically filled in for you.<br />
<br />
Save this page, and the next time you login, you will notice the SSL secure lock on the login page, and a confirmation page that you have been logged in securely.<br />
<br />
We hope you enjoy this new feature, and encourage you to stay tuned for more!<br />
<br />
Sincerely,<br />
Darryl Hosford]]></description>
			<content:encoded><![CDATA[The SimpleUpdates team has installed a signed, 256 bit, shared SSL certificate on each of our servers. This means that any SimpleUpdates site that wants to securely login is now able to do so via military grade encryption. If you ever login via an internet cafe or wireless location, this step is important for you to perform, as the encryption will protect your login.<br />
<br />
To turn on the SSL login feature, follow these steps:<br />
<br />
1) Login to Welcome Menu -> Admin Management -> Site Configuration and Navigation -> Advanced tab.<br />
<br />
Notice the field: SSL url:<br />
Right below this field is a link [autofill] and if you click this link, the SSL certificate for your specific server will be automatically filled in for you.<br />
<br />
Save this page, and the next time you login, you will notice the SSL secure lock on the login page, and a confirmation page that you have been logged in securely.<br />
<br />
We hope you enjoy this new feature, and encourage you to stay tuned for more!<br />
<br />
Sincerely,<br />
Darryl Hosford]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ffmpeg-php]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=49</link>
			<pubDate>Wed, 16 May 2007 15:41:33 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=49</guid>
			<description><![CDATA[It would be great if ffmpeg-php could be installed. I have a site where we want admins to be able to upload video files and then have php automatically create a thumbnail image from that file.]]></description>
			<content:encoded><![CDATA[It would be great if ffmpeg-php could be installed. I have a site where we want admins to be able to upload video files and then have php automatically create a thumbnail image from that file.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Image and File Management]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=48</link>
			<pubDate>Tue, 15 May 2007 17:23:44 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=48</guid>
			<description><![CDATA[Is there a limit to the filesize of files being uploaded?<br />
I want to upload a movie file (~30 mb) to the media folder, however it doesn't work.]]></description>
			<content:encoded><![CDATA[Is there a limit to the filesize of files being uploaded?<br />
I want to upload a movie file (~30 mb) to the media folder, however it doesn't work.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SimpleUpdates Shopping Cart: show or hide cart icon]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=47</link>
			<pubDate>Fri, 11 May 2007 16:48:07 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=47</guid>
			<description><![CDATA[We added a setting in Cart Configure - Layout tab that will allow you to set the cart icon image to show or not on you public cart pages.<br />
<br />
This feature will be available starting with Simpleupdates version 6.0.14.]]></description>
			<content:encoded><![CDATA[We added a setting in Cart Configure - Layout tab that will allow you to set the cart icon image to show or not on you public cart pages.<br />
<br />
This feature will be available starting with Simpleupdates version 6.0.14.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Automatic email reminder for subscribers to renew their subscription]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=46</link>
			<pubDate>Thu, 10 May 2007 15:26:22 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=46</guid>
			<description><![CDATA[This is a suggestion to have an automatic email reminder, at a specified time (let's say 2 weeks) before a subscription expires. <br />
<br />
This applies to websites that use paid subscriptions (like magazine subscriptions, membership subscriptions etc.)]]></description>
			<content:encoded><![CDATA[This is a suggestion to have an automatic email reminder, at a specified time (let's say 2 weeks) before a subscription expires. <br />
<br />
This applies to websites that use paid subscriptions (like magazine subscriptions, membership subscriptions etc.)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SimpleUpdates Article Locked]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=45</link>
			<pubDate>Wed, 09 May 2007 18:05:00 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=45</guid>
			<description><![CDATA[We have added two new features to the Article Edit page:<br />
1. You can now see if someone is actively editing a page before you edit it.  If someone has loaded a page for editing the page will display a warning telling that an user has entered the page and when the content last changed.<br />
 <br />
2. All your page's content is now saved automatically every five minutes while you edit the page.<br />
<br />
If your browser or computer crashes while you are editing a page, you can come back to that page and you will be shown the option to load the auto-saved text from the last save before your crash.  If you don't want to you can load the published or draft content instead.<br />
<br />
This feature is available starting with Simpleupdates version 6.0.9.]]></description>
			<content:encoded><![CDATA[We have added two new features to the Article Edit page:<br />
1. You can now see if someone is actively editing a page before you edit it.  If someone has loaded a page for editing the page will display a warning telling that an user has entered the page and when the content last changed.<br />
 <br />
2. All your page's content is now saved automatically every five minutes while you edit the page.<br />
<br />
If your browser or computer crashes while you are editing a page, you can come back to that page and you will be shown the option to load the auto-saved text from the last save before your crash.  If you don't want to you can load the published or draft content instead.<br />
<br />
This feature is available starting with Simpleupdates version 6.0.9.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Direct access to folders.]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=44</link>
			<pubDate>Wed, 09 May 2007 12:12:53 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=44</guid>
			<description><![CDATA[I have a site that is concerned that visitors can access privileged information by accessing the various folders directly.  I can type http://www.mysite.org/site/1/docs" and see all the files in that folder.<br />
<br />
So with a little creative brainstorming I have come up with an index.htm file that is placed in each folder.  When the folder is accessed by typing in the direct url, index.htm is by default opened.  Only 12 lines of code, index.htm is set to redirect to ../../../index.php or "Home" as we know it.]]></description>
			<content:encoded><![CDATA[I have a site that is concerned that visitors can access privileged information by accessing the various folders directly.  I can type http://www.mysite.org/site/1/docs" and see all the files in that folder.<br />
<br />
So with a little creative brainstorming I have come up with an index.htm file that is placed in each folder.  When the folder is accessed by typing in the direct url, index.htm is by default opened.  Only 12 lines of code, index.htm is set to redirect to ../../../index.php or "Home" as we know it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SimpleUpdates Shopping Cart: Unlimited Product Variations/Attributes]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=43</link>
			<pubDate>Wed, 09 May 2007 00:02:09 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=43</guid>
			<description><![CDATA[We added a new feature for the Simpleupdates Shopping Cart: the ability to create product variations/attributes. An example is when you have for example chairs of different seat colors (red, blue, black etc.) and seat cushion (1inch, 2inch etc.)<br />
<br />
For each variation option you can set a value to be added or subtracted to the default product price:<br />
<br />
Seat color: <br />
red + &#36;20.00<br />
blue - &#36;10.00<br />
black + &#36;5.00<br />
etc.<br />
<br />
Seat cushion:<br />
1 inch + &#36;0.00<br />
2 inch + &#36;5.00<br />
etc.<br />
<br />
You can add unlimited variations and unlimited options for each variation.<br />
<br />
You can edit your product variations by clicking the "Product variations" link beside item price in "Cart add/edit items".<br />
<br />
After you set these variations, you can view them in cart detail page for that specific product/item.<br />
<br />
This feature is available starting with Simpleupdates version 6.0.7]]></description>
			<content:encoded><![CDATA[We added a new feature for the Simpleupdates Shopping Cart: the ability to create product variations/attributes. An example is when you have for example chairs of different seat colors (red, blue, black etc.) and seat cushion (1inch, 2inch etc.)<br />
<br />
For each variation option you can set a value to be added or subtracted to the default product price:<br />
<br />
Seat color: <br />
red + &#36;20.00<br />
blue - &#36;10.00<br />
black + &#36;5.00<br />
etc.<br />
<br />
Seat cushion:<br />
1 inch + &#36;0.00<br />
2 inch + &#36;5.00<br />
etc.<br />
<br />
You can add unlimited variations and unlimited options for each variation.<br />
<br />
You can edit your product variations by clicking the "Product variations" link beside item price in "Cart add/edit items".<br />
<br />
After you set these variations, you can view them in cart detail page for that specific product/item.<br />
<br />
This feature is available starting with Simpleupdates version 6.0.7]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Newsletter send email in background]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=42</link>
			<pubDate>Mon, 07 May 2007 22:45:05 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=42</guid>
			<description><![CDATA[A customer suggested that we should have the send email process for newsletter working in background on the server. This way you'll not have to leave the window open to finish the process.<br />
<br />
Lucian]]></description>
			<content:encoded><![CDATA[A customer suggested that we should have the send email process for newsletter working in background on the server. This way you'll not have to leave the window open to finish the process.<br />
<br />
Lucian]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SimpleUpdates Version 6 launched]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=40</link>
			<pubDate>Thu, 03 May 2007 13:50:14 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=40</guid>
			<description><![CDATA[Hello there,<br />
<br />
I have the pleasure of announcing SimpleUpdates CMS version 6 has been released. It will take a few days to get to all sites, but you will notice the version 6.+ in the version area when your site has the newest code. (You can check at: Welcome menu -> Admin management -> Help and user guides.)<br />
<br />
Features include:<br />
<br />
1) Graphical editor improvements, and bug fixes<br />
2) Email newsletters public archive and email templates<br />
3) Improved shopping cart shipping options and other cart features<br />
4) Auto-save where and edit in the editor is saved to your site every 5 minutes.<br />
5) Article lock, where if one person is editing an article, and another person tries to edit the same article, a notice is shown, warning that the specific article is being worked on by another.<br />
6) Redesigned template loading module, allowing immediate updates to any template across the entire network of SimpleUpdates sites.<br />
<br />
We are excited about the current development underway, and you can look forward to many more updates soon.]]></description>
			<content:encoded><![CDATA[Hello there,<br />
<br />
I have the pleasure of announcing SimpleUpdates CMS version 6 has been released. It will take a few days to get to all sites, but you will notice the version 6.+ in the version area when your site has the newest code. (You can check at: Welcome menu -> Admin management -> Help and user guides.)<br />
<br />
Features include:<br />
<br />
1) Graphical editor improvements, and bug fixes<br />
2) Email newsletters public archive and email templates<br />
3) Improved shopping cart shipping options and other cart features<br />
4) Auto-save where and edit in the editor is saved to your site every 5 minutes.<br />
5) Article lock, where if one person is editing an article, and another person tries to edit the same article, a notice is shown, warning that the specific article is being worked on by another.<br />
6) Redesigned template loading module, allowing immediate updates to any template across the entire network of SimpleUpdates sites.<br />
<br />
We are excited about the current development underway, and you can look forward to many more updates soon.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adlinks module ideas]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=39</link>
			<pubDate>Thu, 03 May 2007 12:52:19 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=39</guid>
			<description><![CDATA[These are some ideas I got from Simpleupdate users:<br />
<br />
1)a target option for adlinks<br />
<br />
2)using flash images for the ads<br />
(in this case the flash file will need to include the redirection link for the ad)<br />
<br />
Lucian]]></description>
			<content:encoded><![CDATA[These are some ideas I got from Simpleupdate users:<br />
<br />
1)a target option for adlinks<br />
<br />
2)using flash images for the ads<br />
(in this case the flash file will need to include the redirection link for the ad)<br />
<br />
Lucian]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SimpleUpdates Shopping Cart: Unlimited Categories, Editor for items and more]]></title>
			<link>http://help.simpleupdates.com/forum/showthread.php?tid=38</link>
			<pubDate>Tue, 01 May 2007 23:13:17 -0400</pubDate>
			<guid isPermaLink="false">http://help.simpleupdates.com/forum/showthread.php?tid=38</guid>
			<description><![CDATA[Unlimited Categories<br />
<br />
Now you can have unlimited categories / subcategories for your cart items. We show a "tree" list of your existing categories. You can set a rank, a thumbnail and an intro text for each category. You can move a category (including all children) to a different parent. <br />
<br />
Now you can automatically show your items grouped by categories, by selecting the First Search = "product categories" in Cart Configure - Layout tab.<br />
<br />
WYSIWYG Editor in Add/Edit Cart Items<br />
<br />
Now you can set in Cart Configure -> Layout tab if you want to use the WYSIWYG editor in add/edit cart items. You can have 2 editors, one for the item short description and one for item detail page description.<br />
<br />
Comments for Shipping Options<br />
<br />
We added a new field for comments into each shipping option. We show this comment for each shipping option into the checkout page. Also, we store now the shipping option after checkout and you can see it in Cart -> Transaction Record.<br />
<br />
All these changes are available starting with SimpleUpdates v.5.8.24.<br />
<br />
Hope you will enjoy these improvments. Please let us know if you have observations.]]></description>
			<content:encoded><![CDATA[Unlimited Categories<br />
<br />
Now you can have unlimited categories / subcategories for your cart items. We show a "tree" list of your existing categories. You can set a rank, a thumbnail and an intro text for each category. You can move a category (including all children) to a different parent. <br />
<br />
Now you can automatically show your items grouped by categories, by selecting the First Search = "product categories" in Cart Configure - Layout tab.<br />
<br />
WYSIWYG Editor in Add/Edit Cart Items<br />
<br />
Now you can set in Cart Configure -> Layout tab if you want to use the WYSIWYG editor in add/edit cart items. You can have 2 editors, one for the item short description and one for item detail page description.<br />
<br />
Comments for Shipping Options<br />
<br />
We added a new field for comments into each shipping option. We show this comment for each shipping option into the checkout page. Also, we store now the shipping option after checkout and you can see it in Cart -> Transaction Record.<br />
<br />
All these changes are available starting with SimpleUpdates v.5.8.24.<br />
<br />
Hope you will enjoy these improvments. Please let us know if you have observations.]]></content:encoded>
		</item>
	</channel>
</rss>