<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>PowerQA - Recent questions and answers in Program</title>
<link>http://www.powerqa.org/qa/qa/program</link>
<description>Powered by PowerQA</description>
<item>
<title>Answered: Gravatar feature is broken?</title>
<link>http://www.powerqa.org/qa/1208/gravatar-feature-is-broken?show=1209#a1209</link>
<description>It seems to be shown correctly now. Gravatar server may have been down (under maintenance?) when you confirmed.</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1208/gravatar-feature-is-broken?show=1209#a1209</guid>
<pubDate>Mon, 17 Jun 2019 21:56:55 +0000</pubDate>
</item>
<item>
<title>Answered: Problem displaying the box when activated Extra Question Field</title>
<link>http://www.powerqa.org/qa/1198/problem-displaying-the-when-activated-extra-question-field?show=1202#a1202</link>
<description>&lt;br&gt;
&lt;br&gt;
Activate the add-on&lt;br&gt;
&lt;a href=&quot;https://up.ksa71.com/0/d5ed66c1538f0.jpg&quot; rel=&quot;nofollow&quot;&gt;https://up.ksa71.com/0/d5ed66c1538f0.jpg&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Not compatible with mobile&lt;br&gt;
&lt;a href=&quot;https://up.ksa71.com/0/3b03618d7f920.jpg&quot; rel=&quot;nofollow&quot;&gt;https://up.ksa71.com/0/3b03618d7f920.jpg&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
-------------------&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Disable the add-on&lt;br&gt;
&lt;a href=&quot;https://up.ksa71.com/0/28a0208c41820.jpg&quot; rel=&quot;nofollow&quot;&gt;https://up.ksa71.com/0/28a0208c41820.jpg&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
no problem&lt;br&gt;
Compatible with mobile&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;https://up.ksa71.com/0/4489a1298f240.jpg&quot; rel=&quot;nofollow&quot;&gt;https://up.ksa71.com/0/4489a1298f240.jpg&lt;/a&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1198/problem-displaying-the-when-activated-extra-question-field?show=1202#a1202</guid>
<pubDate>Tue, 16 Apr 2019 23:01:56 +0000</pubDate>
</item>
<item>
<title>Sponsor for Turkish software</title>
<link>http://www.powerqa.org/qa/1196/sponsor-for-turkish-software</link>
<description>Hi, I want to sponsor you give information in this regard turkey</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1196/sponsor-for-turkish-software</guid>
<pubDate>Tue, 09 Apr 2019 10:05:12 +0000</pubDate>
</item>
<item>
<title>Answered: How to make a link image on every answer page ?</title>
<link>http://www.powerqa.org/qa/1174/how-to-make-a-link-image-on-every-answer-page?show=1181#a1181</link>
<description>&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.question2answer.org/qa/57278/count-comments?show=57288#a57288&quot; rel=&quot;nofollow&quot;&gt;How to make&amp;nbsp;of my-layer&amp;nbsp;plugin.&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Overload function inner&amp;nbsp;qa-my-layer.php&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;public function post_meta($post, $class, $prefix = null, $separator = '&amp;lt;br/&amp;gt;') {&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;ob_start();&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;qa_html_theme_base::post_meta($post, $class, $prefix, $separator);&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;$html = ob_get_clean();&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;if($class == 'qa-a-item') {&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$lastspan = strrpos($html, '&amp;lt;/span&amp;gt;');&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if($lastspan !== false) {&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$addtags = '&amp;lt;img class=&quot;qa-a-item-img&quot; src=&quot;&lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;http://your-site/?qa=blob&amp;amp;qa_blobid=????&lt;/strong&gt;&lt;/span&gt;&quot; width=&quot;&lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;??&lt;/strong&gt;&lt;/span&gt;&quot; height=&quot;&lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;??&lt;/strong&gt;&lt;/span&gt;&quot;/&amp;gt;';&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;$html = substr($html, 0, $lastspan).$addtags.substr($html, $lastspan, strlen('&amp;lt;/span&amp;gt;'));&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;$this-&amp;gt;output_raw($html);&lt;br&gt;
}&lt;/p&gt;
&lt;/blockquote&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1174/how-to-make-a-link-image-on-every-answer-page?show=1181#a1181</guid>
<pubDate>Thu, 16 Aug 2018 01:59:13 +0000</pubDate>
</item>
<item>
<title>Answered: Plugin enable disable not seen after clicking any plugins options</title>
<link>http://www.powerqa.org/qa/1169/plugin-enable-disable-seen-after-clicking-plugins-options?show=1171#a1171</link>
<description>Yes, it is due to the processing of HTML form, it is expected behavior.&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1169/plugin-enable-disable-seen-after-clicking-plugins-options?show=1171#a1171</guid>
<pubDate>Fri, 30 Mar 2018 23:42:18 +0000</pubDate>
</item>
<item>
<title>Answered: Math editor for PQA</title>
<link>http://www.powerqa.org/qa/1168/math-editor-for-pqa?show=1170#a1170</link>
<description>&lt;p&gt;Its feature is not added to the PQA editor (CKEditor4 plugin) by default.&amp;nbsp;However, CKEditor 4 can easily add any part in the option panel.&lt;/p&gt;

&lt;p&gt;For example, &lt;a rel=&quot;nofollow&quot; href=&quot;https://ckeditor.com/cke4/addon/mathjax&quot;&gt;Mathematical Formulas&lt;/a&gt; plugin.&lt;/p&gt;

&lt;p&gt;MF plugin requires four other plugins (&lt;a rel=&quot;nofollow&quot; href=&quot;http://ckeditor.com/cke4/addon/widget&quot;&gt;Widget&lt;/a&gt;,&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://ckeditor.com/cke4/addon/lineutils&quot;&gt;Line Utilities&lt;/a&gt;,&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://ckeditor.com/cke4/addon/dialog&quot;&gt;Dialog&lt;/a&gt;,&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;http://ckeditor.com/cke4/addon/clipboard&quot;&gt;Clipboard&lt;/a&gt;), but these are already built into CKEditor4. So, you only need to add MF.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1168/math-editor-for-pqa?show=1170#a1170</guid>
<pubDate>Fri, 30 Mar 2018 23:38:56 +0000</pubDate>
</item>
<item>
<title>How can i buy all you plugins for Q2A</title>
<link>http://www.powerqa.org/qa/1161/how-can-i-buy-all-you-plugins-for-q2a</link>
<description>Please do me a favor and help me to buy the following plugins that you did for q2a script. I make qa site for my coutnry Bulgaria and i wnat to have this extras :) @webmaster
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-category-navigation-pro&quot; rel=&quot;nofollow&quot;&gt;Category Nav. Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-advanced-xml-sitemap&quot; rel=&quot;nofollow&quot;&gt;Advanced Sitemap&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-async-email&quot; rel=&quot;nofollow&quot;&gt;Async Email&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-contact-page&quot; rel=&quot;nofollow&quot;&gt;Contact Page&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-edit-avatar&quot; rel=&quot;nofollow&quot;&gt;Edit Avatar&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-email-notification-pro&quot; rel=&quot;nofollow&quot;&gt;Email Notification Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-feed-reader-pro&quot; rel=&quot;nofollow&quot;&gt;Feed Reader Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-jquery-ui-example&quot; rel=&quot;nofollow&quot;&gt;jQuery UI Example&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-mass-mailing-pro&quot; rel=&quot;nofollow&quot;&gt;Mass Mailing Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-notification-pro&quot; rel=&quot;nofollow&quot;&gt;Notification Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-point-trade-pro&quot; rel=&quot;nofollow&quot;&gt;Point Trade Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-question-data-widget&quot; rel=&quot;nofollow&quot;&gt;Question Data Widget&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-subnavi-maker&quot; rel=&quot;nofollow&quot;&gt;Subnavi Maker&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-tag-search-pro&quot; rel=&quot;nofollow&quot;&gt;Tag Search Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/docs-plugin-user-search-pro&quot; rel=&quot;nofollow&quot;&gt;User Search Pro&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
king regards</description>
<category>Program</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1161/how-can-i-buy-all-you-plugins-for-q2a</guid>
<pubDate>Fri, 27 Oct 2017 12:00:07 +0000</pubDate>
</item>
<item>
<title>Answered: Title display position in question list has been changed.</title>
<link>http://www.powerqa.org/qa/1152/title-display-position-in-question-list-has-been-changed?show=1155#a1155</link>
<description>This changes has been rollbacked.</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1152/title-display-position-in-question-list-has-been-changed?show=1155#a1155</guid>
<pubDate>Fri, 02 Jun 2017 01:06:02 +0000</pubDate>
</item>
<item>
<title>Private Site plugin has been improved.</title>
<link>http://www.powerqa.org/qa/1151/private-site-plugin-has-been-improved</link>
<description>&lt;p&gt;Initial focus has been moved to handle or mail address in login form. You can confirm it in login form of &lt;a href=&quot;https://secure.powerqa.org/demo/&quot; rel=&quot;nofollow&quot;&gt;sequre site&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=13223652655894521232&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-05-29_090159.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=13223652655894521232&quot; style=&quot;width: 600px; height: 517px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Version: V1.9.3&lt;/li&gt;
	&lt;li&gt;Build date: 2017/05/29&lt;/li&gt;
&lt;/ul&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1151/private-site-plugin-has-been-improved</guid>
<pubDate>Mon, 29 May 2017 00:02:40 +0000</pubDate>
</item>
<item>
<title>Answered: Private Site plugin has been improved.</title>
<link>http://www.powerqa.org/qa/1022/private-site-plugin-has-been-improved?show=1149#a1149</link>
<description>how can install it on q2a ( como puedo instalar este . yo instale uno pero ese quisiere probarlo) how?&lt;br /&gt;
gracias/thank you</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1022/private-site-plugin-has-been-improved?show=1149#a1149</guid>
<pubDate>Sat, 27 May 2017 18:51:45 +0000</pubDate>
</item>
<item>
<title>Answered: What do you think of Flarum, the new forum software</title>
<link>http://www.powerqa.org/qa/111/what-do-you-think-of-flarum-the-new-forum-software?show=1148#a1148</link>
<description>traslate to spanish&lt;br /&gt;
&lt;br /&gt;
hola yo lo he instalado en &lt;a href=&quot;http://agorapreguntas.com/STARDUST/&quot; rel=&quot;nofollow&quot;&gt;http://agorapreguntas.com/STARDUST/&lt;/a&gt;&lt;br /&gt;
esta en desarrollo . me parece muy complicado y lo brinde como alternativa&lt;br /&gt;
yo me quedo con Q2A&lt;br /&gt;
no tiene ckeditor toca con comandos ![] ( img .png ) asi los usuarios se aburren&lt;br /&gt;
saludos</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/111/what-do-you-think-of-flarum-the-new-forum-software?show=1148#a1148</guid>
<pubDate>Sat, 27 May 2017 18:45:20 +0000</pubDate>
</item>
<item>
<title>Answered: [Bug] random username url shows user since Jan 1, 1970</title>
<link>http://www.powerqa.org/qa/1143/bug-random-username-url-shows-user-since-jan-1-1970?show=1145#a1145</link>
<description>It has been fixed in V1.9.2.&lt;br /&gt;
&lt;br /&gt;
Thank you so much Prothoughts!</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1143/bug-random-username-url-shows-user-since-jan-1-1970?show=1145#a1145</guid>
<pubDate>Fri, 19 May 2017 01:25:32 +0000</pubDate>
</item>
<item>
<title>Answered: Signature plugin</title>
<link>http://www.powerqa.org/qa/1125/signature-plugin?show=1139#a1139</link>
<description>Issue: When there is no detail in the question, signature is not shown.</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1125/signature-plugin?show=1139#a1139</guid>
<pubDate>Mon, 15 May 2017 04:03:57 +0000</pubDate>
</item>
<item>
<title>Answered: New feature suggestion</title>
<link>http://www.powerqa.org/qa/1122/new-feature-suggestion?show=1123#a1123</link>
<description>&lt;ol&gt;
	&lt;li&gt;It is realized by&amp;nbsp;advanced multi site feature rather than category in &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/901/v1-1-released&quot;&gt;PowerQA V1.1&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;It is an interesting plugin.&amp;nbsp;However, detailed design is necessary.&amp;nbsp;For example, whether to allow multiple titles for a single user, how to display them, etc.&lt;/li&gt;
	&lt;li&gt;I do not know the difference from voting. What is&amp;nbsp;merit&amp;nbsp;of coexisting with voting?&lt;/li&gt;
	&lt;li&gt;What is &quot;Survey plugin&quot;?&lt;/li&gt;
	&lt;li&gt;I think that I also need it.&amp;nbsp;However, this feature greatly degrades site performance.&amp;nbsp;Q2A badge plugin has failed with that.&amp;nbsp;We need to devise a performance improvement rather than a function.&lt;/li&gt;
	&lt;li&gt;It may be effective in the educational scene. However, in the business scene, priority of this feature is low.&lt;/li&gt;
	&lt;li&gt;Certainly it may be necessary.&amp;nbsp;It is difficult because I am not a designer.&lt;/li&gt;
	&lt;li&gt;That feature&amp;nbsp;is under development.&amp;nbsp;Its function will be not only tab but also more advanced functions.&lt;/li&gt;
	&lt;li&gt;It is necessary to strictly define the meaning of &quot;restricted words&quot;. There is same feature in Q2A. Is not that enough?&lt;/li&gt;
	&lt;li&gt;It may be useful. However, the use frequency will be low.&lt;/li&gt;
	&lt;li&gt;I made &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/168/basic-positioning-of-this-system&quot;&gt;Post Type&lt;/a&gt; plugin.&lt;/li&gt;
	&lt;li&gt;Explanation may be insufficient.&lt;/li&gt;
	&lt;li&gt;Invitation feature&amp;nbsp;reduces administrator's cost.&amp;nbsp;However, it is difficult to operate.&amp;nbsp;A web service in Japan has invitation feature, but it is in a state of tangible innocence.&lt;/li&gt;
	&lt;li&gt;PowerQA has deleted function of public wall.&amp;nbsp;The reason is that the public wall obstructs pure QA conversation.&lt;/li&gt;
	&lt;li&gt;On an open site it may be valid.&lt;/li&gt;
&lt;/ol&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1122/new-feature-suggestion?show=1123#a1123</guid>
<pubDate>Mon, 08 May 2017 23:50:28 +0000</pubDate>
</item>
<item>
<title>Do you want what kind of signature plugin?</title>
<link>http://www.powerqa.org/qa/1120/do-you-want-what-kind-of-signature-plugin</link>
<description>&lt;p&gt;I'm developping signature plugin from scratch for PQA V1.9.&amp;nbsp;I would like to hear your&amp;nbsp;opinion.&lt;/p&gt;

&lt;h3&gt;Current admin&amp;nbsp;option:&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=39075494636584345&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-04-29_085625.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=39075494636584345&quot; style=&quot;width: 600px; height: 216px;&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=6480291920474445553&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-04-29_085710.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=6480291920474445553&quot; style=&quot;width: 600px; height: 509px;&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=4149472697928327623&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-04-29_085730.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=4149472697928327623&quot; style=&quot;width: 600px; height: 524px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3 style=&quot;clear: both;&quot;&gt;My questions&lt;/h3&gt;

&lt;ol&gt;
	&lt;li&gt;Do you know best signature feature? (It is not limited Q2A. Any system is OK)&amp;nbsp;&lt;/li&gt;
	&lt;li&gt;Do you think what sub&amp;nbsp;features are necessary?&lt;/li&gt;
	&lt;li&gt;Do you like what kind of signature design?&lt;/li&gt;
	&lt;li&gt;Which HTML tags should be allowed to users by plugin?&lt;/li&gt;
	&lt;li&gt;Which HTML tags should be prohibited to users by plugin for security reason?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Best regards.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1120/do-you-want-what-kind-of-signature-plugin</guid>
<pubDate>Sat, 29 Apr 2017 00:16:32 +0000</pubDate>
</item>
<item>
<title>[Improvement] Wordcount plugin has been added in CKEditor4</title>
<link>http://www.powerqa.org/qa/1119/improvement-wordcount-plugin-has-been-added-in-ckeditor4</link>
<description>&lt;p&gt;&lt;a href=&quot;http://ckeditor.com/addon/wordcount&quot; rel=&quot;nofollow&quot;&gt;Word Count &amp;amp; Char Count Plugin&lt;/a&gt; has been added in &lt;a href=&quot;http://www.powerqa.org/qa/195&quot; rel=&quot;nofollow&quot;&gt;CKEditor4&lt;/a&gt;&amp;nbsp;plugin.&lt;/p&gt;

&lt;h3&gt;View&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=7357074984270180124&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-04-27_130319.jpg&quot; class=&quot;lightbox_inner responsive&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=7357074984270180124&quot; style=&quot;height:400px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Error process&lt;/h3&gt;

&lt;p&gt;When contents over 8000 characters is past in editor, error message will be shown.&lt;br&gt;
&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=8981817243936597551&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-04-27_130455.jpg&quot; class=&quot;lightbox_inner responsive&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=8981817243936597551&quot; style=&quot;height:240px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Plugin settings&lt;/h3&gt;

&lt;ol&gt;
	&lt;li&gt;Go to &quot;Admin&quot; &amp;gt; &quot;Plugins&quot; &amp;gt; &quot;CKEditor4&quot; &amp;gt; &quot;options&quot;&lt;/li&gt;
	&lt;li&gt;Add&amp;nbsp;below value&amp;nbsp;into &quot;Other configuration&quot; and &quot;Advanced other configuration&quot; options. &lt;strong&gt;Or, click &quot;Reset to Defaults&quot; button.&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;extraPlugins:'uploadimage&lt;span style=&quot;color:#008080;&quot;&gt;&lt;strong&gt;,wordcount',&lt;br&gt;
wordcount:{&lt;br&gt;
showParagraphs:false,&lt;br&gt;
showWordCount:false,&lt;br&gt;
showCharCount:true,&lt;br&gt;
countSpacesAsChars:true,&lt;br&gt;
countHTML:true,&lt;br&gt;
maxCharCount:8000&lt;br&gt;
}&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1119/improvement-wordcount-plugin-has-been-added-in-ckeditor4</guid>
<pubDate>Thu, 27 Apr 2017 04:11:21 +0000</pubDate>
</item>
<item>
<title>[Improvement] VSBP plugin</title>
<link>http://www.powerqa.org/qa/1118/improvement-vsbp-plugin</link>
<description>&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/276&quot; rel=&quot;nofollow&quot;&gt;VSBP &lt;/a&gt;(Very Simple Bot Protection) plugin has been improved.&lt;/p&gt;

&lt;p&gt;After:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=16523500983699354185&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-04-26_085830.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=16523500983699354185&quot; style=&quot;width: 600px; height: 432px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=6743670479889476594&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-04-26_090202.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=6743670479889476594&quot; style=&quot;width: 600px; height: 516px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1118/improvement-vsbp-plugin</guid>
<pubDate>Wed, 26 Apr 2017 00:02:28 +0000</pubDate>
</item>
<item>
<title>[Bug fix] Button and label color of DMP plugin</title>
<link>http://www.powerqa.org/qa/1117/bug-fix-button-and-label-color-of-dmp-plugin</link>
<description>&lt;p&gt;Button / Label color of the DMP plugin was inappropriate.&lt;/p&gt;

&lt;p&gt;Before:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=4225718800114995702&quot;&gt;&lt;img alt=&quot;2017-04-24_100454.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=4225718800114995702&quot; style=&quot;width: 600px; height: 345px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After:&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12973943263704950880&quot;&gt;&lt;img alt=&quot;2017-04-24_100530.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12973943263704950880&quot; style=&quot;width: 600px; height: 344px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Version: V1.8.7&lt;br&gt;
Build date: 2017/04/24&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1117/bug-fix-button-and-label-color-of-dmp-plugin</guid>
<pubDate>Mon, 24 Apr 2017 01:06:47 +0000</pubDate>
</item>
<item>
<title>Style improvement</title>
<link>http://www.powerqa.org/qa/1116/style-improvement</link>
<description>&lt;p&gt;1. Margin issue of users page.&lt;/p&gt;

&lt;p&gt;Before&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=16080001964060143151&quot;&gt;&lt;img alt=&quot;2017-04-21_091537.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=16080001964060143151&quot; style=&quot;width: 600px; height: 160px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=6339196337260494998&quot;&gt;&lt;img alt=&quot;2017-04-21_091613.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=6339196337260494998&quot; style=&quot;width: 600px; height: 181px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2. Button color of tall and wide table.&lt;/p&gt;

&lt;p&gt;Before&lt;br&gt;
It changed for each theme color. e.g. gray, cyan, orange, etc...&lt;/p&gt;

&lt;p&gt;After&lt;br&gt;
It was unified in green.&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=13284338197001243133&quot;&gt;&lt;img alt=&quot;2017-04-21_091937.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=13284338197001243133&quot; style=&quot;border: 1px solid rgb(204, 204, 204); width: 346px; height: 40px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/user/ProThoughts&quot;&gt;ProThoughts&lt;/a&gt;.&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1116/style-improvement</guid>
<pubDate>Fri, 21 Apr 2017 00:21:09 +0000</pubDate>
</item>
<item>
<title>Improvement of feedback form</title>
<link>http://www.powerqa.org/qa/1115/improvement-of-feedback-form</link>
<description>&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/feedback&quot; rel=&quot;nofollow&quot;&gt;Feedback&lt;/a&gt;&amp;nbsp;page&amp;nbsp;has been improved&amp;nbsp;in PowerQA.&lt;/p&gt;

&lt;p&gt;For visitor (logout status)&lt;/p&gt;

&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; class=&quot;table table-bordered&quot; style=&quot;width:100%;&quot;&gt;
	&lt;thead&gt;
		&lt;tr&gt;
			&lt;th scope=&quot;col&quot;&gt;Item&lt;/th&gt;
			&lt;th scope=&quot;col&quot;&gt;Before&lt;/th&gt;
			&lt;th scope=&quot;col&quot;&gt;After&lt;/th&gt;
		&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;Message&lt;/td&gt;
			&lt;td&gt;Default: Blank&lt;br&gt;
			Check: Required&lt;/td&gt;
			&lt;td&gt;Default: Blank&lt;br&gt;
			Check: Required&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Name&lt;/td&gt;
			&lt;td&gt;Default: Blank&lt;br&gt;
			Check: &lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;Option&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
			&lt;td&gt;Default: Blank&lt;br&gt;
			Check: &lt;span style=&quot;color:#008080;&quot;&gt;&lt;strong&gt;Required&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Email&lt;/td&gt;
			&lt;td&gt;Default: Blank&lt;br&gt;
			Check: &lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;Option&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
			&lt;td&gt;Default: Blank&lt;br&gt;
			Check: &lt;span style=&quot;color:#008080;&quot;&gt;&lt;strong&gt;Required (Format will be also checked)&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;For registered users&amp;nbsp;(login&amp;nbsp;status)&lt;/p&gt;

&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; class=&quot;table table-bordered&quot; style=&quot;width:100%;&quot;&gt;
	&lt;thead&gt;
		&lt;tr&gt;
			&lt;th scope=&quot;col&quot;&gt;Item&lt;/th&gt;
			&lt;th scope=&quot;col&quot;&gt;Before&lt;/th&gt;
			&lt;th scope=&quot;col&quot;&gt;After&lt;/th&gt;
		&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;Message&lt;/td&gt;
			&lt;td&gt;Default: Blank&lt;br&gt;
			Check: Required&lt;/td&gt;
			&lt;td&gt;Default: Blank&lt;br&gt;
			Check: Required&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Name&lt;/td&gt;
			&lt;td&gt;Default: &lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;Name&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;of registered user&lt;br&gt;
			Check: &lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;Option&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
			&lt;td&gt;Default: &lt;span style=&quot;color:#008080;&quot;&gt;&lt;strong&gt;Handle&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;of registered user&lt;br&gt;
			Check: &lt;span style=&quot;color:#008080;&quot;&gt;&lt;strong&gt;Required&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Email&lt;/td&gt;
			&lt;td&gt;Default: Email of registered user&lt;br&gt;
			Check: &lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;Option&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
			&lt;td&gt;Default: Email of registered user&lt;br&gt;
			Check: &lt;span style=&quot;color:#008080;&quot;&gt;&lt;strong&gt;Required (Format will be also checked)&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1115/improvement-of-feedback-form</guid>
<pubDate>Thu, 20 Apr 2017 01:00:21 +0000</pubDate>
</item>
<item>
<title>Comment count feature</title>
<link>http://www.powerqa.org/qa/1114/comment-count-feature</link>
<description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/57278&quot;&gt;This idea&lt;/a&gt; is good. Comment count feature&amp;nbsp;was&amp;nbsp;included PQA core and theme.&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1114/comment-count-feature</guid>
<pubDate>Wed, 19 Apr 2017 03:50:07 +0000</pubDate>
</item>
<item>
<title>Answered: When does the notification of new items end</title>
<link>http://www.powerqa.org/qa/1103/when-does-the-notification-of-new-items-end?show=1108#a1108</link>
<description>&lt;p&gt;This (New item count)&amp;nbsp;is a part of PowerQA core. Please refer to &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/905/v1-2-released&quot;&gt;this page&lt;/a&gt;.&amp;nbsp;By default, it is question OR user count in the last &lt;span style=&quot;color:#ff8c00;&quot;&gt;&lt;strong&gt;7 days&lt;/strong&gt;&lt;/span&gt;. And, each count are cached in the database.&amp;nbsp;The cached data will be refreshed when new question is posted or when user&amp;nbsp;is&amp;nbsp;added.&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1103/when-does-the-notification-of-new-items-end?show=1108#a1108</guid>
<pubDate>Tue, 11 Apr 2017 04:41:28 +0000</pubDate>
</item>
<item>
<title>Bug Spotted in Favouring User</title>
<link>http://www.powerqa.org/qa/1106/bug-spotted-in-favouring-user</link>
<description>&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=1476773142182479479&quot;&gt;&lt;img alt=&quot;powerqa.jpg&quot; class=&quot;lightbox_inner responsive&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=1476773142182479479&quot; style=&quot;height:219px; width:600px&quot;&gt;&lt;/a&gt;&lt;br&gt;
When am viewing a question and I favourite a user on the sidepanel like you can see on the sidepanel I can decided to favourite a user using the sidepanel widghet for users that pops up user information. The funny thing is that when I click Add to my Favourites, The user on the current question appears to be getting favourited even though he or she is not the same user I am favouriting in the sidepanel. I suppose it is a problem with the theme's javascript</description>
<category>Themes</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1106/bug-spotted-in-favouring-user</guid>
<pubDate>Tue, 11 Apr 2017 04:27:18 +0000</pubDate>
</item>
<item>
<title>Answered: Layout of ask and edit form changed.</title>
<link>http://www.powerqa.org/qa/1091/layout-of-ask-and-edit-form-changed?show=1093#a1093</link>
<description>That is nice try there for you to have implemented. But that issue should be handled by a theme. Then am used to having tags at the bottom. It looks funny. Anyway go ahead and change the layout of the stamps to be block also</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1091/layout-of-ask-and-edit-form-changed?show=1093#a1093</guid>
<pubDate>Sat, 08 Apr 2017 14:14:05 +0000</pubDate>
</item>
<item>
<title>Answered: Extra User Field merged</title>
<link>http://www.powerqa.org/qa/269/extra-user-field-merged?show=1090#a1090</link>
<description>hi where can i download ?</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/269/extra-user-field-merged?show=1090#a1090</guid>
<pubDate>Fri, 31 Mar 2017 16:08:15 +0000</pubDate>
</item>
<item>
<title>Answered: Is this PowerQA any different from QA at Askive?</title>
<link>http://www.powerqa.org/qa/1087/is-this-powerqa-any-different-from-qa-at-askive?show=1089#a1089</link>
<description>&lt;p&gt;Askive: Original theme and various plugins were added based on Q2A core.&lt;/p&gt;

&lt;p&gt;PowerQA:&amp;nbsp;It forked from Q2A V1.7.1. The core feature completely surpasses Q2A.&amp;nbsp;The difference from Q2A is &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/feature/&quot;&gt;here&lt;/a&gt;&amp;nbsp;(These are some examples. There are other differences).&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1087/is-this-powerqa-any-different-from-qa-at-askive?show=1089#a1089</guid>
<pubDate>Thu, 30 Mar 2017 23:30:32 +0000</pubDate>
</item>
<item>
<title>Improvement of the CKEditor file upload feature</title>
<link>http://www.powerqa.org/qa/1084/improvement-of-the-ckeditor-file-upload-feature</link>
<description>&lt;h3&gt;&quot;Alt&quot; attribute of uploaded images&lt;/h3&gt;

&lt;p&gt;Uploaded file name is set to the &quot;Alt&quot; attribute of uploaded images by CKEditor image dialog OR &lt;a href=&quot;http://www.powerqa.org/qa/1050&quot; rel=&quot;nofollow&quot;&gt;D&amp;amp;D image upload&lt;/a&gt; feature.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=18034838961696055556&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-03-17_105904.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=18034838961696055556&quot; style=&quot;width: 600px; height: 437px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;&quot;Link text&quot; of uploaded files&lt;/h3&gt;

&lt;p&gt;Uploaded file name is set to the &quot;Link&amp;nbsp;text&quot;&amp;nbsp;of uploaded files by CKEditor link dialog.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=4433576301049484849&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-03-17_110020.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=4433576301049484849&quot; style=&quot;width: 600px; height: 445px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=17306436527168760717&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;2017-03-17_110130.jpg&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=17306436527168760717&quot; style=&quot;width: 600px; height: 223px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reference:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://docs.ckeditor.com/#!/guide/dev_file_browser_api&quot; rel=&quot;nofollow&quot;&gt;http://docs.ckeditor.com/#!/guide/dev_file_browser_api&lt;/a&gt;&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1084/improvement-of-the-ckeditor-file-upload-feature</guid>
<pubDate>Fri, 17 Mar 2017 02:20:53 +0000</pubDate>
</item>
<item>
<title>File Manager Pro</title>
<link>http://www.powerqa.org/qa/1082/file-manager-pro</link>
<description>&lt;p&gt;I'm developping &quot;&lt;strong&gt;File Manager Pro&lt;/strong&gt;&quot; plugin. This plugin integrate &lt;a href=&quot;https://studio-42.github.io/elFinder&quot; rel=&quot;nofollow&quot;&gt;elFinder&lt;/a&gt;&amp;nbsp;into PowerQA.&amp;nbsp;It is useful for uploading CSS images, *.pdf, *.doc, *.xls, etc files to the server.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=5899984712377515258&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=5899984712377515258&quot; style=&quot;width: 300px; height: 211px;&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=6937415513240532463&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=6937415513240532463&quot; style=&quot;width: 300px; height: 211px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Specifications&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Only super administrator can use this for security reason.&lt;/li&gt;
&lt;li&gt;Default folder is &quot;&lt;strong&gt;qa-ufiles&lt;/strong&gt;&quot; under PQA root.&lt;/li&gt;
&lt;li&gt;There is no limit of the mime type of uploaded files.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Current restriction &lt;span style=&quot;font-size:12px;&quot;&gt;(These will be solved in the stable&amp;nbsp;version)&lt;/span&gt;&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;text-decoration: line-through;&quot;&gt;&lt;a href=&quot;https://github.com/Studio-42/elFinder/pull/937&quot; rel=&quot;nofollow&quot;&gt;Encode problem&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Studio-42/elFinder/wiki/Connector-configuration-options-2.1&quot; rel=&quot;nofollow&quot;&gt;Connector (Server side) configuration options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Studio-42/elFinder/wiki/Client-configuration-options-2.1&quot; rel=&quot;nofollow&quot;&gt;Client (side) configuration options&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1082/file-manager-pro</guid>
<pubDate>Wed, 15 Mar 2017 07:06:28 +0000</pubDate>
</item>
<item>
<title>Answered: User list download feature added</title>
<link>http://www.powerqa.org/qa/1029/user-list-download-feature-added?show=1080#a1080</link>
<description>&lt;p&gt;This feature has been improved.&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12338957928214533182&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12338957928214533182&quot; style=&quot;width: 600px; height: 187px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1029/user-list-download-feature-added?show=1080#a1080</guid>
<pubDate>Fri, 10 Mar 2017 05:50:10 +0000</pubDate>
</item>
<item>
<title>Answered: Shortcode posting test for V1.8.5</title>
<link>http://www.powerqa.org/qa/1059/shortcode-posting-test-for-v1-8-5?show=1061#a1061</link>
<description>&lt;p&gt;Shortcode post test on&amp;nbsp;answer.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1059/shortcode-posting-test-for-v1-8-5?show=1061#a1061</guid>
<pubDate>Thu, 23 Feb 2017 00:12:46 +0000</pubDate>
</item>
<item>
<title>email notifications</title>
<link>http://www.powerqa.org/qa/1053/email-notifications</link>
<description></description>
<category>Program</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1053/email-notifications</guid>
<pubDate>Tue, 10 Jan 2017 16:57:32 +0000</pubDate>
</item>
<item>
<title>Answered: Dashboard plugin</title>
<link>http://www.powerqa.org/qa/951/dashboard-plugin?show=1052#a1052</link>
<description>&lt;p&gt;Free widget has been added. It will be useful for announcements from site owner.&lt;/p&gt;

&lt;p&gt;Option settings in this site is below.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;1st&amp;nbsp;tab: Embeded youtube video&lt;/li&gt;
	&lt;li&gt;2nd&amp;nbsp;tab: Embeded google map&lt;/li&gt;
	&lt;li&gt;3rd tab:&amp;nbsp;Embeded PDF&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=3611664443916530733&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=3611664443916530733&quot; style=&quot;width: 600px; height: 430px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Views&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=14161508625912488266&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=14161508625912488266&quot; style=&quot;width: 600px; height: 470px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12057154492442943440&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12057154492442943440&quot; style=&quot;width: 600px; height: 472px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/dashboard&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Check out on my&amp;nbsp;dashboard!&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/951/dashboard-plugin?show=1052#a1052</guid>
<pubDate>Wed, 21 Dec 2016 08:17:49 +0000</pubDate>
</item>
<item>
<title>D&amp;D image upload test for new CKEditor</title>
<link>http://www.powerqa.org/qa/1050/d%26d-image-upload-test-for-new-ckeditor</link>
<description>&lt;p&gt;CKEditor for PowerQA has been updated&amp;nbsp;to the &lt;a href=&quot;http://ckeditor.com/release/CKEditor-4.6.1&quot; rel=&quot;nofollow&quot;&gt;V4.6.1&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://sdk.ckeditor.com/samples/fileupload.html#uploading-dropped-and-pasted-images&quot; rel=&quot;nofollow&quot;&gt;http://sdk.ckeditor.com/samples/fileupload.html#uploading-dropped-and-pasted-images&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=2617129497952508855&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;image&quot; class=&quot;lightbox_inner responsive&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=2617129497952508855&quot; style=&quot;height:480px; width:600px&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=3385058198564951573&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;image&quot; class=&quot;lightbox_inner responsive&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=3385058198564951573&quot; style=&quot;height:337px; width:600px&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1050/d%26d-image-upload-test-for-new-ckeditor</guid>
<pubDate>Wed, 14 Dec 2016 01:19:44 +0000</pubDate>
</item>
<item>
<title>Answered: Where to buy this?</title>
<link>http://www.powerqa.org/qa/1044/where-to-buy-this?show=1045#a1045</link>
<description>&lt;p&gt;Thank you for your interest in this system. Please look at &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/1042&quot;&gt;this thread&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;By the way, what is the reason of the &quot;emergency&quot;?&lt;/p&gt;</description>
<category>Program</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1044/where-to-buy-this?show=1045#a1045</guid>
<pubDate>Thu, 01 Dec 2016 09:16:19 +0000</pubDate>
</item>
<item>
<title>Answered: 5 Newbie questions</title>
<link>http://www.powerqa.org/qa/1042/5-newbie-questions?show=1043#a1043</link>
<description>&lt;p&gt;Thank you for your interest in this system.&lt;/p&gt;

&lt;p&gt;1. Unfortunately, basically this system is not yet available for personal use. It is offered to customers as SAAS / PAAS service. Customers can not refer / modify source programs.&lt;/p&gt;

&lt;p&gt;2.&amp;nbsp;There are many sales partners and customization developpers in Japan. However, there is only one main developer (it's me).&lt;/p&gt;

&lt;p&gt;3.&amp;nbsp;There is no demo site for super admin.&lt;/p&gt;

&lt;p&gt;4.&amp;nbsp;In order to translate ...&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Method1: Becoming a sales partner.&lt;/li&gt;
	&lt;li&gt;Method2: Becoming a development partner&amp;nbsp;(condition&amp;nbsp;is very&amp;nbsp;strict).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Translation work is huge.&amp;nbsp;Probably it will take months for that work.&amp;nbsp;Before we allow you to translate, we need to check your development skill level.&amp;nbsp;The most important thing is a relationship of trust with you&lt;/p&gt;

&lt;p&gt;5.&amp;nbsp;This system can be used as a public site on the Internet like Q2A. However, it&amp;nbsp;is expected to be used mainly as&amp;nbsp;closed site&amp;nbsp;for&amp;nbsp;companies and organizations. Therefore, because importance of SEO is very low, it has not been developed yet.&lt;/p&gt;

&lt;p&gt;Thanks again.&lt;/p&gt;</description>
<category>Program</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1042/5-newbie-questions?show=1043#a1043</guid>
<pubDate>Thu, 01 Dec 2016 00:26:32 +0000</pubDate>
</item>
<item>
<title>[Bug fix] Mobile sidepanel is closed when it is clicked</title>
<link>http://www.powerqa.org/qa/1040/bug-fix-mobile-sidepanel-is-closed-when-it-is-clicked</link>
<description>&lt;h3&gt;Phenomenon&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=1329906658222577512&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;lightbox_inner responsive&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=1329906658222577512&quot; style=&quot;height:583px; width:460px&quot;&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
This bug was fixed in PQA V1.8.2.&lt;/p&gt;</description>
<category>Themes</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1040/bug-fix-mobile-sidepanel-is-closed-when-it-is-clicked</guid>
<pubDate>Tue, 15 Nov 2016 01:05:19 +0000</pubDate>
</item>
<item>
<title>Brain storming about PowerQA FAQ</title>
<link>http://www.powerqa.org/qa/1036/brain-storming-about-powerqa-faq</link>
<description>&lt;h3&gt;Current status of Q2A&lt;/h3&gt;

&lt;p&gt;There is only plugin by NoahY. Since this plugin is used&amp;nbsp;for Q2A site itself, it does not use data in the QA site. FAQ items are edited on the admin panel. Probably, this plugin will be often used as a usage helper about&amp;nbsp;Q2A and QA sites.&lt;/p&gt;

&lt;h3&gt;PowerQA&amp;nbsp;FAQ&lt;/h3&gt;

&lt;p&gt;It is quite different from existing&amp;nbsp;plugin. Briefly, PowerQA owner&amp;nbsp;can use it as&amp;nbsp;FAQ manufacturer or provider for own&amp;nbsp;portal site.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;FAQ items will be created by using QA data in the PowerQA&amp;nbsp;site&lt;/li&gt;
	&lt;li&gt;Moderators can mark specific question&amp;nbsp;as FAQ&lt;/li&gt;
	&lt;li&gt;Moderators can edit&amp;nbsp;Question sentense of FAQ item (Default is question title)&lt;/li&gt;
	&lt;li&gt;Moderators can edit Answer&amp;nbsp;sentense of FAQ item (Default is best answer)&lt;/li&gt;
	&lt;li&gt;Moderators can re-order FAQ items&lt;/li&gt;
	&lt;li&gt;PowerQA users can see&amp;nbsp;categorised FAQ items in FAQ page.&lt;/li&gt;
	&lt;li&gt;FAQ items will be linked to the specific question page&amp;nbsp;as &quot;More...&quot; (Option).&lt;/li&gt;
	&lt;li&gt;PowerQA users can download&amp;nbsp;categorised FAQ items in FAQ page as&amp;nbsp;PDF.&lt;/li&gt;
	&lt;li&gt;Administrator can embed FAQ items to any place with &lt;a href=&quot;http://www.powerqa.org/qa/643/&quot; rel=&quot;nofollow&quot;&gt;shortcode&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;&lt;span style=&quot;color:#FF0000;&quot;&gt;[Important]&lt;/span&gt; FAQ data will be delivered via RSS.&lt;/strong&gt;&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;&lt;span style=&quot;color:#FF0000;&quot;&gt;[Important]&lt;/span&gt; External site (eg WordPress) can extract&amp;nbsp;FAQ items&amp;nbsp;with &lt;a href=&quot;http://docs.question2answer.org/code/external/&quot; rel=&quot;nofollow&quot;&gt;External feature&lt;/a&gt;&amp;nbsp;or&amp;nbsp;RSS.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Useful information&amp;nbsp;for development&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Bounty form of &lt;a href=&quot;http://www.powerqa.org/qa/327&quot; rel=&quot;nofollow&quot;&gt;Point Trade Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://datatables.net/&quot; rel=&quot;nofollow&quot;&gt;DataTables &lt;/a&gt;of &lt;a href=&quot;http://www.powerqa.org/qa/313&quot; rel=&quot;nofollow&quot;&gt;Database Manager Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://wordpress.org/plugins/&quot; rel=&quot;nofollow&quot;&gt;WordPress plugin&lt;/a&gt; archtecture&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.drupal.org/docs/8/api/plugin-api/plugin-api-overview&quot; rel=&quot;nofollow&quot;&gt;Drupal plugin API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Implementation method&lt;/h3&gt;

&lt;ol&gt;
	&lt;li&gt;Develop as a part of&amp;nbsp;core ?&lt;/li&gt;
	&lt;li&gt;Develop as a new plugin ?&lt;/li&gt;
&lt;/ol&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1036/brain-storming-about-powerqa-faq</guid>
<pubDate>Fri, 11 Nov 2016 00:57:58 +0000</pubDate>
</item>
<item>
<title>Brain storming about PowerQA Analytics</title>
<link>http://www.powerqa.org/qa/1031/brain-storming-about-powerqa-analytics</link>
<description>&lt;h3&gt;Current status&lt;/h3&gt;

&lt;p&gt;There is only &lt;a href=&quot;http://www.question2answer.org/qa/11218&quot; rel=&quot;nofollow&quot;&gt;plugin &lt;/a&gt;that embeds tracking code in Q2A.&amp;nbsp;This plugin is so&amp;nbsp;simple.&lt;/p&gt;

&lt;h3&gt;Main features&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Two major features. &lt;strong&gt;Google analitics&lt;/strong&gt; and &lt;strong&gt;Site history&lt;/strong&gt;(&lt;a href=&quot;http://www.powerqa.org/qa/1001/&quot; rel=&quot;nofollow&quot;&gt;statistics&lt;/a&gt;).&lt;/li&gt;
	&lt;li&gt;Google tracking code is&amp;nbsp;embed in&amp;nbsp;all of pages.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Only administrators can confirm&amp;nbsp;analysis data on the site.&lt;/strong&gt;&lt;/li&gt;
	&lt;li&gt;Site analysis data&amp;nbsp;will be shown&amp;nbsp;on the &lt;a href=&quot;http://www.powerqa.org/qa/951/&quot; rel=&quot;nofollow&quot;&gt;dashboard&lt;/a&gt;&amp;nbsp;as a widget block.&lt;/li&gt;
	&lt;li&gt;Question analysis data will be shown&amp;nbsp;on the each question&amp;nbsp;page as a sidebar widget.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Summary&lt;/h3&gt;

&lt;ul&gt;
	&lt;li&gt;Release schedule: 2016/12 &amp;nbsp;as V1.9&lt;/li&gt;
	&lt;li&gt;Model:&amp;nbsp;&lt;a href=&quot;https://wordpress.org/plugins/google-analytics-dashboard-for-wp/&quot; rel=&quot;nofollow&quot;&gt;Google Analytics Dashboard for WP&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;My image&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12529500408182714799&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12529500408182714799&quot; style=&quot;width: 600px; height: 413px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=291837676633794301&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=291837676633794301&quot; style=&quot;width: 600px; height: 438px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1031/brain-storming-about-powerqa-analytics</guid>
<pubDate>Thu, 10 Nov 2016 03:23:34 +0000</pubDate>
</item>
<item>
<title>Improvement of categories page</title>
<link>http://www.powerqa.org/qa/1024/improvement-of-categories-page</link>
<description>&lt;p&gt;Expand&amp;nbsp;mode has been added in &lt;a href=&quot;http://www.powerqa.org/qa/categories&quot; rel=&quot;nofollow&quot;&gt;categories page&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Expand&amp;nbsp;mode: (Default)&lt;/h3&gt;

&lt;p&gt;All of categories will be shown in this mode.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=14637495657936424947&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=14637495657936424947&quot; style=&quot;width: 600px; height: 290px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Collapse mode (Old style)&lt;/h3&gt;

&lt;p&gt;You can select specific category&amp;nbsp;in this mode.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=2634766862700566554&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=2634766862700566554&quot; style=&quot;width: 600px; height: 211px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;Admin options&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=11307299937741993262&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=11307299937741993262&quot; style=&quot;width: 600px; height: 323px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Browse mode on list page: Initial mode&lt;/li&gt;
	&lt;li&gt;Columns on Categories page: Column count in case of expand&amp;nbsp;mode (1/2/3).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Of course, expand mode supprts responsive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#008080;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;Since style sheet is updated, please clear cache of your browser.&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1024/improvement-of-categories-page</guid>
<pubDate>Mon, 07 Nov 2016 01:44:27 +0000</pubDate>
</item>
<item>
<title>Thanks button has been added at inline button group of question view.</title>
<link>http://www.powerqa.org/qa/1023/thanks-button-been-added-inline-button-group-question-view</link>
<description>&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=7408628142149706650&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=7408628142149706650&quot; style=&quot;width: 400px; height: 356px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Admin option:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=15978019003585445355&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=15978019003585445355&quot; style=&quot;width: 400px; height: 309px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1023/thanks-button-been-added-inline-button-group-question-view</guid>
<pubDate>Fri, 28 Oct 2016 07:43:02 +0000</pubDate>
</item>
<item>
<title>Concept of V2.0</title>
<link>http://www.powerqa.org/qa/1019/concept-of-v2-0</link>
<description>&lt;h3&gt;Core concept&lt;/h3&gt;

&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Representational_state_transfer&quot; rel=&quot;nofollow&quot;&gt;RESTful &lt;/a&gt;API&lt;/li&gt;
	&lt;li&gt;Full Ajax UI for&amp;nbsp;load distribution&lt;/li&gt;
	&lt;li&gt;Use of Local Storage&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;Theme concept&lt;/h3&gt;

&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.google.co.jp/search?q=futuristic+theme&amp;amp;biw=1205&amp;amp;bih=771&amp;amp;tbm=isch&amp;amp;tbo=u&amp;amp;source=univ&amp;amp;sa=X&amp;amp;ved=0ahUKEwj_laGwxfnPAhWJybwKHaysDQAQsAQIGw&quot; rel=&quot;nofollow&quot;&gt;Futuristic and Graphical design&lt;/a&gt; (E.G. : Glass theme of SmartAdmin)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.google.co.jp/search?q=futuristic+theme&amp;amp;biw=1205&amp;amp;bih=771&amp;amp;tbm=isch&amp;amp;tbo=u&amp;amp;source=univ&amp;amp;sa=X&amp;amp;ved=0ahUKEwj_laGwxfnPAhWJybwKHaysDQAQsAQIGw#tbm=isch&amp;amp;q=window+based+theme&quot; rel=&quot;nofollow&quot;&gt;Desktop like design based on window&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;Plugin concept&lt;/h3&gt;

&lt;ol&gt;
	&lt;li&gt;???&lt;/li&gt;
&lt;/ol&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1019/concept-of-v2-0</guid>
<pubDate>Wed, 26 Oct 2016 22:53:52 +0000</pubDate>
</item>
<item>
<title>Development plan and status for V1.8.1 ~</title>
<link>http://www.powerqa.org/qa/1016/development-plan-and-status-for-v1-8-1</link>
<description>&lt;h3&gt;New planned feature&lt;/h3&gt;

&lt;h4&gt;PowerQA Analytics plugin&lt;/h4&gt;

&lt;ol&gt;
	&lt;li&gt;Auto embed tracking code for&amp;nbsp;Google Analytics&lt;/li&gt;
	&lt;li&gt;Show access reports&amp;nbsp;with&amp;nbsp;Google Analytics API&lt;/li&gt;
	&lt;li&gt;Show detailed site data with&amp;nbsp;chart.js&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;Transplant feature&lt;/h3&gt;

&lt;h4&gt;PowerQA Badge&amp;nbsp;plugin&lt;/h4&gt;

&lt;p&gt;This will be remaked from the beginning with reference to the Q2A badge plugin.&amp;nbsp;Since performance of badge plugin is bad, it must&amp;nbsp;be improved.&lt;/p&gt;

&lt;h3&gt;Others&lt;/h3&gt;

&lt;ol&gt;
	&lt;li&gt;&lt;span style=&quot;text-decoration: line-through;&quot;&gt;Add thanks button to inline buttons&lt;/span&gt;. (2016/10/28 added)&lt;/li&gt;
	&lt;li&gt;&lt;span style=&quot;text-decoration: line-through;&quot;&gt;Add default range of&amp;nbsp;top users page on admin panel&lt;/span&gt;. (2016/11/02&amp;nbsp;added)&lt;/li&gt;
	&lt;li&gt;&lt;span style=&quot;text-decoration: line-through;&quot;&gt;Improvement of &lt;a href=&quot;http://www.powerqa.org/qa/categories&quot; rel=&quot;nofollow&quot;&gt;categories&amp;nbsp;page&lt;/a&gt;&lt;/span&gt; (2016/11/07&amp;nbsp;fixed)&lt;/li&gt;
	&lt;li&gt;&lt;span style=&quot;text-decoration: line-through;&quot;&gt;Download users&amp;nbsp;with CSV (Demand of&amp;nbsp;my customer)&lt;/span&gt; (2016/11/09&amp;nbsp;added)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/439&quot; rel=&quot;nofollow&quot;&gt;Reference information&lt;/a&gt;&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1016/development-plan-and-status-for-v1-8-1</guid>
<pubDate>Wed, 26 Oct 2016 07:20:26 +0000</pubDate>
</item>
<item>
<title>What do you think of this change?</title>
<link>http://www.powerqa.org/qa/1015/what-do-you-think-of-this-change</link>
<description>&lt;a href=&quot;https://github.com/q2a/question2answer/pull/457&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2a/question2answer/pull/457&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Certainly, it is common routine. But, I think security strength is reduced a little. Normally, Gideon do not make redundant interface. There might be different meaning to make such a redundant view.&lt;br /&gt;
&lt;br /&gt;
Since password remineder is most targeted from crackers, I would not reflect that changes into PowerQA.</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1015/what-do-you-think-of-this-change</guid>
<pubDate>Wed, 26 Oct 2016 05:30:39 +0000</pubDate>
</item>
<item>
<title>What do you think default categories page?</title>
<link>http://www.powerqa.org/qa/1003/what-do-you-think-default-categories-page</link>
<description>&lt;p&gt;Now PQA categories page is &lt;a href=&quot;http://www.powerqa.org/qa/categories&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. It is same with Q2A.&amp;nbsp;I have &quot;&lt;a href=&quot;http://www.question2answer.org/qa/30947&quot; rel=&quot;nofollow&quot;&gt;Category Navigation Pro&lt;/a&gt;&quot; plugin for Q2A. If there is many&amp;nbsp;needs, I will try to merge it to the PQA V1.9, and replace default categories&amp;nbsp;page with full list of plugin.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.question2answer.org/qa/30947&quot; rel=&quot;nofollow&quot;&gt;Category Navigation Pro&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://askive.cmsbox.jp/cnpdemo_q2a&quot; rel=&quot;nofollow&quot;&gt;Real demo&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.question2answer.org/qa/54280/&quot; rel=&quot;nofollow&quot;&gt;Related question on Q2A&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What do you think?&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1003/what-do-you-think-default-categories-page</guid>
<pubDate>Sat, 22 Oct 2016 00:43:59 +0000</pubDate>
</item>
<item>
<title>Activity Count Widget was improved</title>
<link>http://www.powerqa.org/qa/1001/activity-count-widget-was-improved</link>
<description>&lt;h3&gt;Improved&amp;nbsp;points&lt;/h3&gt;

&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;http://omnipotent.net/jquery.sparkline/#s-about&quot; rel=&quot;nofollow&quot;&gt;sparklines&lt;/a&gt;&amp;nbsp;and Stats history feature were&amp;nbsp;added to the&amp;nbsp;PowerQA core&lt;/li&gt;
	&lt;li&gt;Activity Count Widget plugin was improved.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Until now, core&amp;nbsp;had&amp;nbsp;only total number of questions, answers, comments and users. In new version,&amp;nbsp;history of last 30 days will be stocked. In addition, history data is cached into option tables as &quot;cache_history&quot;. Therefore, we can use data&amp;nbsp;all over the place without degrading performance.&lt;/p&gt;

&lt;h3&gt;Improved view&lt;/h3&gt;

&lt;p&gt;Widget&lt;br&gt;
&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12673008906837068920&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=12673008906837068920&quot; style=&quot;width: 369px; height: 267px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Dashboard&lt;br&gt;
&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=16897317288919355026&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=16897317288919355026&quot; style=&quot;width: 540px; height: 345px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;color:#008080;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;In order to confirm views, please clear cache of your browser.&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/1001/activity-count-widget-was-improved</guid>
<pubDate>Fri, 21 Oct 2016 07:15:50 +0000</pubDate>
</item>
<item>
<title>Answered: Online test of ajax meta popup</title>
<link>http://www.powerqa.org/qa/926/online-test-of-ajax-meta-popup?show=997#a997</link>
<description>&lt;p&gt;Thanks button added on user popup. This button is displayed only in case of enable&amp;nbsp;present feature of &quot;&lt;a href=&quot;http://www.powerqa.org/qa/327/&quot; rel=&quot;nofollow&quot;&gt;Point Trade Pro&lt;/a&gt;&quot; plugin.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=3515246533918049700&quot; rel=&quot;nofollow&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=3515246533918049700&quot; style=&quot;width: 334px; height: 262px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/926/online-test-of-ajax-meta-popup?show=997#a997</guid>
<pubDate>Thu, 20 Oct 2016 07:41:19 +0000</pubDate>
</item>
<item>
<title>4 bytes unicode (emoji) are now deleted.</title>
<link>http://www.powerqa.org/qa/990/4-bytes-unicode-emoji-are-now-deleted</link>
<description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/48654/&quot;&gt;This issue&lt;/a&gt; was also fixed in PowerQA.&lt;/p&gt;

&lt;h3&gt;Deal policy&lt;/h3&gt;

&lt;p&gt;It&amp;nbsp;is same with&amp;nbsp;Q2A. &amp;nbsp;4 byte unicode in input string will be removed.&lt;/p&gt;

&lt;h3&gt;Change of the core&lt;/h3&gt;

&lt;p&gt;It is not same with&amp;nbsp;Q2A.&amp;nbsp;Lower level&amp;nbsp;process&amp;nbsp;has been changed.&amp;nbsp;As a result of this change, the risk of the string is ignored by MySQL has been almost eliminated.&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/990/4-bytes-unicode-emoji-are-now-deleted</guid>
<pubDate>Wed, 19 Oct 2016 03:46:42 +0000</pubDate>
</item>
<item>
<title>Default aggregation period was changed</title>
<link>http://www.powerqa.org/qa/989/default-aggregation-period-was-changed</link>
<description>&lt;p&gt;Default aggregation period of &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/users&quot;&gt;top users&lt;/a&gt; and &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/user/webmaster/stats&quot;&gt;user stats&lt;/a&gt;&amp;nbsp;page was changed.&lt;/p&gt;

&lt;p&gt;Before: &quot;All&quot;&lt;br&gt;
After: &quot;This month&quot;&lt;/p&gt;

&lt;p&gt;As a result of this change, users are given a chance every month.&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/989/default-aggregation-period-was-changed</guid>
<pubDate>Tue, 18 Oct 2016 22:26:33 +0000</pubDate>
</item>
<item>
<title>Quick Ask Form widget</title>
<link>http://www.powerqa.org/qa/986/quick-ask-form-widget</link>
<description>&lt;p&gt;Quick Ask Form widget added. This widget works in conjunction with categories.&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=1380416848115089253&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;responsive lightbox_inner&quot; src=&quot;http://www.powerqa.org/qa/?qa=blob&amp;amp;qa_blobid=1380416848115089253&quot; style=&quot;width: 490px; height: 432px;&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#008080;&quot;&gt;&lt;span style=&quot;font-size:16px;&quot;&gt;&lt;strong&gt;It is a small widget, but program is complicated.&amp;nbsp;Please let me know if there is a problem.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/986/quick-ask-form-widget</guid>
<pubDate>Tue, 18 Oct 2016 03:42:11 +0000</pubDate>
</item>
<item>
<title>Answered: Next features for V1.8</title>
<link>http://www.powerqa.org/qa/943/next-features-for-v1-8?show=944#a944</link>
<description>Hello Sama!&lt;br /&gt;
&lt;br /&gt;
I think it would be interesting to the user to view the recent activity of your &amp;quot;favorites&amp;quot; mainly friends.&lt;br /&gt;
&lt;br /&gt;
I also suggest the possibility that the user has the option to choose to view only questions of some categories of interest.</description>
<category>Program</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/943/next-features-for-v1-8?show=944#a944</guid>
<pubDate>Mon, 03 Oct 2016 17:29:50 +0000</pubDate>
</item>
</channel>
</rss>