<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged posting</title>
<link>https://www.question2answer.org/qa/tag/posting</link>
<description>Powered by Question2Answer</description>
<item>
<title>Slow when posting new questions and modifying them</title>
<link>https://www.question2answer.org/qa/111915/slow-when-posting-new-questions-and-modifying-them</link>
<description>I have a problem with extreme slowness when posting new questions by registered users, as well as slowness when approving modifications to previously published questions&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Virtual server vps specifications&lt;br /&gt;
&lt;br /&gt;
180 GB NVMe&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;4 vCPUs&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;8 GB Memory&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;6 TB Bandwidth&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Note: Use Stop&lt;br /&gt;
&lt;br /&gt;
Event Logger&lt;br /&gt;
&lt;br /&gt;
I suffer from this problem a lot. Please help me solve it. I am willing to pay the price to fix it</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/111915/slow-when-posting-new-questions-and-modifying-them</guid>
<pubDate>Fri, 05 Jan 2024 22:12:45 +0000</pubDate>
</item>
<item>
<title>Excluding Special Users from Posting Restrictions</title>
<link>https://www.question2answer.org/qa/94424/excluding-special-users-from-posting-restrictions</link>
<description>Is there a good way we can allow special users (Editors, Moderators, Admins) to do posting overriding the site settings like minimum post length etc?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/94424/excluding-special-users-from-posting-restrictions</guid>
<pubDate>Sun, 04 Jul 2021 17:44:44 +0000</pubDate>
</item>
<item>
<title>Content gets lost when submitted</title>
<link>https://www.question2answer.org/qa/49890/content-gets-lost-when-submitted</link>
<description>

&lt;p&gt;Just wanted to let you know that some of my users are reporting that their content gets lost.
&lt;br&gt;
&lt;br&gt;I have checked their posts and indeed it is EMPTY. Empty string!
&lt;br&gt;
&lt;br&gt;&lt;span style=&quot;color:#FF0000&quot;&gt;It confuses me because I thought this would not be possible - posting with 0 letters should be prevented. Any clue?&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;Note:
&lt;br&gt;1. The question title is transferred, the tags too.
&lt;br&gt;2. I am using SCeditor.
&lt;br&gt;3. no error_log&lt;/p&gt;

&lt;p&gt;---&lt;/p&gt;

&lt;p&gt;Update: I converted a question with empty content to a comment, then I got:
&lt;br&gt;PHP Notice:&amp;nbsp; Undefined index:&amp;nbsp; content in qa-include/qa-theme-base.php on &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/q2a/question2answer/blob/dev/qa-include/qa-theme-base.php#L2328&quot;&gt;line 2328&lt;/a&gt; - should an empty content not be caught?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/49890/content-gets-lost-when-submitted</guid>
<pubDate>Sun, 17 Jan 2016 08:37:57 +0000</pubDate>
</item>
<item>
<title>Q2A BUG ? $extravalue seems not working while using external app-post-create.php</title>
<link>https://www.question2answer.org/qa/48000/%24extravalue-seems-working-while-using-external-post-create</link>
<description>

&lt;p&gt;I'm using this example&amp;nbsp;&lt;a href=&quot;http://www.question2answer.org/external.php&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/external.php&lt;/a&gt; everything seems good, but when i using $extravalue, additional field doesn't show up in question. What i did wrong ?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;$type='Q'; // question
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$parentid=null; // does not follow another answer
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$title='Why do birds sing?';
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$content='And why do they fall in love?';
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;strong&gt;$extravalue='test field info';&lt;/strong&gt;
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$format=''; // plain text
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$categoryid=null; // assume no category
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$tags=array('birds', 'sing', 'love');
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$userid=qa_get_logged_in_userid();
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;qa_post_create($type, $parentid, $title, $content, $format, $categoryid, $tags, $userid, &lt;strong&gt;$extravalue&lt;/strong&gt;);&lt;/p&gt;

&lt;p&gt;Is it bug in q2a ?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/48000/%24extravalue-seems-working-while-using-external-post-create</guid>
<pubDate>Fri, 18 Sep 2015 07:18:05 +0000</pubDate>
</item>
<item>
<title>How to make users register after posting an answer or question on the site?</title>
<link>https://www.question2answer.org/qa/34606/how-make-users-register-after-posting-answer-question-site</link>
<description>I know there's option to make only registered members post questions/answers/comments but I would like to make some changes where the answer / question form is shown to the user at first and once he submits it, if he's not logged in the site asks him to register/ login to post the same. &lt;br /&gt;
&lt;br /&gt;
How to acheieve this without loosing the form contents and posting after he register / logs in?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/34606/how-make-users-register-after-posting-answer-question-site</guid>
<pubDate>Fri, 23 May 2014 05:06:57 +0000</pubDate>
</item>
<item>
<title>How to set Too many questions received Limit ?</title>
<link>https://www.question2answer.org/qa/33997/how-to-set-too-many-questions-received-limit</link>
<description>

&lt;p&gt;
	I want to post some questions to get started, but after 20 posts I get this message:&lt;/p&gt;


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


&lt;p&gt;
	&lt;span style=&quot;color: rgb(255, 217, 217); font-family: Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px; background-color: rgb(221, 0, 0);&quot;&gt;Too many questions received&lt;/span&gt;&lt;/p&gt;


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


&lt;p&gt;
	&lt;span style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px;&quot;&gt;How do I change this ?&lt;/span&gt;&lt;/p&gt;


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


&lt;p&gt;
	&lt;span style=&quot;font-family: Helvetica, Arial, sans-serif; font-size: 18px; line-height: 27px;&quot;&gt;Thanks&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/33997/how-to-set-too-many-questions-received-limit</guid>
<pubDate>Fri, 25 Apr 2014 09:01:19 +0000</pubDate>
</item>
<item>
<title>Customizing the way posts are listed and post submission/moderation</title>
<link>https://www.question2answer.org/qa/32234/customizing-the-way-posts-listed-post-submission-moderation</link>
<description>Is it possible to customize Q2A so that it looks something like &lt;a href=&quot;http://www.facebookstories.com/&quot; rel=&quot;nofollow&quot;&gt;http://www.facebookstories.com/&lt;/a&gt; ? I wanted to have the posts listed as pictures instead of titles. Also, I wanted a custom post submission page that would also allow users to link videos and images from other websites.&lt;br /&gt;
&lt;br /&gt;
I was thinking that I'd have two viewer modules, one for the post listings and one for the actual post itself. Then I would make an editor module for the custom post submission. However, I'm not sure how I'd add the additional fields for the linked videos and images to the database. Additionally, I'm not sure if viewer modules would allow me to customize the pages to that extent.&lt;br /&gt;
&lt;br /&gt;
Additionally, I am currently sending every post to the wait list for itpa to be moderated. Is there any way for me to let moderators edit the posts? Also, is there any option for sorting in the moderation menu? Would a viewer for the moderation menu allow me to customize it?&lt;br /&gt;
&lt;br /&gt;
Would it be easier to just create a couple of new, independent pages altogether and just borrow the database structure and user registration from Q2A?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance for your help.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/32234/customizing-the-way-posts-listed-post-submission-moderation</guid>
<pubDate>Sun, 23 Feb 2014 11:09:39 +0000</pubDate>
</item>
<item>
<title>Adding a moderation page to filter posts</title>
<link>https://www.question2answer.org/qa/32129/adding-a-moderation-page-to-filter-posts</link>
<description>I wanted to add a feature to the site where all posts in a certain section would have to be reviewed by a moderator before showing up to the viewer. The moderator would have a special page where he/she could view all the posts and then either reject or accept them. Accepted posts would be added to the list of viewable posts and rejected posts would be deleted. I was wondering if something like this already existed. If not, could somebody tell me the simplest way to create a feature like this? If I have to modify the database structure, then is there also a way to modify the install sequence to include the creation of this additional column in the table for posts?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/32129/adding-a-moderation-page-to-filter-posts</guid>
<pubDate>Fri, 21 Feb 2014 02:05:09 +0000</pubDate>
</item>
<item>
<title>posting with android device: line breaks not saved for Q A</title>
<link>https://www.question2answer.org/qa/28469/posting-with-android-device-line-breaks-not-saved-for-q-a</link>
<description>As i wrote yesterday, line breaks work with comments but not with question and answer fields. Now i am with my Android phone posting this question. I expect that my 3 empty lines get removed after submitting the form. Let's see. If so then we have definitely a bug in q2a. Kai</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/28469/posting-with-android-device-line-breaks-not-saved-for-q-a</guid>
<pubDate>Mon, 21 Oct 2013 18:47:43 +0000</pubDate>
</item>
<item>
<title>Voting on questions registered users with email  confirmed setting</title>
<link>https://www.question2answer.org/qa/26725/voting-questions-registered-users-email-confirmed-setting</link>
<description>

&lt;p&gt;
	Hi,&lt;/p&gt;


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


&lt;p&gt;
	We have voting on questions set to -&amp;nbsp; registered users with email&amp;nbsp; confirmed&lt;/p&gt;


&lt;p&gt;
	But someone has just answered a question and on their profile it shows their email address and - &lt;span class=&quot;qa-form-wide-note&quot;&gt;&quot;Not yet confirmed (only shown to admins)&quot;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	Is this a bug or any idea how this could have happened?&lt;/p&gt;


&lt;p&gt;
	Thanks in advance&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26725/voting-questions-registered-users-email-confirmed-setting</guid>
<pubDate>Sun, 18 Aug 2013 08:49:39 +0000</pubDate>
</item>
<item>
<title>Bug: Posting plain text with disabled javascript (wysiwyg) will post text without line-breaks</title>
<link>https://www.question2answer.org/qa/26666/posting-plain-disabled-javascript-wysiwyg-without-breaks</link>
<description>I guess this is a bug? Happens in question post, answer post, comment post:&lt;br /&gt;
&lt;br /&gt;
1. Have the wysiwyg editor enabled by default.&lt;br /&gt;
&lt;br /&gt;
2. load your page with javascript disabled, so that not the wysiwyg appears but the textarea&lt;br /&gt;
&lt;br /&gt;
3. post content with line breaks&lt;br /&gt;
&lt;br /&gt;
The result: The text content gets posted in one line. All line breaks get removed.&lt;br /&gt;
&lt;br /&gt;
Where is the problem?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
This problem occured with one of my user. She said she has a bad internet connection and the editor did not load. Then she posted content which got a one-liner. This happens to her frequently, she said.&lt;br /&gt;
&lt;br /&gt;
Related Q: &lt;a href=&quot;http://question2answer.org/qa/23917/automatic-switching-editor-instead-ckeditor-mobile-device&quot; rel=&quot;nofollow&quot;&gt;http://question2answer.org/qa/23917/automatic-switching-editor-instead-ckeditor-mobile-device&lt;/a&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26666/posting-plain-disabled-javascript-wysiwyg-without-breaks</guid>
<pubDate>Fri, 16 Aug 2013 17:58:01 +0000</pubDate>
</item>
<item>
<title>My Q&amp;A running really slow when post or login.</title>
<link>https://www.question2answer.org/qa/23076/my-q%26a-running-really-slow-when-post-or-login</link>
<description>

&lt;p&gt;
	hi,&lt;/p&gt;


&lt;p&gt;
	My Q&amp;amp;A site running really slow. when post or logging in it takes between 2-5 minutes someties i get connectation error.&lt;/p&gt;


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


&lt;p&gt;
	Please help this is big problem.&lt;/p&gt;


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


&lt;p&gt;
	my site &lt;strong&gt;teachnovice.com&lt;/strong&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/23076/my-q%26a-running-really-slow-when-post-or-login</guid>
<pubDate>Sat, 13 Apr 2013 10:00:18 +0000</pubDate>
</item>
<item>
<title>Send question by email to q2a system?</title>
<link>https://www.question2answer.org/qa/20348/send-question-by-email-to-q2a-system</link>
<description>

&lt;p&gt;
	Got a user request if this would be possible.&lt;/p&gt;


&lt;p&gt;
	E.g. email subject → question title, email body → question body.&lt;/p&gt;


&lt;p&gt;
	Any chance to implement this? I saw that blogger.com is offering such a feature, btw.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#808080;&quot;&gt;// this is not an important feature, but wanted to note it down :)&lt;/span&gt;&lt;/p&gt;


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


&lt;p&gt;
	Only problem I see is setting the tags by email, which are mandatory in my system.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20348/send-question-by-email-to-q2a-system</guid>
<pubDate>Thu, 03 Jan 2013 09:20:50 +0000</pubDate>
</item>
<item>
<title>Too slow posting cause send mail</title>
<link>https://www.question2answer.org/qa/19830/too-slow-posting-cause-send-mail</link>
<description>

&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;Send mail make slow Q2A system.&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	if&amp;nbsp;in admin pannel &amp;gt; emails &amp;nbsp;checked&amp;nbsp;&lt;span style=&quot;color: rgb(37, 56, 69); font-family: Ubuntu, 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;&quot;&gt;Email this address when a question is posted&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-family: Ubuntu, Trebuchet MS, Helvetica, Arial, sans-serif; color: #253845; font-size: small;&quot;&gt;&lt;span style=&quot;line-height: 18px;&quot;&gt;Case&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;


&lt;ol&gt;
	

&lt;li&gt;
		&lt;span style=&quot;line-height: 18px; color: rgb(37, 56, 69); font-family: Ubuntu, 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: small;&quot;&gt;Someone posting a questions. (send mail to Admin )&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;line-height: 18px; color: rgb(37, 56, 69); font-family: Ubuntu, 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: small;&quot;&gt;comment ( send mail owner )&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;line-height: 18px; color: rgb(37, 56, 69); font-family: Ubuntu, 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: small;&quot;&gt;select answer ( send mail answerer)&lt;/span&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;span style=&quot;line-height: 18px; color: rgb(37, 56, 69); font-family: Ubuntu, 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: small;&quot;&gt;etc&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	&lt;span style=&quot;line-height: 18px; color: rgb(37, 56, 69); font-family: Ubuntu, 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: small;&quot;&gt;I tested both use default php mail() function and smtp with gmail server&lt;/span&gt;. Both is too slow.
&lt;br&gt;
	default php mail() function delay almost 7~10sec. smtp with gmail, too&lt;/p&gt;


&lt;p&gt;
	if unselected notification, all is fast&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	So I think, to solve this problem AJAX send mail is needed.&lt;/p&gt;


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


&lt;p&gt;
	Help me ;p&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/19830/too-slow-posting-cause-send-mail</guid>
<pubDate>Wed, 12 Dec 2012 06:08:11 +0000</pubDate>
</item>
<item>
<title>Prevent post of too many links? (Anti-Spam)</title>
<link>https://www.question2answer.org/qa/19742/prevent-post-of-too-many-links-anti-spam</link>
<description>

&lt;p&gt;
	Prevent post of too many links?&lt;/p&gt;


&lt;p&gt;
	Under &amp;gt;Admin &amp;gt;Spam there is no option for &quot;&lt;strong&gt;maximum number of links in post&lt;/strong&gt;&quot;.&lt;/p&gt;


&lt;p&gt;
	Yesterday I got a bot how posted about 20 links at once...&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/19742/prevent-post-of-too-many-links-anti-spam</guid>
<pubDate>Fri, 07 Dec 2012 10:35:36 +0000</pubDate>
</item>
<item>
<title>Avoid Spam: Limits per day instead of per hour possible?</title>
<link>https://www.question2answer.org/qa/16136/avoid-spam-limits-per-day-instead-of-per-hour-possible</link>
<description>

&lt;p&gt;
	To avoid spam I need to control postings, votings etc. using &amp;gt;Admin &amp;gt;Spam controls.&lt;/p&gt;


&lt;p&gt;
	What I need, though, is the option to &lt;strong&gt;limit per day&lt;/strong&gt;.&lt;/p&gt;


&lt;p&gt;
	Who is with me?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/16136/avoid-spam-limits-per-day-instead-of-per-hour-possible</guid>
<pubDate>Sat, 23 Jun 2012 04:48:32 +0000</pubDate>
</item>
<item>
<title>User wants to post first comment - msg: &quot;Too many comments received&quot;</title>
<link>https://www.question2answer.org/qa/12917/user-wants-post-first-comment-msg-too-many-comments-received</link>
<description>

&lt;p&gt;
	Hi, I have a dummy user that I am using to post questions. Within one hour about 20 questions.
&lt;br&gt;
	
&lt;br&gt;
	Weird: Now I'd like to post the first comment, but cannot as I get the error message: &quot;Too many comments received - please try again in an hour&quot;
&lt;br&gt;
	
&lt;br&gt;
	I posted no comment yet, so is this message also related to the number of posts? or is this a &lt;strong&gt;bug in q2a or&lt;/strong&gt; am I missing a &lt;strong&gt;setting&lt;/strong&gt;?&lt;/p&gt;


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


&lt;p&gt;
	&lt;strong&gt;Update:&lt;/strong&gt; Created new user, tried to comment, same message!?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/12917/user-wants-post-first-comment-msg-too-many-comments-received</guid>
<pubDate>Tue, 21 Feb 2012 12:42:07 +0000</pubDate>
</item>
<item>
<title>Before proceeding</title>
<link>https://www.question2answer.org/qa/12504/before-proceeding</link>
<description>

&lt;p&gt;
	&quot;&lt;span style=&quot;background-color: rgb(217, 227, 234); color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;Before proceeding, please check your question was not asked already&quot;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;background-color: rgb(217, 227, 234); color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;How do I activate this feature?&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/12504/before-proceeding</guid>
<pubDate>Mon, 06 Feb 2012 16:37:57 +0000</pubDate>
</item>
<item>
<title>Error : Could Not Open Socket after posting question ?</title>
<link>https://www.question2answer.org/qa/12294/error-could-not-open-socket-after-posting-question</link>
<description>After Posting Question all screen goes white and shows only the words &amp;quot;Could Not Open Socket&amp;quot; ... please help whats going wrong ....</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/12294/error-could-not-open-socket-after-posting-question</guid>
<pubDate>Fri, 27 Jan 2012 05:09:54 +0000</pubDate>
</item>
<item>
<title>Is it possible to add preview before posting question? (pluging tip!?)</title>
<link>https://www.question2answer.org/qa/11262/is-possible-add-preview-before-posting-question-pluging-tip</link>
<description>

&lt;p&gt;
	&lt;span style=&quot;font-size:12px;&quot;&gt;&lt;span style=&quot;font-family:arial,helvetica,sans-serif;&quot;&gt;I'm using the Syntax Highlighter Plugin by Ernest Mikolajczyk&amp;nbsp;to highlight code like php etc. For this instance it would be handy if people would see a preview of their question before submitting it, like you have on some forums also.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/11262/is-possible-add-preview-before-posting-question-pluging-tip</guid>
<pubDate>Sat, 17 Dec 2011 20:08:47 +0000</pubDate>
</item>
</channel>
</rss>