<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged simultaneous</title>
<link>https://www.question2answer.org/qa/tag/simultaneous</link>
<description>Powered by Question2Answer</description>
<item>
<title>Prevent Simultaneous Edits question for networked sites</title>
<link>https://www.question2answer.org/qa/29691/prevent-simultaneous-edits-question-for-networked-sites</link>
<description>Hi, I have two networked websites and have in_ as a prefix to my second website.&lt;br /&gt;
&lt;br /&gt;
I noticied that the Prevent Simultaneous Edits plugin creates a table called edit_preventer and gets the postid.&lt;br /&gt;
&lt;br /&gt;
I have two posts tables in_posts &amp;amp; qa_posts could this cause problems with the plugin?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Dave</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/29691/prevent-simultaneous-edits-question-for-networked-sites</guid>
<pubDate>Sat, 07 Dec 2013 03:34:14 +0000</pubDate>
</item>
<item>
<title>New Plugin Release: Prevent Simultaneous Edits v0.1</title>
<link>https://www.question2answer.org/qa/20918/new-plugin-release-prevent-simultaneous-edits-v0-1</link>
<description>

&lt;h1&gt;
	Question2Answer Prevent Simultaneous Edits v0.1&lt;/h1&gt;


&lt;div&gt;
	

&lt;h2&gt;
		Description&lt;/h2&gt;
	

&lt;p&gt;
		This is a plugin for &lt;strong&gt;Question2Answer&lt;/strong&gt; that prevents simultaneous post edits by your users. Issue: If two users are editing the same question at the same time, they do not know from each other. Editor A submits his version, afterwards editor B submits his version, then the server overwrites first version A with version B, version A is lost.&lt;/p&gt;
&lt;/div&gt;


&lt;div&gt;
	

&lt;h2&gt;
		Features&lt;/h2&gt;
	

&lt;ul&gt;
		

&lt;li&gt;
			this plugin prevents simultaneous edits of posts by informing the users if a post is currently edited&lt;/li&gt;
		

&lt;li&gt;
			user B will get a javascript alert, and is redirected to the post instead of the edit page&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;


&lt;div&gt;
	

&lt;h2&gt;
		Installation&lt;/h2&gt;
	

&lt;ol&gt;
		

&lt;li&gt;
			Install &lt;a href=&quot;http://www.question2answer.org/install.php&quot; rel=&quot;nofollow&quot;&gt;Question2Answer&lt;/a&gt;&lt;/li&gt;
		

&lt;li&gt;
			Get the source code for this plugin directly from &lt;a href=&quot;https://github.com/echteinfachtv/q2a-prevent-simultaneous-edits&quot; rel=&quot;nofollow&quot;&gt;github&lt;/a&gt;&lt;/li&gt;
		

&lt;li&gt;
			Extract the files.&lt;/li&gt;
		

&lt;li&gt;
			Change language strings in file &lt;strong&gt;qa-prevent-simultaneous-edits-lang.php&lt;/strong&gt;&lt;/li&gt;
		

&lt;li&gt;
			Upload the files to a subfolder called &lt;code&gt;prevent-simultaneous-edits&lt;/code&gt; inside the &lt;code&gt;qa-plugins&lt;/code&gt; folder of your Q2A installation.&lt;/li&gt;
		

&lt;li&gt;
			Navigate to your site, go to &lt;strong&gt;Admin -&amp;gt; Plugins&lt;/strong&gt; on your q2a install. You will see the notice: 'The Create Table for Simultaneous Edits module requires some &lt;em&gt;database initialization&lt;/em&gt;.'&lt;/li&gt;
		

&lt;li&gt;
			Click on &lt;em&gt;database initialization&lt;/em&gt;. Then click button &lt;strong&gt;Install&lt;/strong&gt;.&lt;/li&gt;
		

&lt;li&gt;
			The MySql table 'qa_edit_preventer' will be created. Notice appears: The module has completed database initialization.&lt;/li&gt;
		

&lt;li&gt;
			You are done!&lt;/li&gt;
		

&lt;li&gt;
			Test the functionality by editing one post, open another browser, login with another user account, try to edit the same post. You should get a notice now!&lt;/li&gt;
	&lt;/ol&gt;
&lt;/div&gt;


&lt;div&gt;
	

&lt;h2&gt;
		Disclaimer&lt;/h2&gt;
	

&lt;p&gt;
		This is &lt;strong&gt;beta&lt;/strong&gt; code. It is probably okay for production environments, but may not work exactly as expected. You bear the risk. Refunds will not be given!&lt;/p&gt;
	

&lt;p&gt;
		This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.&lt;/p&gt;
&lt;/div&gt;


&lt;div&gt;
	

&lt;h2&gt;
		Copyright&lt;/h2&gt;
	

&lt;p&gt;
		All code herein is &lt;a href=&quot;http://www.gnu.org/licenses/gpl.html&quot; rel=&quot;nofollow&quot;&gt;OpenSource&lt;/a&gt;. Feel free to build upon it and share with the world.&lt;/p&gt;
&lt;/div&gt;


&lt;div&gt;
	

&lt;h2&gt;
		About q2a&lt;/h2&gt;
	

&lt;p&gt;
		Question2Answer is a free and open source platform for Q&amp;amp;A sites. For more information, visit: &lt;a href=&quot;http://www.question2answer.org&quot; rel=&quot;nofollow&quot;&gt;www.question2answer.org&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;


&lt;div&gt;
	

&lt;h2&gt;
		Final Note&lt;/h2&gt;
	

&lt;p&gt;
		If you use the plugin: + Consider joining the &lt;a href=&quot;http://www.question2answer.org/qa/&quot; rel=&quot;nofollow&quot;&gt;Question2Answer-Forum&lt;/a&gt;, answer some questions or write your own plugin! + You can use the code of this plugin to learn more about q2a-plugins. It is commented code. + Thanks!&lt;/p&gt;
&lt;/div&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Download Page:&lt;/strong&gt; &lt;a href=&quot;https://github.com/echteinfachtv/q2a-prevent-simultaneous-edits&quot; rel=&quot;nofollow&quot;&gt;https://github.com/echteinfachtv/q2a-prevent-simultaneous-edits&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	
&lt;br&gt;
	&lt;strong&gt;Direct Download Link:&lt;/strong&gt;
&lt;br&gt;
	&lt;a href=&quot;https://github.com/echteinfachtv/q2a-prevent-simultaneous-edits/archive/master.zip&quot; rel=&quot;nofollow&quot;&gt;https://github.com/echteinfachtv/q2a-prevent-simultaneous-edits/archive/master.zip&lt;/a&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20918/new-plugin-release-prevent-simultaneous-edits-v0-1</guid>
<pubDate>Mon, 28 Jan 2013 04:26:14 +0000</pubDate>
</item>
</channel>
</rss>