<?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>
									Development - eFiction Community Forums				            </title>
            <link>https://efiction.org/community/development/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 11 May 2026 00:20:15 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Tags</title>
                        <link>https://efiction.org/community/development/tags-2/</link>
                        <pubDate>Fri, 21 Sep 2018 21:09:28 +0000</pubDate>
                        <description><![CDATA[There&#039;s a section for tags. I was wondering what sort of tags to use. maybe a sort of example could be posted to give you a hint or something in that section.&nbsp; Just something real ...]]></description>
                        <content:encoded><![CDATA[There&#039;s a section for tags. I was wondering what sort of tags to use. maybe a sort of example could be posted to give you a hint or something in that section.&nbsp; Just something real simple. Cause it has tag group and description.]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>marcy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/tags-2/</guid>
                    </item>
				                    <item>
                        <title>Errors Within EFiction 5</title>
                        <link>https://efiction.org/community/development/errors-within-efiction-5/</link>
                        <pubDate>Mon, 04 Jun 2018 05:38:42 +0000</pubDate>
                        <description><![CDATA[Hi guys, I have no idea where to put this thread, so move it if I&#039;e put in the wrong section, however I have come across an error in the admin panel when adding more than one character....]]></description>
                        <content:encoded><![CDATA[Hi guys, I have no idea where to put this thread, so move it if I&#039;e put in the wrong section, however I have come across an error in the admin panel when adding more than one character. This is the error: <br><br><blockquote><br> 	 	{ICON:sort} ID	{ICON:sort}<br>Internal Server Error<br>Undefined variable: LN__Sort_Label<br><br> Base-&gt;{closure}()<br> Preview-&gt;render()<br> ViewBase::render()<br> ViewAdminCP-&gt;listCharacters()<br> ControllerAdminCP_Archive-&gt;characters()<br> Base-&gt;run()<br></blockquote><br><br>This error occurs in the two newest versions of vapourware.]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>lucy</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/errors-within-efiction-5/</guid>
                    </item>
				                    <item>
                        <title>Private stories - thought</title>
                        <link>https://efiction.org/community/development/private-stories-thought/</link>
                        <pubDate>Sat, 04 Mar 2017 22:30:08 +0000</pubDate>
                        <description><![CDATA[This is partially a presentation and partially a memo - and on some issues I&#039;d like to get your feedback:I heard there&#039;s an interest in the option to set a story to private so only...]]></description>
                        <content:encoded><![CDATA[This is partially a presentation and partially a memo - and on some issues I&#039;d like to get your feedback:<br><br>I heard there&#039;s an interest in the option to set a story to private so only people considered friends can read them.<br><br>I fiddled the following ideas together:<br><ul><br><li>People can add others as friends, this is a one-way action</li><br><li>People can re-friend, making it mutual</li><br></ul><br><br>If you don&#039;t (currently) want to consider this person a friend, you can:<br><ul><br><li>Mute the friendship - it will be listed, but you will not see the other persons private stories or get notifications</li><br><li>Reject the friendship - it will be deleted and the other party will get notified</li><br></ul><br><br>Now as always, there are some issues to that:<br><br>Tags and other statistics are calculated on event and cached to reduce DB load.<br>This happens using default visibility settings, in other words private stories are not counted, leading to a mismatch in number of tags shown e.g. in the tag cloud and number of stories with said tag actually available for a friended reader.<br><br>Being an added feature, this will not happen right now, but still, the issue remains.<br><br>So what are your thoughts on this? Accept the mismatch, accept more load on the database (might be possible to counter that using extended caching), count tags although you might not be able to access stories referrd to (the way LifeJournal does it)]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Sheepcontrol</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/private-stories-thought/</guid>
                    </item>
				                    <item>
                        <title>I need your language for &quot;yes&quot; / &quot;no&quot;</title>
                        <link>https://efiction.org/community/development/i-need-your-language-for-yes-no/</link>
                        <pubDate>Sat, 04 Mar 2017 14:16:22 +0000</pubDate>
                        <description><![CDATA[Since I have no idea how many langua packs there are around, I need the entries for_YES (Around line 128)and_NO (Around line 82)from your language file.Like this:define (&quot;_NO&quot;, &amp;qu...]]></description>
                        <content:encoded><![CDATA[Since I have no idea how many langua packs there are around, I need the entries for<br>_YES (Around line 128)<br>and<br>_NO (Around line 82)<br>from your language file.<br><br>Like this:<br><pre>define (&quot;_NO&quot;, &quot;No&quot;);<br>define (&quot;_YES&quot;, &quot;Yes&quot;);</pre><br><br>So far I have:<br>English<br>German<br>Turkish<br><br>Reason is that for some forms, eFiction 3 didn&#039;t save like 0 and 1 for no and yes, but the localized words themselves. That makes it hard to do queries on when it could be anything.]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Sheepcontrol</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/i-need-your-language-for-yes-no/</guid>
                    </item>
				                    <item>
                        <title>Friendly URL</title>
                        <link>https://efiction.org/community/development/friendly-url/</link>
                        <pubDate>Sun, 08 Jan 2017 20:12:26 +0000</pubDate>
                        <description><![CDATA[Heloo!!Would be cool if you make the version 5 compatible with friendly url&#039;s. Nowadays this is a think very important, and if the code php is compatible, turn all more simple for who u...]]></description>
                        <content:encoded><![CDATA[Heloo!!<br><br>Would be cool if you make the version 5 compatible with friendly url&#039;s. Nowadays this is a think very important, and if the code php is compatible, turn all more simple for who use the eFiction.<br><br>It&#039;s just an idea. If is most complicate for you, and demand many code alteration, any person can do this in your own instalation, if is important (I&#039;m just thinking what this is more simple for who know the code very well).&nbsp; :oops:<br><br>Sorry the bad english and good look with your work!! I&#039;m anxious for the new version!]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>FP And</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/friendly-url/</guid>
                    </item>
				                    <item>
                        <title>Help: Need tracker module database definition</title>
                        <link>https://efiction.org/community/development/help-need-tracker-module-database-definition/</link>
                        <pubDate>Fri, 07 Oct 2016 23:36:00 +0000</pubDate>
                        <description><![CDATA[Hi there,I am building the tracker function into eFiction (actually, it&#039;s in for a while now).Now I need to tell the installer how to import data from this mod, but I can&#039;t get my ...]]></description>
                        <content:encoded><![CDATA[Hi there,<br><br>I am building the tracker function into eFiction (actually, it&#039;s in for a while now).<br>Now I need to tell the installer how to import data from this mod, but I can&#039;t get my hands on it.&nbsp; :bye2:<br><br>All I need is a dump of the structure (e.g. phpMyAdmin -&gt; Export -&gt; Structure).&nbsp; :help:<br><br>Appreciated]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Sheepcontrol</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/help-need-tracker-module-database-definition/</guid>
                    </item>
				                    <item>
                        <title>Insanity strikes - a post to regret (maybe)</title>
                        <link>https://efiction.org/community/development/insanity-strikes-a-post-to-regret-maybe/</link>
                        <pubDate>Wed, 23 Mar 2016 00:04:17 +0000</pubDate>
                        <description><![CDATA[Well, here I am, it&#039;s about midnight local time, and I fear, that a lot of people are not believing in eFiction 5 any more, and I can&#039;t blame them, it&#039;s not it wouldn&#039;t b...]]></description>
                        <content:encoded><![CDATA[Well, here I am, it&#039;s about midnight local time, and I fear, that a lot of people are not believing in eFiction 5 any more, and I can&#039;t blame them, <s>it&#039;s not</s> it wouldn&#039;t be the first promised successor to go AWOL.<br><br>So, here&#039;s the deal: <br><br><a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="https://github.com/eFiction">https://github.com/eFiction</a> is hosting the current status of eFiction 3, the pretty much working eFiction 3-&gt;5 updater (no clean install, yet), and the current state of the eFiction 5 script.<br><br>I know it&#039;s a setback in some areas, but it is finally on a sane base, whenever I find the time I am pushing it forward, currently working on the search form, and there&#039;s stuff to be added to the user and admin panel, but maybe somebody will look into things and tag along.<br><br>I was hoping to be able to show a more mature version, but I hope I can at least prove that it&#039;s not exactly vaporware after all.<br><br>Now let&#039;s be clear on this - this is somewhere between &quot;it exists&quot; and &quot;early alpha&quot;, so unless you are <s>pretty confident</s> die hard when it comes to this kind of scripts, don&#039;t bother installing it just yet.<br><br><b>Now here&#039;s the catch:</b><br><br>I am by all means no &quot;real&quot; programmer, I am what was earlier called a <a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Dilettante">dilettante</a>, a person who does something for the love of it, not because of qualification or profession.<br>Now I&#039;m all open for constructive criticism, since I already know my stuff is far from perfect.<br>If you don&#039;t like my coding and think you could have done it better - the reply is: you didn&#039;t, so have a seat a cookie and be quite.<br>Or you can hop on and be part of it, improve or add code (once I figure out how that stuff works on github).<br><br>There is no manual or safety instruction yet, the code usually will not eat the kittens, it has grown far more hungry, so use at your own risk. It requires a config file which will be created by the installer, there is a basic documentation to be found on the efiction wiki @ <a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="https://efiction.org/wiki/Main_Page">https://efiction.org/wiki/Main_Page</a>.]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Sheepcontrol</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/insanity-strikes-a-post-to-regret-maybe/</guid>
                    </item>
				                    <item>
                        <title>The installer/upgrade tool error</title>
                        <link>https://efiction.org/community/development/the-installer-upgrade-tool-error/</link>
                        <pubDate>Mon, 09 Nov 2015 10:29:56 +0000</pubDate>
                        <description><![CDATA[I tried the upgrade tool and got this error after I filled everything in and clicked Submit:Internal Server ErrorFatal error: syntax error, unexpected &#039;&#091;&#039;[install/inc/configto...]]></description>
                        <content:encoded><![CDATA[I tried the upgrade tool and got this error after I filled everything in and clicked Submit:<br><br><pre>Internal Server Error<br><br>Fatal error: syntax error, unexpected &#039;&#091;&#039;<br><br></pre>]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Ariane</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/the-installer-upgrade-tool-error/</guid>
                    </item>
				                    <item>
                        <title>The installer/upgrade tool - a first glimps</title>
                        <link>https://efiction.org/community/development/the-installer-upgrade-tool-a-first-glimps/</link>
                        <pubDate>Sat, 07 Nov 2015 03:28:50 +0000</pubDate>
                        <description><![CDATA[Well, in order to make the codename &quot;Vaporware&quot; a bit less realistic, here comes a first look at the thing called installer.First of all, this is a test version, so unless you real...]]></description>
                        <content:encoded><![CDATA[Well, in order to make the codename &quot;Vaporware&quot; a bit less realistic, here comes a first look at the thing called installer.<br><br>First of all, this is a test version, so unless you really know what you are doing - don&#039;t use it.<br><br>It should be safe to use, even on a live eFiction 3 site, since the part where it actually starts making changes has been disarmed, but it is called test for a reason, right?<br><br>What does it do, then?<br>Now the part that&#039;s active, the upgrade, will do all kinds of tests before it starts, recommend where to store chapter data (either inside the main database or in a local file storage via SQLite 3). Yes, this means you can finally start changing where your chapters are being stored at. So far, only on upgrading, later on this will be a feature in the admin panel.<br>It will then create the new tables, start to copy data from the old tables, create a data cache and then perform the above mentioned chapter thing.<br><br>If anything fails, I need to know in order to make it more stable, so yes, anybody that has the time and knows how not to shipwreck an efiction, be my guest, give it a shot (not me, maybe you will, but I&#039;d highly advise against that, for personal reasons).<br>Be sure to drop a note in here about your impressions, create error topics if things went bad.<br><br><b>Requirements</b>:<br><br>This script, like the actual eFiction 5.x will require:<br><br>Apache only so far, nginx needs certain directives set in the configuration, manual is <a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="http://fatfreeframework.com/routing-engine#sample-apache-configuration">to be found here</a>.<br>PHP &gt;= 5.4.0<br>PDO and at least one SQL-ish database server supported via PDO<br>SQLite with PDO for local storage<br><br><b>Installation</b>:<br><br>Unpack the archive and put the install/ folder in your test archive, might want to remove the old one first if it&#039;s still there, but that should not be a requirement.<br><br><b>Limitations</b>:<br><br>Right now, it only speaks MySQL, since I neither run a PostgreSQL or any other Servers I can&#039;t test it, so it&#039;s not in there, if anybody feels like creating support, be my guest.<br><br>That&#039;s all at this point of time, getting late and my English pretty bad, but I wanted to get this out tonight, and by some definition, I did.<br><br>Update: Changed PHP requirements to 5.4.0<div class="wpforo-attached-file"><a class="wpforo-default-attachment go2wpf-inline-attach" href="//efiction.org/wp-content/uploads/wpforo/attachments/0/45523=114-install.zip"><i class="fas fa-paperclip"></i> install.zip</a></div>]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Sheepcontrol</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/the-installer-upgrade-tool-a-first-glimps/</guid>
                    </item>
				                    <item>
                        <title>We have name :)</title>
                        <link>https://efiction.org/community/development/we-have-name/</link>
                        <pubDate>Tue, 16 Jun 2015 22:23:51 +0000</pubDate>
                        <description><![CDATA[Well, after figuring how long it has taken me to work on a new version of eFiction - and I really appreciate your patience - I have come to realize what a lot of people must think of it:Vapo...]]></description>
                        <content:encoded><![CDATA[Well, after figuring how long it has taken me to work on a new version of eFiction - and I really appreciate your patience - I have come to realize what a lot of people must think of it:<br><br>Vaporware !!!<br><br>Well, to make fun of me and to point that it WILL be released, this will be the name of the initial release.<br>So yes, you will get vaporware, and I hope you will love it.<br><br>P.S.: <a class="go2wpf-bbcode" rel="nofollow" target="_blank" href="https://en.wikipedia.org/wiki/Vaporware">Explanation of the term vaporware</a>.]]></content:encoded>
						                            <category domain="https://efiction.org/community/development/">Development</category>                        <dc:creator>Sheepcontrol</dc:creator>
                        <guid isPermaLink="true">https://efiction.org/community/development/we-have-name/</guid>
                    </item>
							        </channel>
        </rss>
		