<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Arrache Forums &#187; Forum: Tech support - Recent Topics</title>
		<link>http://www.arrache.org/forum/forum/tech-support</link>
		<description>Arrache discussion forums</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Feb 2012 12:56:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.arrache.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.arrache.org/forum/rss/forum/tech-support/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Unbalanced on "New Threads"</title>
			<link>http://www.arrache.org/forum/topic/new-threads#post-216</link>
			<pubDate>Wed, 26 May 2010 17:11:43 +0000</pubDate>
			<dc:creator>Unbalanced</dc:creator>
			<guid isPermaLink="false">216@http://www.arrache.org/forum/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I have tried to start a new thread from the home page and it leads to what appears is a broken link. Am I missing a step perhaps?&#60;br /&#62;
Unbalanced aka Curtis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "Forum FAQ"</title>
			<link>http://www.arrache.org/forum/topic/forum-faq#post-5</link>
			<pubDate>Mon, 04 Jan 2010 09:31:28 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">5@http://www.arrache.org/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Why register on the Arrache forums?&#60;/strong&#62;&#60;br /&#62;
While the General forum section is visible to anyone, there is a Member's only section that is not visible until you have registered and logged into the forums. &#60;/p&#62;
&#60;p&#62;In addition, registered members are able to have private conversations with others using the private messaging (PM) function.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;/forum/register.php&#34;&#62;Click here to get registered&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Must I remember this incredibly cryptic password?&#60;/strong&#62;&#60;br /&#62;
No, after creating your account and logging in for the first time you can change your password to something more memorable. &#60;/p&#62;
&#60;p&#62;If you are currently logged in, you will see &#34;Welcome username&#34; in the upper left. Clicking your username will take you to your profile where you will find an &#34;Edit&#34; link. From there you can change your password as well as other info displayed in your profile page.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62; &#60;a name=formatFAQ&#62;Formatting forum posts&#60;/a&#62;&#60;/strong&#62;&#60;br /&#62;
For the most part there is no need to use any formatting tags in your posts, you simply type, just like sending an email. However, sometimes you may want more control over how your post will be displayed. To accomplish that, you can use a few select HTML tags.&#60;br /&#62;
You'll see a list of allowed tags below the post form...&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Allowed markup: a blockquote code em strong ul ol li img.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;ul&#62;
&#60;li&#62;&#60;strong&#62;a&#60;/strong&#62; The &#34;a&#34; tag is used to create clickable links,&#60;br /&#62;
eg; &#60;code&#62;&#38;lt;a href=&#38;quot;http://www.arrache.org&#38;quot;&#38;gt; CLICK HERE &#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;blockquote&#60;/strong&#62; The &#34;blockquote&#34; tag can be useful when quoting another source,&#60;br /&#62;
eg; &#60;code&#62;They said &#38;lt;blockquote&#38;gt; and you can quote me on that &#38;lt;/blockquote&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;code&#60;/strong&#62; The &#34;code&#34; tag isn't really an HTML tag. It was created so that forum posts could display code that the viewer's browser would normally translate.&#60;br /&#62;
eg; &#60;code&#62;&#38;lt;code&#38;gt; You can make text bold with the &#38;lt;strong&#38;gt; tag &#38;lt;/code&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;em &#38;amp; strong&#60;/strong&#62; With these 2 tags you can add italic and bolded text&#60;br /&#62;
eg; `This is &#38;lt;strong&#38;gt;BOLD TEXT&#38;lt;/strong&#38;gt;&#60;br /&#62;
This is &#38;lt;em&#38;gt; ITALIC TEXT&#38;lt;/em&#38;gt;`&#60;/p&#62;
&#60;/li&#62;
&#60;li&#62;
&#60;strong&#62;ul ol and li&#60;/strong&#62; These 3 tags can be useful for creating lists. There are 2 types of lists, an &#60;strong&#62;O&#60;/strong&#62;rdered &#60;strong&#62;L&#60;/strong&#62;ist, which when used automatliccly numbers the items in the list, and an &#60;strong&#62;U&#60;/strong&#62;nordered &#60;strong&#62;L&#60;/strong&#62;ist which just puts a bullet in from of each list item.  The &#60;strong&#62;L&#60;/strong&#62;ist &#60;strong&#62;I&#60;/strong&#62;tem tag is used within both list types to indicate an item in the list.&#60;/p&#62;
&#60;p&#62;eg; A list of items in no particular order&#60;br /&#62;
 `&#38;lt;ul&#38;gt;&#60;br /&#62;
&#38;lt;li&#38;gt; An apple &#38;lt;/li&#38;gt;&#60;br /&#62;
&#38;lt;li&#38;gt; An orange &#38;lt;/li&#38;gt;&#60;br /&#62;
 &#38;lt;/ul&#38;gt;`&#60;/p&#62;
&#60;p&#62;A numbered list of items&#60;br /&#62;
 `&#38;lt;ol&#38;gt;&#60;br /&#62;
&#38;lt;li&#38;gt; An apple &#38;lt;/li&#38;gt;&#60;br /&#62;
&#38;lt;li&#38;gt; An orange &#38;lt;/li&#38;gt;&#60;br /&#62;
 &#38;lt;/ol&#38;gt;`&#60;/p&#62;
&#60;/li&#62;
&#60;li&#62;&#60;strong&#62;img&#60;/strong&#62; The image tag as it's called does exactly what it's name implies, includes an image.  You specify the image location using a paramter labeled SRC
&#60;p&#62;eg &#60;code&#62;&#38;lt;img src=http://www.arrache.org/arrache.png&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;PLEASE NOTE:&#60;/strong&#62;&#60;br /&#62;
Currently, Arache forum posts can only include images that have been uploaded and are available from another webserver. There currently is no public means of uploading files to this webserver due to size and security concerns. There are however numerous free file hosting services, such as &#60;a href=&#34;http://www.mediafire.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com&#60;/a&#62; , &#60;a href=&#34;http://www.youshare.com&#34; rel=&#34;nofollow&#34;&#62;http://www.youshare.com&#60;/a&#62; and &#60;a href=&#34;http://www.photobucket.com&#34; rel=&#34;nofollow&#34;&#62;http://www.photobucket.com&#60;/a&#62; to name a few. &#60;/p&#62;
&#60;p&#62;Depending on your web browser you may be able to copy the image location by right clicking on it. Once you know the URL to an image, you can include it in your post.&#60;/p&#62;
&#60;/li&#62;
&#60;/ul&#62;
&#60;ul&#62;&#60;/ul&#62;</description>
		</item>

	</channel>
</rss>

