<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Template: Simple Rounded</title>
        <description>This template was created to provide a simple and compact forum layout with cleanly rounded edges.  It was further developed to be easily customizable. The rounded edges are CSS based so that color schemes can be easily changed, either with the Easy Colorscheme Manager module or simple settings.tpl edits.

The template is also scalable from a minimum of 600px wide. It is pre-built with left or right columns which may be enabled from the settings.tpl file and are populated from the left_column.tpl and right_column.tpl files.  This allows for easy left or right banners or menus.

[b]Installation and Usage:[/b]
[color=#CC0000]Phorum version 5.2.8 or later is required to use this template.[/color]

This template installs like any other template.  No customization is required for a centered, single-column 800px forum.

Due to the compact nature of this template, the Readable Dates module is highly recommended. Also, if the width is less than 800px it is best to turn off the view count column.  Moderation options are available on the list pages in a javascript menu which you can open by clicking on the key icon.

Please be sure to install the module templates for any modules that have their own custom templates.  If you are using such a module and a Simple Rounded custom template is not available for the module, please let me know and I will be happy to create one.

Please note, this template uses its own custom language file for some headings and messages.  If your language is not currently supported these will be presented in English.  If you are able to provide a translation for your language, I will be happy to add it to the template.

[b]Customization:[/b]
If you would like to change the size or layout of this template, there are a few things to keep in mind.

Width:  This template supports a minimum width of 600px.  You can change the width with the templatewidth and templatewidth_nopx settings (be sure to edit both settings).  The list_pages_shown, subjectlength, and breadcrumblength variables should also be changed to reflect the new width.

Left or right columns:  This template supports both left and right columns flanking the main forum column.  Either or both can be enabled by providing widths for the leftcolumnwidth and/or rightcolumnwidth settings.  Each is populated from its respective column file (eg. left_column.tpl) which should be edited to contain the HTML you would like to display.  Please note, these columns are added to the width set in the templatewidth setting.  Thus a leftcolumnwidth of 200px and a templatewidth of 800px would create an HTML page with a total width of 1000px.

[b]Supported Modules[/b] (included in the attached zip file):[list]
[*]Announcements
[*]Forum Stats
[*]Google Calendar
[*]Group Auto-Email
[*]Jumpmenu
[*]Online Users
[*]Recent Messages
[*]Threaded Tree View
[*]User List
[/list]
[b]Todo:[/b][list]
[*]Add support for more modules
[list]
[*]Custom Attachment Icons
[*]Enhanced Custom Profiles
[*]User Avatar
[/list]
[*]Add further features as requested or as they pop into my head.
[/list]</description>
        <link>https://www.phorum.org/support/read.php?63,135809,135809#msg-135809</link>
        <lastBuildDate>Wed, 22 Jul 2026 02:20:01 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,153526#msg-153526</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,153526#msg-153526</link>
            <description><![CDATA[ <b>Problem with Favorite Forums module</b><br />
<br />
I enabled the Favorite Forums module by adding these lines:<br />
<pre class="bbcode">
        {IF URL-&gt;ADD_FAVORITE}
        &lt;td class=&quot;PhorumNavRowItem&quot;&gt;&lt;a class=&quot;PhorumNavLink&quot; href=&quot;{URL-&gt;ADD_FAVORITE}&quot;&gt;{LANG-&gt;phorum_mod_favorite_forums-&gt;AddToFavorites}&lt;/a&gt;&lt;/td&gt;
        {/IF}
        {IF URL-&gt;REMOVE_FAVORITE}
        &lt;td class=&quot;PhorumNavRowItem&quot;&gt;&lt;a class=&quot;PhorumNavLink&quot; href=&quot;{URL-&gt;REMOVE_FAVORITE}&quot;&gt;{LANG-&gt;phorum_mod_favorite_forums-&gt;RemoveFromFavorites}&lt;/a&gt;&lt;/td&gt;
        {/IF}</pre>
<br />
after line 15 of actions_menu.tpl. That added a link to &quot;Add to Favorites&quot; in each forum. However, clicking on that link results in this error:<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />
Fatal error: Cannot redeclare phorum_api_custom_profile_field_configure() (previously declared in /home/kenodle/forum.kjodle.net/include/api/custom_profile_fields.php:102) in /home/kenodle/forum.kjodle.net/include/api/custom_profile_fields.php on line 234</div></blockquote>
<br />
The forum does actually get added to my favorites and appears on the front page, but that is a fatal error, so it doesn&#039;t leave inexperienced users with any options.<br />
<br />
Additionally, no &quot;forum settings&quot; appears in the Control Center.<br />
<br />
Any ideas on how I can fix these two items? Thanks.]]></description>
            <dc:creator>Kenneth John Odle</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 02 Apr 2013 20:06:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,153523#msg-153523</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,153523#msg-153523</link>
            <description><![CDATA[ <b>User Avatar module</b><br />
<br />
I was able to make this template compatible with the User Avatar module by inserting this code:<br />
<br />
[code=&quot;php&quot;]<br />
        {IF MESSAGES-&gt;user_avatar}<br />
          &lt;img src=&quot;{MESSAGES-&gt;user_avatar}&quot; alt=&quot;avatar&quot; /&gt;<br />
        {/IF}<br />
[/code]<br />
<br />
just after line 56 in &quot;read.tpl&quot;. <br />
<br />
My next task is to figure out how to make this fantastic template use absolute, rather than relative, URL&#039;s, so that I can use the SEF url&#039;s module, and to add feed links.<br />
<br />
Thanks for a great template. I love it!]]></description>
            <dc:creator>Kenneth John Odle</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Mon, 01 Apr 2013 16:44:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,148053#msg-148053</guid>
            <title>Re: Beginner&#039;s question: integrate header/footer into template</title>
            <link>https://www.phorum.org/support/read.php?63,135809,148053#msg-148053</link>
            <description><![CDATA[ It would help if you can show us what you have got so far on a public website. Without a specific problem to look at, I don&#039;t think that you will get much response to your question.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 11 Mar 2011 09:34:01 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,148052#msg-148052</guid>
            <title>Beginner&#039;s question: integrate header/footer into template</title>
            <link>https://www.phorum.org/support/read.php?63,135809,148052#msg-148052</link>
            <description><![CDATA[ Dear Joe,<br />
<br />
I&#039;ve just discovered Phorum and your template and this is great. I am trying to customise the simple-rounded template to integrate into the overall design of my website.<br />
I&#039;ve been trying to insert a navigation bar and logo into the header, but do not seem to find the right place to insert it. Can you please help out?<br />
Also, I have a footer with a background image, but can&#039;t seem to be able to display the background image, which is integrated in a footer style that I integrated into the css stylesheet. Any clue?<br />
<br />
Thanks in advance for your help, I&#039;m really stuck now!<br />
<br />
Tania, new Phorum user]]></description>
            <dc:creator>severita</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 11 Mar 2011 03:35:02 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,147704#msg-147704</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,147704#msg-147704</link>
            <description><![CDATA[ but in firefox<br />
i will be....<br />
how can fix this gap???<br />
in ie7 it is no problem]]></description>
            <dc:creator>kwan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 01 Feb 2011 03:07:06 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,147703#msg-147703</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,147703#msg-147703</link>
            <description><![CDATA[ ok~<br />
thank you^^ <br />
sorry my english not good xd]]></description>
            <dc:creator>kwan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 01 Feb 2011 02:37:28 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,147701#msg-147701</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,147701#msg-147701</link>
            <description><![CDATA[ Try this (untested):<br />
In the index_classic.tpl and index_new.tpl files, add your image on the first line of these files, above the user_menu as shown here[code=&quot;html4strict&quot; number=&quot;1&quot;]<br />
&lt;img style=&quot;float: right&quot; src=&quot;[<a href="http://www.yoursite.com/yourimage.jpg&quot" target="_blank"  rel="nofollow">www.yoursite.com</a>]; /&gt;<br />
{INCLUDE &quot;user_menu&quot;}<br />
{IF USER-&gt;NOTICE-&gt;SHOW}{INCLUDE &quot;moderator_menu&quot;}{/IF}<br />
{INCLUDE &quot;actions_menu&quot;}[/code]<br />
<br />
Note the &quot;float: right&quot; style which is required to put the image on the right.]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Mon, 31 Jan 2011 21:38:57 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,147700#msg-147700</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,147700#msg-147700</link>
            <description><![CDATA[ hey Joe<br />
can you help me one guestion??<br />
how can put a img in user menu and action menu left( <b>index only</b> )?<br />
Demo img,]]></description>
            <dc:creator>kwan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Mon, 31 Jan 2011 19:26:19 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,143305#msg-143305</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,143305#msg-143305</link>
            <description><![CDATA[ Rabarbervin,<br />
<br />
Thank you for reminding me of that.  I am in the middle of a module right now and have a couple of other things to follow up on after that, but I will try to keep this in front of me as well.  It helps that someone has asked for it specifically :-).]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 26 Feb 2010 07:01:33 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,143303#msg-143303</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,143303#msg-143303</link>
            <description><![CDATA[ Hello Joe!<br />
Are you working with getting the avatar module functional with this templet?<br />
I see that´s on your &quot;to do list&quot; for this templet.<br />
<br />
Thx again for this lovley templet!<br />
<br />
Rabarbervin.]]></description>
            <dc:creator>Rabarbervin</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 26 Feb 2010 06:53:27 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,143228#msg-143228</guid>
            <title>Re:  Simple Rounded,  Undefined Index</title>
            <link>https://www.phorum.org/support/read.php?63,135809,143228#msg-143228</link>
            <description><![CDATA[ In order to see this error you need to NOT force hiding of email in the admin-general settings. <br />
Tested on several installs, local (Windoze) and webhost (linux). Ask if you need anything more.<br />
<br />
<br />
<br />
Additional details:<br />
<br />
Message:<br />
<br />
PHP notice: Undefined index: hide_email_checked<br />
<br />
PHP notice generated at /home/xxxxxxx/public_html/StClAd/cache/tpl-simple_rounded-cc_usersettings-558b060f88c69a85eb2eca0191d452a5.php-stage2:127<br />
<br />
Back trace:<br />
<br />
Function include called at<br />
{path to Phorum}/cache/tpl-simple_rounded-cc_usersettings-558b060f88c69a85eb2eca0191d452a5.php:7<br />
----<br />
Function include called at<br />
{path to Phorum}/cache/tpl-simple_rounded-cc_index-7f3ef3559f0d4b8bca96ac0580856e0d.php-stage2:492<br />
----<br />
Function include called at<br />
{path to Phorum}/cache/tpl-simple_rounded-cc_index-7f3ef3559f0d4b8bca96ac0580856e0d.php:7<br />
----<br />
Function include called at<br />
{path to Phorum}/common.php:1466<br />
----<br />
Function phorum_output called at<br />
{path to Phorum}/control.php:253<br />
----<br />
<br />
Request info:<br />
<br />
HTTP_HOST = www.xxxxxxx.com<br />
HTTP_REFERER = [<a href="http://www.xxxxxxx.com/StClAd/control.php?3" target="_blank"  rel="nofollow">www.xxxxxxx.com</a>]<br />
REQUEST_URI = /StClAd/control.php?3,panel=password<br />
QUERY_STRING = 3,panel=password]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sat, 20 Feb 2010 14:31:39 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,143185#msg-143185</guid>
            <title>Re: Template: Simple Rounded v5.2.1.05 - bugfixes, IE5.5/6 compatibility, new module support</title>
            <link>https://www.phorum.org/support/read.php?63,135809,143185#msg-143185</link>
            <description><![CDATA[ WoW, that was fast! <br />
Thank you for the fixes, it looks good in IE now.<br />
<br />
Scott]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 16 Feb 2010 20:55:27 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,143180#msg-143180</guid>
            <title>Template: Simple Rounded v5.2.1.05 - bugfixes, IE5.5/6 compatibility, new module support</title>
            <link>https://www.phorum.org/support/read.php?63,135809,143180#msg-143180</link>
            <description><![CDATA[ Thanks for the bug reports Scott.  I have completed v5.2.1.05 of this template with the following changes:<br />
<br />
- Bugfix: The template did not render properly in IE6.  Thanks go to Phorum user Scott Finegan for reporting this bug.<br />
BTW: I think I broke a personal record with this &quot;bugfix&quot; - 63 files edited!<br />
<br />
- Bugfix: The browser would not jump to the last message on the read page.  Thanks go to Phorum user Scott Finegan for reporting this bug.<br />
<br />
- Enhancement: Support added for the Speller Pages module.<br />
<br />
- Enhancement: Added support for the User List module.<br />
<br />
- Enhancement: Support added for the Forum Stats module.<br />
<br />
- Bugfix: Isolated the submission buttons with javascript replacements so that other submission buttons will not be hidden.<br />
<br />
- Enhancement: Support added for the Group Auto-Email module.]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Tue, 16 Feb 2010 07:47:35 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,143177#msg-143177</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,143177#msg-143177</link>
            <description><![CDATA[ Joe,<br />
<br />
Two issues:<br />
<br />
1) When I click on &quot;Last Post&quot;, I go to the correct page, but end up at the top or first message (hard to tell).<br />
<br />
2) Using IE6, simple_rounded is not displaying correctly, see attachment.<br />
<br />
I looked to see if I could set simple_rounded on the demo phorum for comparison, but I could not, templates aren&#039;t available.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Mon, 15 Feb 2010 14:51:12 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142822#msg-142822</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142822#msg-142822</link>
            <description><![CDATA[ Joe<br />
Thanks for the update, support 100% as previous. Sure you are / have got the best template on the system :)<br />
Thanks also for the hack I will give it a go.<br />
Regards<br />
Harry]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 21 Jan 2010 09:17:20 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142817#msg-142817</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142817#msg-142817</link>
            <description><![CDATA[ Harry,<br />
<br />
Ask and you might receive :)  I have created Simple Rounded support for the Forum Stats module in <a href="http://www.phorum.org/phorum5/file.php/0/4174/simple_rounded_forumstats_support.zip" target="_blank" >this file</a>.  It will also be included in the full template file.<br />
<br />
As for your &quot;Show only to logged-in users&quot; request.  You can accomplish this with a simple template hack by adding these lines to the mods/forumstats/template/simple_rounded/footer.tpl file in the link above:<br />
<pre class="bbcode">
{IF LOGGEDIN}
. . . footer.tpl contents . . .
{/IF}
</pre>]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 21 Jan 2010 08:53:50 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142812#msg-142812</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142812#msg-142812</link>
            <description><![CDATA[ ok thanks for the update.]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 21 Jan 2010 07:30:57 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142811#msg-142811</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142811#msg-142811</link>
            <description><![CDATA[ thats expected behaviour and not bound to any permissions.<br />
please post any additional questions about this module in the module&#039;s thread.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 21 Jan 2010 07:24:41 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142810#msg-142810</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142810#msg-142810</link>
            <description><![CDATA[ Hi Thomas<br />
I am not sure if this is a bug or not.<br />
I have a closed forum.<br />
If I use your mob and select to show on the index page, it does so without the need to be logged in. Also if I select to show latest user that name is linked and I can get to the details again without being logged in. Currently have set in the list view which works due to the need to be logged in. Ideally would want stats to appear on the index page but only after successful login. <br />
Hope that makes sense.<br />
<br />
Joe any chance of a rounded template for this mod?]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 21 Jan 2010 07:12:37 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142808#msg-142808</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142808#msg-142808</link>
            <description><![CDATA[ Thanks Thomas that is cool.]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 21 Jan 2010 06:53:02 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142806#msg-142806</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142806#msg-142806</link>
            <description><![CDATA[ thats simply a module<br />
[<a href="http://www.phorum.org/phorum5/read.php?62,126491,126491#msg-126491" target="_blank" >www.phorum.org</a>]]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 21 Jan 2010 06:25:52 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142805#msg-142805</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142805#msg-142805</link>
            <description><![CDATA[ Hi Joe<br />
Do you know if there is a way within the Simple Rounded template to have the Forum Statistics displayed as per the image / main Phorum website?<br />
Thanks <br />
Harry]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Thu, 21 Jan 2010 05:43:40 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142737#msg-142737</guid>
            <title>Re: Template: Simple Rounded v5.2.1.04 - bugfixes, better non-javascript browser support</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142737#msg-142737</link>
            <description><![CDATA[ Fantastic work Joe. <br />
Harry]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 15 Jan 2010 08:22:45 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142734#msg-142734</guid>
            <title>Re: Template: Simple Rounded v5.2.1.04 - bugfixes, better non-javascript browser support</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142734#msg-142734</link>
            <description><![CDATA[ Harry, I have added support for the Group Auto-Email module.  Please redownload v5.2.1.04 of this template and you will find the group_autoemail files in the simple_rounded_module_support.zip file which can be installed just as your other modules were ([<a href="http://www.phorum.org/phorum5/read.php?63,135809,142680#msg-142680" target="_blank" >www.phorum.org</a>])]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 15 Jan 2010 07:14:55 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142732#msg-142732</guid>
            <title>Re: Template: Simple Rounded v5.2.1.04 - bugfixes, better non-javascript browser support</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142732#msg-142732</link>
            <description><![CDATA[ Hi Joe thanks for the update, the feedback I have from this template is really good, so thanks for making even better. <br />
I have upload an image, not sure if this one is fix by your latest release?<br />
Harry]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 15 Jan 2010 04:36:44 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142726#msg-142726</guid>
            <title>Template: Simple Rounded v5.2.1.04 - bugfixes, better non-javascript browser support</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142726#msg-142726</link>
            <description><![CDATA[ I have release v5.2.1.04 of this template with the following changes:<br />
<br />
- Bugfix: Removed unnecessary {FORM} lines. <br />
<br />
- Bugfix: Added a moderator check to fix a php error.  Thanks go to Phorum user harryatkins for pointing out this bug.<br />
<br />
- Bugfix: Added the required stdblock.tpl file.  Thanks go to Phorum user harryatkins for pointing out this bug.<br />
<br />
- Bugfix: Fixed a variable assumption for the first folder in the menu.<br />
<br />
- Bugfix: Added missing check for the {NEWPOST} link.  This affects the support for the Announcements module.<br />
<br />
- Bugfix: Fixed the &quot;expanding links&quot; problem with the link rows.  Thanks go to Phorum user paxed for providing this fix.<br />
<br />
- Enhancement: Replaced the javascript submission buttons with CSS hidden input buttons and javascript written submission buttons. This allows for non-javascript browsers to use this template. Thanks go to Phorum user paxed for the code behind this enhancement.  This affects the support for the Recent Messages module.]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Fri, 15 Jan 2010 02:47:02 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142686#msg-142686</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142686#msg-142686</link>
            <description><![CDATA[ Hi Joe<br />
Got it and works very well, thanks for your support.<br />
Harry]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Jan 2010 12:06:40 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142680#msg-142680</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142680#msg-142680</link>
            <description><![CDATA[ Harry,<br />
<br />
In the zip file for this template there is a folder containing the template and another zip file containing the template files needed for the various modules currently supported.  You will need to open that zip file (simple_rounded_module_support.zip) and copy the online_users/templates/simple_rounded and recent_messages/templates/simple_rounded folders up onto your server (eg. the Recent Messages module should then have the {phorum_root}/mods/recent_messages/templates/simple_rounded/css.tpl file and all the other files from the simple_rounded folder for that module).]]></description>
            <dc:creator>Joe Curia</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Wed, 13 Jan 2010 09:48:40 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,142654#msg-142654</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,142654#msg-142654</link>
            <description><![CDATA[ I have simple_rounded_v5_2_1_03.zip installed and rellay like the template.<br />
I have also added the online users and recent messages to my forum <a href="http://www.hursleyvillage.info/forum.html" target="_blank"  rel="nofollow">http://www.hursleyvillage.info/forum.html</a> <br />
Although the data is shown it is outside of the simple rounded format. <br />
Any thing that I am missing?<br />
Thanks<br />
Harry]]></description>
            <dc:creator>harryatkins</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sun, 10 Jan 2010 15:09:19 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?63,135809,140875#msg-140875</guid>
            <title>Re: Template: Simple Rounded</title>
            <link>https://www.phorum.org/support/read.php?63,135809,140875#msg-140875</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>scabboy</strong><br />
It&#039;s really very nice :) <br />
<a href="http://www.vangthegioi.com.vn/" target="_blank"  rel="nofollow">Personal Blog</a><br />
Thanks.</div></blockquote>
<br />
Oh your site <a href="http://www.oskb.net/" target="_blank"  rel="nofollow">Personal Blog</a> was hacked<br />
<img src="http://img9.imageshack.us/img9/381/adszeeh.jpg" class="bbcode" border="0" />]]></description>
            <dc:creator>ajri02</dc:creator>
            <category>v5/v6 Templates</category>
            <pubDate>Sun, 27 Sep 2009 23:32:35 -0500</pubDate>
        </item>
    </channel>
</rss>
