<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Info/Tutorials - eFiction Community Forums				            </title>
            <link>https://efiction.org/community/info-tutorials/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 11 May 2026 00:03:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Recent, random, featured blocks</title>
                        <link>https://efiction.org/community/info-tutorials/recent-random-featured-blocks/</link>
                        <pubDate>Sun, 20 Sep 2009 03:18:39 +0000</pubDate>
                        <description><![CDATA[Where do the default {recent_content} {featured_content} and {random_content} point to to style the output? For the life of me, I can&#039;t figure it out to change them.]]></description>
                        <content:encoded><![CDATA[Where do the default {recent_content} {featured_content} and {random_content} point to to style the output? For the life of me, I can&#039;t figure it out to change them.]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Eos Rose</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/recent-random-featured-blocks/</guid>
                    </item>
				                    <item>
                        <title>MOVED: Re:  Menu block configuration</title>
                        <link>https://efiction.org/community/info-tutorials/moved-re-info-menu-block-configuration/</link>
                        <pubDate>Tue, 16 Dec 2008 22:52:03 +0000</pubDate>
                        <description><![CDATA[This topic has been moved to Version 3.0 General Support.[iurl]]></description>
                        <content:encoded><![CDATA[This topic has been moved to <a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="https://efiction.org/forums/index.php?board=30">Version 3.0 General Support</a>.<br><br>https://efiction.org/forums/index.php?topic=6780.0]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Becca</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/moved-re-info-menu-block-configuration/</guid>
                    </item>
				                    <item>
                        <title> Adding icons to Panels</title>
                        <link>https://efiction.org/community/info-tutorials/tutorial-adding-icons-to-panels/</link>
                        <pubDate>Tue, 11 Sep 2007 00:43:49 +0000</pubDate>
                        <description><![CDATA[NOTEThis is somewhat related to the following topic so admins should feel free to delete previous said topic in favor of this tutorial if they so choose.Working Example:(but also the member ...]]></description>
                        <content:encoded><![CDATA[<b>NOTE</b><br>This is somewhat related to the following topic (https://efiction.org/forums/index.php?topic=5447.0) so admins should feel free to delete previous said topic in favor of this tutorial if they so choose.<br><br><b>Working Example</b>: http://fanfics.suethomasfbeye.net/toplists.php (but also the member account menu if you are logged in).<br><br><b>The Tutorial in itself</b><br><i>This skinning mod requires a database alteration, so before you do anything... remember to back up your database. That way, you can always go back if you make a mistake.</i><br><br><b>Step 1</b> <br>In phpMyAdmin, select your efiction database. Click on <b>Query</b> and enter this in the SQL Query area:<br><pre>ALTER TABLE &#039;fanfiction_panels&#039; ADD `panel_image` VARCHAR(100) NULL null AFTER `panel_url`;</pre><br><br><b>Step 2</b> - for the member account menu<br>In your efiction install, open user.php and look for<br><pre>if(!$panel) $output .=&nbsp; &quot;&lt;a href="&quot;user.php?action=&quot;.$panel.&quot;&quot;&gt;&quot;.$panel.&quot;&lt;/a&gt;&lt;br /&gt;n&quot;;<br>else $output .= &quot;&lt;a href="&quot;&quot;.$panel.&quot;&quot;&gt;&quot;.$panel.&quot;&lt;/a&gt;&lt;br /&gt;n&quot;;<br>}</pre><br><br>replace with<br><pre>if(!$panel) $output .=&nbsp; &quot;&quot;.$panel.&quot; &lt;a href="&quot;user.php?action=&quot;.$panel.&quot;&quot;&gt;&quot;.$panel.&quot;&lt;/a&gt;&lt;br /&gt;n&quot;;<br>else $output .= &quot;&quot;.$panel.&quot; &lt;a href="&quot;&quot;.$panel.&quot;&quot;&gt;&quot;.$panel.&quot;&lt;/a&gt;&lt;br /&gt;n&quot;;<br>}</pre><br><br><b>Step 2</b> - for the Top Ten Lists<br>In your efiction install, open toplists.php and look for<br><pre>$output .= &quot;&lt;a href="&#039;toplists.php?list=&quot;.$l.&quot;&#039;&gt;&quot;.$l.&quot;&lt;/a&gt;&lt;br /&gt;&quot;;</pre><br><br>replace with<br><pre>$output .= &quot;&quot;.$l.&quot; &lt;a href="&#039;toplists.php?list=&quot;.$l.&quot;&#039;&gt;&quot;.$l.&quot;&lt;/a&gt;&lt;br /&gt;&quot;;</pre><br><br><b>Step 3</b><br>Open admin/panels.php and look for<br><pre>if(!empty($_GET)) {<br>if(!empty($_POST)) {<br>$panel_name = addslashes(strip_tags(descript($_POST)));<br>$panel_title = addslashes(strip_tags(descript($_POST)));<br>$panel_url = addslashes(strip_tags(descript($_POST)));<br>$panel_level = (!empty($_POST) &amp;&amp; isNumber($_POST) ? $_POST : 0);<br>$panel_hidden = (!empty($_POST) ? 1 : 0);<br>$panel_type = strip_tags(descript($_POST));</pre><br><br>replace with<br><pre>if(!empty($_GET)) {<br>if(!empty($_POST)) {<br>$panel_name = addslashes(strip_tags(descript($_POST)));<br>$panel_title = addslashes(strip_tags(descript($_POST)));<br>$panel_url = addslashes(strip_tags(descript($_POST)));<br>$panel_image = addslashes(descript($_POST));<br>$panel_level = (!empty($_POST) &amp;&amp; isNumber($_POST) ? $_POST : 0);<br>$panel_hidden = (!empty($_POST) ? 1 : 0);<br>$panel_type = strip_tags(descript($_POST));</pre><br><br>look for<br><pre>if($_GET != &quot;new&quot;) $result = dbquery(&quot;UPDATE &quot;.TABLEPREFIX.&quot;fanfiction_panels SET panel_name = &#039;$panel_name&#039;, panel_title = &#039;$panel_title&#039;, panel_url = &#039;$panel_url&#039;, panel_level = &#039;$panel_level&#039;, panel_hidden = &#039;$panel_hidden&#039;, panel_type = &#039;$panel_type&#039;&quot;.(!empty($panel_hidden) ? &quot;, panel_order = &#039;$nextorder&#039;&quot; : &quot;&quot;).&quot; WHERE panel_id = &#039;&quot;.$_GET.&quot;&#039;&quot;);<br>else $result = dbquery(&quot;INSERT INTO &quot;.TABLEPREFIX.&quot;fanfiction_panels(`panel_name`, `panel_title`, `panel_url`, &#039;panel_level`, `panel_hidden`, `panel_type`, `panel_order`) VALUES( &#039;$panel_name&#039;, &#039;$panel_title&#039;, &#039;$panel_url&#039;, &#039;&#039;$panel_level&#039;, &#039;$panel_hidden&#039;, &#039;$panel_type&#039;, &#039;$nextorder&#039;)&quot;);</pre><br><br>replace with<br><pre>if($_GET != &quot;new&quot;) $result = dbquery(&quot;UPDATE &quot;.TABLEPREFIX.&quot;fanfiction_panels SET panel_name = &#039;$panel_name&#039;, panel_title = &#039;$panel_title&#039;, panel_url = &#039;$panel_url&#039;, panel_image = &#039;$panel_image&#039;, panel_level = &#039;$panel_level&#039;, panel_hidden = &#039;$panel_hidden&#039;, panel_type = &#039;$panel_type&#039;&quot;.(!empty($panel_hidden) ? &quot;, panel_order = &#039;$nextorder&#039;&quot; : &quot;&quot;).&quot; WHERE panel_id = &#039;&quot;.$_GET.&quot;&#039;&quot;);<br>else $result = dbquery(&quot;INSERT INTO &quot;.TABLEPREFIX.&quot;fanfiction_panels(`panel_name`, `panel_title`, `panel_url`, `panel_image`, `panel_level`, `panel_hidden`, `panel_type`, `panel_order`) VALUES( &#039;$panel_name&#039;, &#039;$panel_title&#039;, &#039;$panel_url&#039;, &#039;$panel_image&#039;, &#039;$panel_level&#039;, &#039;$panel_hidden&#039;, &#039;$panel_type&#039;, &#039;$nextorder&#039;)&quot;);</pre><br><br>look for<br><pre>&lt;label for=&#039;panel_url&#039;&gt;&quot;._PANELURL.&quot;:&lt;/label&gt; &lt;input type=&#039;text&#039; class=&#039;textbox&#039; name=&#039;panel_url&#039; id=&#039;panel_url&#039; value=&#039;&quot;.$panelinfo.&quot;&#039;&gt;&lt;br /&gt;</pre><br><br>add after it<br><pre>&lt;label for=&#039;panel_image&#039;&gt;Panel icon:&lt;/label&gt; &lt;input type=&#039;text&#039; class=&#039;textbox&#039; name=&#039;panel_image&#039; id=&#039;panel_image&#039; value=&#039;&quot;.$panelinfo.&quot;&#039;&gt;&lt;br /&gt;</pre><br><br><b>Step 4</b><br>Log into your efiction library and move to the admin console. Click on the Panels link and choose the panel you wish to add an image for. In the panel icon field, enter something like this<br><pre>&lt;img src="&quot;images/name_of_file.gif&quot;" border=&quot;0&quot;&gt;&amp;nbsp;</pre><br><br>* Please note that this location means the images would be in the images folder of your efiction install, not in the images folder of the skins you are using. So Edit accordingly if you wish to have different icons on different skins.<br><br>Remember that the Top Ten Lists panels all have the <b>Type L</b>, most the Member Account menu are <b>Type U</b>, and the Stories/Series panels are <b>Type P</b> (the manage images - if you have images upload enabled - is a <b>Type S</b> panel).]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Jacynthe</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/tutorial-adding-icons-to-panels/</guid>
                    </item>
				                    <item>
                        <title> Turning category image into a link</title>
                        <link>https://efiction.org/community/info-tutorials/tutorial-turning-category-image-into-a-link/</link>
                        <pubDate>Fri, 07 Sep 2007 09:22:14 +0000</pubDate>
                        <description><![CDATA[I wanted to do that on my site so I just decided to get my act together and try not to break anything. It took me some time seeing as I&#039;m no coding genius, but I did manage it. Yay!!! :...]]></description>
                        <content:encoded><![CDATA[I wanted to do that on my site so I just decided to get my act together and try not to break anything. It took me some time seeing as I&#039;m no coding genius, but I did manage it. Yay!!! :D<br><br>Anyhow, here&#039;s what you need to do if you want to do that yourself.<br><br>open browse/categories.php and look for:<br><pre><br>$cat-&gt;assign(&quot;image&quot;, ($cats &amp;&amp; file_exists(&quot;$skindir/images/&quot;.$cats) ? &quot;&lt;img src="&quot;$skindir/images/&quot;.$cats.&quot;&quot; alt=&quot;&quot;.$cats.&quot;&quot; border=1 title=&quot;&quot;.$cats.&quot;&quot;&gt;&quot; : &quot;&quot;));<br></pre><br><br>replace with<br><pre><br>$cat-&gt;assign(&quot;image&quot;, ($cats &amp;&amp; file_exists(&quot;$skindir/images/&quot;.$cats) ? &quot;&lt;a href="&quot;browse.php?type=categories&amp;amp;id=&quot;.$cats.&quot;&quot;&gt;&lt;img src="&quot;$skindir/images/&quot;.$cats.&quot;&quot; alt=&quot;&quot;.$cats.&quot;&quot; border=1 title=&quot;&quot;.$cats.&quot;&quot;&gt;&lt;/a&gt;&quot; : &quot;&quot;));<br></pre><br><br>You can see this in action <a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="http://fanfics.suethomasfbeye.net/browse.php?type=categories">here</a>.<br><br>Furthermore, I decided I wanted to remove the brackets that surrounded the number of stories because I wanted to merge together the story count and description (as shown in the link above).<br><br>So if you decide you want to do that as well, here&#039;s what you need to look for in browse/categories.php<br><pre><br>$cat-&gt;assign(&quot;count&quot;, &quot;[&quot;.$cats.&quot;]&quot;);<br></pre><br><br>replace with:<br><pre><br>$cat-&gt;assign(&quot;count&quot;, &quot;&quot;.$cats.&quot;&quot;);<br></pre><br><br>then in your skin&#039;s categories.tpl you need to have the following code<br><br><pre><br>&lt;!-- START BLOCK : categoryblock --&gt;<br>{image}&lt;br /&gt;<br>{link}&lt;br /&gt;<br>{count} stories {description}<br>&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br>&lt;!-- END BLOCK : categoryblock --&gt;<br></pre><br><br>Okay. I better go to bed now because it&#039;s nearing 3:30am and I work in 4 and a half hours... I&#039;ll regret staying up this late to redo all my categories images!&nbsp; :|]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Jacynthe</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/tutorial-turning-category-image-into-a-link/</guid>
                    </item>
				                    <item>
                        <title>{Solved} Re:  Rotating Banner Image</title>
                        <link>https://efiction.org/community/info-tutorials/solved-re-info-rotating-banner-image/</link>
                        <pubDate>Thu, 10 May 2007 03:50:54 +0000</pubDate>
                        <description><![CDATA[Oh, I&#039;ve been looking for something like this... but my header.tpl and varible.php don&#039;t look.... well I&#039;ll show you.variable.php:&lt;?php$blocks[&amp;quot...]]></description>
                        <content:encoded><![CDATA[Oh, I&#039;ve been looking for something like this... but my header.tpl and varible.php don&#039;t look.... well I&#039;ll show you.<br>variable.php:<br><pre>&lt;?php<br>$blocks = 2;<br>$blocks =&nbsp; &#039;0&#039;;<br>$blocks = 2;<br>$blocks = &#039;1&#039;;<br>$blocks = array (<br>&nbsp; 0 =&gt; &#039;home&#039;,<br>&nbsp; 1 =&gt; &#039;recent&#039;,<br>&nbsp; 2 =&gt; &#039;authors&#039;,<br>&nbsp; 3 =&gt; &#039;catslink&#039;,<br>&nbsp; 4 =&gt; &#039;titles&#039;,<br>&nbsp; 5 =&gt; &#039;series&#039;,<br>&nbsp; 6 =&gt; &#039;search&#039;,<br>&nbsp; 7 =&gt; &#039;tens&#039;,<br>&nbsp; 8 =&gt; &#039;challenges&#039;,<br>&nbsp; 9 =&gt; &#039;help&#039;,<br>&nbsp; 10 =&gt; &#039;contactus&#039;,<br>&nbsp; 11 =&gt; &#039;login&#039;,<br>&nbsp; 12 =&gt; &#039;logout&#039;,<br>&nbsp; 13 =&gt; &#039;adminarea&#039;);<br>$blocks = 1;<br>$blocks = 1;<br>$blocks = 2;<br>unset($blocks);<br>$blocks = 1; // Long form with register and lost password options<br>$blocks = 2;<br>$blocks = 2;<br>$blocks = 0;<br>$blocks = &#039;1&#039;;<br>$blocks = 2;<br>$displayprofile = 1;<br>?&gt;</pre><br><br>I placed $headerpics = array(&quot;image1.jpg&quot;, &quot;image2.jpg&quot;, &quot;image3.jpg&quot;, &quot;image4.jpg&quot;, &quot;image5.jpg&quot;, &quot;image6.jpg&quot;); &amp; $tpl-&gt;assignGlobal(&quot;headerpic&quot;, &quot;$skindir/images/&quot;.$headerpics); in variables and of course changed the images to the banners real names.&nbsp; Then I went on to the header.<br><br>As for my header:<br><pre>&lt;!-- START BLOCK : header --&gt;<br>&lt;body&gt;<br>&lt;div id=&quot;container&quot;&gt;<br>&lt;div id=&quot;menu&quot;&gt;<br>&lt;ul id=&quot;menulist&quot;&gt;<br>&lt;li&gt;{home}&lt;/li&gt;<br>&lt;li&gt;{tos}&lt;/li&gt;<br>&lt;li&gt;{rules}&lt;/li&gt;&nbsp; &nbsp;<br>&lt;li&gt;{help}&lt;/li&gt; <br>&lt;li&gt;{contactus}&lt;/li&gt; <br>&lt;li&gt;{adminarea}&lt;/li&gt;&nbsp; <br>&lt;/ul&gt;<br>&lt;/div&gt;<br>&lt;div id=&quot;banner&quot;&gt;<br>&lt;div id=&quot;secondmenu&quot;&gt;<br>&lt;div id=&quot;submenu&quot;&gt;<br>&lt;ul id=&quot;submenulist&quot;&gt;<br>&lt;li&gt;Browse By:&lt;/li&gt;<br>&lt;li&gt;{recent}&lt;/li&gt; <br>&lt;li&gt;{authors}&lt;/li&gt;<br>&lt;li&gt;{catslink}&lt;/li&gt;<br>&lt;li&gt;{titles}&lt;/li&gt; <br>&lt;li&gt;{series}&lt;/li&gt; <br>&lt;li&gt;{challenges}&lt;/li&gt;<br>&lt;li&gt;{tens}&lt;/li&gt;&nbsp; <br>&lt;li&gt;{search}&lt;/li&gt; <br>&lt;/ul&gt;<br>&lt;/div&gt;<br>&lt;/div&gt;<br>&lt;/div&gt;<br>&lt;div id=&quot;menu&quot;&gt;<br>&lt;ul id=&quot;menulist&quot;&gt;<br>{login_content}<br>&lt;/ul&gt;<br>&lt;/div&gt;<br>&lt;div id=&quot;mainpage&quot;&gt;<br>&lt;!-- END BLOCK : header --&gt;</pre><br><br>I didn&#039;t know where to put the code in this one as I change my banner in the stly.css.&nbsp; Can this still work for my site?]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Marauder By Night</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/solved-re-info-rotating-banner-image/</guid>
                    </item>
				                    <item>
                        <title>Fav Icon maker</title>
                        <link>https://efiction.org/community/info-tutorials/fav-icon-maker/</link>
                        <pubDate>Wed, 07 Feb 2007 23:31:27 +0000</pubDate>
                        <description><![CDATA[I found this link on another forum, but I thought some of our members might like to use this service.&nbsp; It creates a favicon from a picture you supply.&nbsp; I haven&#039;t tried it myse...]]></description>
                        <content:encoded><![CDATA[I found this link on another forum, but I thought some of our members might like to use this service.&nbsp; It creates a favicon from a picture you supply.&nbsp; I haven&#039;t tried it myself though.<br><br><a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="http://www.chami.com/html-kit/services/favicon/">http://www.chami.com/html-kit/services/favicon/</a>]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Tammy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/fav-icon-maker/</guid>
                    </item>
				                    <item>
                        <title> Login Block in Floated Columns</title>
                        <link>https://efiction.org/community/info-tutorials/tip-login-block-in-floated-columns/</link>
                        <pubDate>Sun, 28 Jan 2007 03:27:09 +0000</pubDate>
                        <description><![CDATA[I&#039;ve noticed that in skins using floated &lt;div&gt;s to create columned layout&nbsp; the login block forces things down below in the other &quot;column&quot; even though it&#039;s with...]]></description>
                        <content:encoded><![CDATA[I&#039;ve noticed that in skins using floated &lt;div&gt;s to create columned layout&nbsp; the login block forces things down below in the other &quot;column&quot; even though it&#039;s within a floated &lt;div&gt;.&nbsp; I think this is because forms are considered 100% wide or something.&nbsp; The solution I came up with is to set the login block to absolute positioning. <br><br><pre><br>#loginblock { position: absolute; }<br></pre><br>]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Tammy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/tip-login-block-in-floated-columns/</guid>
                    </item>
				                    <item>
                        <title> Styling Recent, Random, and Featured Stories</title>
                        <link>https://efiction.org/community/info-tutorials/info-styling-recent-random-and-featured-stories/</link>
                        <pubDate>Wed, 17 Jan 2007 22:41:38 +0000</pubDate>
                        <description><![CDATA[Please see this thread in the general support forum.]]></description>
                        <content:encoded><![CDATA[Please see <a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="https://efiction.org/forums/index.php?topic=4110.0">this thread</a> in the general support forum.]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Tammy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/info-styling-recent-random-and-featured-stories/</guid>
                    </item>
				                    <item>
                        <title> Rotating Banner Image</title>
                        <link>https://efiction.org/community/info-tutorials/info-rotating-banner-image/</link>
                        <pubDate>Sun, 14 Jan 2007 04:54:26 +0000</pubDate>
                        <description><![CDATA[I&#039;ve added a short tutorial to my efiction site on how to add a rotating banner image to your skin.&nbsp;can see the technique in action at my Wormhole Crossing site on two of the skins]]></description>
                        <content:encoded><![CDATA[I&#039;ve added a short tutorial to my efiction site on how to add a rotating banner image to your skin.&nbsp; <br><br>http://efiction.hugosnebula.com/readarticle.php?article_id=12<br><br>You can see the technique in action at my Wormhole Crossing site on two of the skins:<br><br>http://sgxover.hugosnebula.com/index.php?skin=AFblue<br><br>http://sgxover.hugosnebula.com/index.php?skin=ShadesofGrey]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Tammy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/info-rotating-banner-image/</guid>
                    </item>
				                    <item>
                        <title> Menu block configuration</title>
                        <link>https://efiction.org/community/info-tutorials/info-menu-block-configuration/</link>
                        <pubDate>Mon, 08 Jan 2007 23:40:45 +0000</pubDate>
                        <description><![CDATA[Over at my site, I&#039;ve got an article that describes how to configure the menu block.&nbsp; Rather than re-create it here, I&#039;m just posting the link]]></description>
                        <content:encoded><![CDATA[Over at my site, I&#039;ve got an article that describes how to configure the menu block.&nbsp; Rather than re-create it here, I&#039;m just posting the link.<br><br>http://efiction.hugosnebula.com/readarticle.php?article_id=5]]></content:encoded>
						                            <category domain="https://efiction.org/community/info-tutorials/">Info/Tutorials</category>                        <dc:creator>Tammy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/info-tutorials/info-menu-block-configuration/</guid>
                    </item>
							        </channel>
        </rss>
		