<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions and answers</title>
<link>http://www.question2answer.org/qa/qa</link>
<description>Powered by Question2Answer</description>
<item>
<title>how to a widget on a particular category page.</title>
<link>http://www.question2answer.org/qa/12470/how-to-a-widget-on-a-particular-category-page</link>
<description>

&lt;p&gt;
	For example We have two category like : Q2Acore &amp;amp; plugins on q2a&lt;/p&gt;


&lt;p&gt;
	If a user click Q2Acore then widget only visible on page &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/core&quot;&gt;http://www.question2answer.org/qa/core&lt;/a&gt;&quot; not on other page.&lt;/p&gt;


&lt;p&gt;
	Is it posiible if yes , can i have some sort of help..&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12470/how-to-a-widget-on-a-particular-category-page</guid>
<pubDate>Sun, 05 Feb 2012 05:31:11 +0000</pubDate>
</item>
<item>
<title>Answered: how to include css file in plugin folder</title>
<link>http://www.question2answer.org/qa/12464/how-to-include-css-file-in-plugin-folder?show=12467#a12467</link>
<description>

&lt;p&gt;
	Use the constant, &lt;code&gt;QA_HTML_THEME_LAYER_URLTOROOT&lt;/code&gt;:&lt;/p&gt;


&lt;ol class=&quot;steps&quot;&gt;
	

&lt;li&gt;
		&lt;code&gt;QA_HTML_THEME_LAYER_DIRECTORY&lt;/code&gt; contains the full local path of the plugin directory. This can be used as a prefix for &lt;code&gt;include&lt;/code&gt; statements within the layer's code.&lt;/li&gt;
	

&lt;li&gt;
		&lt;code&gt;QA_HTML_THEME_LAYER_URLTOROOT&lt;/code&gt; contains the URL of the plugin directory, relative to the current page request. If the layer outputs HTML that references other files (such as images) within the plugin directory, this prefix should be used for the corresponding URLs.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/layers.php&quot;&gt;http://www.question2answer.org/layers.php&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	The embed plugin uses this.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12464/how-to-include-css-file-in-plugin-folder?show=12467#a12467</guid>
<pubDate>Sat, 04 Feb 2012 16:06:19 +0000</pubDate>
</item>
<item>
<title>how to resolve session_start() Warning on all pages ?</title>
<link>http://www.question2answer.org/qa/12463/how-to-resolve-session_start-warning-on-all-pages</link>
<description>

&lt;p&gt;
	I am getting the below warning on all pages. However, i am able to ask questions and answer questions.&lt;/p&gt;


&lt;p&gt;
	Installed on Godaddy shared hosting.&lt;/p&gt;


&lt;p&gt;
	See the error below:&lt;/p&gt;


&lt;p&gt;
	&lt;b&gt;Warning&lt;/b&gt;: session_start() [function.session-start]: open(/var/chroot/home/content/49/3812349/tmp/sess_589qa53e1u81uusq3f2mknf3q5, O_RDWR) failed: No such file or directory (2) in &lt;b&gt;/home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php&lt;/b&gt; on line &lt;b&gt;131&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;
	Also, the following errors are coming on the admin dashboard top...&lt;/p&gt;


&lt;p&gt;
	&lt;b&gt;Warning&lt;/b&gt;: session_start() [function.session-start]: open(/var/chroot/home/content/49/3812349/tmp/sess_uogldm9q9vkq25dnevf117tjr7, O_RDWR) failed: No such file or directory (2) in &lt;b&gt;/home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php&lt;/b&gt; on line &lt;b&gt;131&lt;/b&gt;
&lt;br&gt;
	
&lt;br&gt;
	&lt;b&gt;Warning&lt;/b&gt;: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php:131) in &lt;b&gt;/home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php&lt;/b&gt; on line &lt;b&gt;131&lt;/b&gt;
&lt;br&gt;
	
&lt;br&gt;
	&lt;b&gt;Warning&lt;/b&gt;: Cannot modify header information - headers already sent by (output started at /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php:131) in &lt;b&gt;/home/content/49/3812349/html/tmapp/qa-include/qa-page.php&lt;/b&gt; on line &lt;b&gt;703&lt;/b&gt;
&lt;br&gt;
	
&lt;br&gt;
	&lt;b&gt;Warning&lt;/b&gt;: Cannot modify header information - headers already sent by (output started at /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php:131) in &lt;b&gt;/home/content/49/3812349/html/tmapp/qa-include/qa-page.php&lt;/b&gt; on line &lt;b&gt;205&lt;/b&gt;
&lt;br&gt;
	
&lt;br&gt;
	&lt;b&gt;Warning&lt;/b&gt;: Cannot modify header information - headers already sent by (output started at /home/content/49/3812349/html/tmapp/qa-include/qa-app-users.php:131) in &lt;b&gt;/home/content/49/3812349/html/tmapp/qa-include/qa-page.php&lt;/b&gt; on line &lt;b&gt;334&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;
	Also, on installation i got the same kind of errors..&lt;/p&gt;


&lt;p&gt;
	How to resolve this ?&lt;/p&gt;


&lt;p&gt;
	Note: i tested with my localhost version and it worked well.&lt;/p&gt;


&lt;p&gt;
	Thanks.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12463/how-to-resolve-session_start-warning-on-all-pages</guid>
<pubDate>Sat, 04 Feb 2012 09:59:10 +0000</pubDate>
</item>
<item>
<title>How to make Q2A even easier to adapt for other uses?</title>
<link>http://www.question2answer.org/qa/12462/how-to-make-q2a-even-easier-to-adapt-for-other-uses</link>
<description>Q2A is an awesome, well documented script that can be adapted for multiple uses other than just Q&amp;amp;A sites. To make it even easier to adapt for non-tech users who don't want to bother with editing templates and/or files, do you (developers) think it would be a nice addition to offer a language config page where terms like &amp;quot;ask a question&amp;quot;, &amp;quot;questions&amp;quot;, &amp;quot;asked&amp;quot; (the native default terminology that relates to Q&amp;amp;A type of site) could be changed to suit the users needs. So for example, if I wanted to just make it a site where people write reviews, I could go into the language file and quickly update the &amp;quot;ask a question&amp;quot; to &amp;quot;write a review&amp;quot;, and change &amp;quot;answers&amp;quot; to &amp;quot;comments&amp;quot;, etc. What do you think of this idea? Some scripts I've tried (Pligg for example) have a language file and it makes it so easy to customize the site very quickly. Thanks!</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12462/how-to-make-q2a-even-easier-to-adapt-for-other-uses</guid>
<pubDate>Sat, 04 Feb 2012 02:10:46 +0000</pubDate>
</item>
<item>
<title>Logo graphic not showing with Parchment theme</title>
<link>http://www.question2answer.org/qa/12461/logo-graphic-not-showing-with-parchment-theme</link>
<description>Hi. I'm new to Q2A and have been going through the Admin options. I installed the Parchment theme, which looks good because of the earth colors for my wife's home gardening site/blog. However, I am not having success with getting a graphic logo file to display accordingly. It's a .PNG file and I have an absolute URL to it within the Admin, &amp;quot;Show a logo image...&amp;quot; check box is checked, image dimensions filled in, etc.&lt;br /&gt;
&lt;br /&gt;
When I switch to either of the initial themes (Default or Candy), the logo image appears fine (and clickable). When I switch back to Parchment theme, the image disappears for just the text site name. Cleared browser cache, reloaded, etc. but with no success. The image logo only appears for me via Default or Candy, not for Parchment. Any thoughts on this?&lt;br /&gt;
&lt;br /&gt;
Thanks.</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12461/logo-graphic-not-showing-with-parchment-theme</guid>
<pubDate>Sat, 04 Feb 2012 00:15:56 +0000</pubDate>
</item>
<item>
<title>Another notice...</title>
<link>http://www.question2answer.org/qa/12460/another-notice</link>
<description>

&lt;p&gt;
	I know that notices are harmless but still... Actually i don't know where they came from, i use alot of NoahY plugins.&lt;/p&gt;


&lt;p&gt;
	Here is 4 rows notice that appears in every question and answer:&lt;/p&gt;


&lt;p&gt;
	&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;Notice&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;: Undefined offset: 2 in&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;/x/x/x/x/qa-include/qa-app-format.php(1452) : eval()'d code&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;&amp;nbsp;on line&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;60&lt;/b&gt;
&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;
	
&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;
	&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;Notice&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;: Undefined offset: 2 in&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;/x/x/x/x/&lt;/b&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;qa-include/qa-app-format.php(1452) : eval()'d code&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;&amp;nbsp;on line&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;60&lt;/b&gt;
&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;
	
&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;
	&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;Notice&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;: Undefined offset: 2 in&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;/x/x/x/x/&lt;/b&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;qa-include/qa-app-format.php(1452) : eval()'d code&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;&amp;nbsp;on line&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;60&lt;/b&gt;
&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;
	
&lt;br style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;
	&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;Notice&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;: Undefined offset: 2 in&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;/x/x/x/x/&lt;/b&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;qa-include/qa-app-format.php(1452) : eval()'d code&lt;/b&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;&amp;nbsp;on line&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: rgb(0, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;&quot;&gt;60&lt;/b&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12460/another-notice</guid>
<pubDate>Fri, 03 Feb 2012 22:22:08 +0000</pubDate>
</item>
<item>
<title>how to ask ?</title>
<link>http://www.question2answer.org/qa/12458/how-to-ask</link>
<description>&lt;A HREF=&quot;http://google.com&quot; rel=&quot;nofollow&quot;&gt;http://google.com&lt;/A&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12458/how-to-ask</guid>
<pubDate>Fri, 03 Feb 2012 18:11:14 +0000</pubDate>
</item>
<item>
<title>How can i disable the viewing of the list of members for not registered ?</title>
<link>http://www.question2answer.org/qa/12457/how-can-disable-viewing-the-list-members-for-not-registered</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12457/how-can-disable-viewing-the-list-members-for-not-registered</guid>
<pubDate>Fri, 03 Feb 2012 16:54:18 +0000</pubDate>
</item>
<item>
<title>Only users has certain points can view the content?</title>
<link>http://www.question2answer.org/qa/12456/only-users-has-certain-points-can-view-the-content</link>
<description>How can I make only users who has certain points can view the content. This will make visitors and members to answer some questions to view the content. I have try to find a way by admin but I think there is not an option for this. What did the community think about this idea?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12456/only-users-has-certain-points-can-view-the-content</guid>
<pubDate>Fri, 03 Feb 2012 14:35:35 +0000</pubDate>
</item>
<item>
<title>Answered: How to change the background according to the current user favorites in /questions</title>
<link>http://www.question2answer.org/qa/12421/change-background-according-current-favorites-questions?show=12454#a12454</link>
<description>

&lt;p&gt;
	No plugin for that currently exists so you'd need to make it yourself. Here's a short summary of the parts you would need:&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		A new database table for storing user's favourite tags.&lt;/li&gt;
	

&lt;li&gt;
		A page plugin to add a tag to the user's favourite, that would get called when the user presses a button on the tag page. (Doesn't need to actually display anything, you can just redirect back to the previous page).&lt;/li&gt;
	

&lt;li&gt;
		A layer override to add said button to each tag page.&lt;/li&gt;
	

&lt;li&gt;
		A layer override that adds a class to the user's favourite questions in the question list.&lt;/li&gt;
&lt;/ul&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12421/change-background-according-current-favorites-questions?show=12454#a12454</guid>
<pubDate>Fri, 03 Feb 2012 13:21:29 +0000</pubDate>
</item>
<item>
<title>Answered: how to stop q2a form stoping some users adding to many qestions</title>
<link>http://www.question2answer.org/qa/12452/how-to-stop-q2a-form-stoping-some-users-adding-many-qestions?show=12453#a12453</link>
<description>You will find those options at Admin &amp;gt; Spam. Where it says &amp;quot;Rate limit for asking questions&amp;quot; change the two boxes to something high like 100 per user per hour.&lt;br /&gt;
&lt;br /&gt;
Note that means they can ask a new question every 30 seconds or so...</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12452/how-to-stop-q2a-form-stoping-some-users-adding-many-qestions?show=12453#a12453</guid>
<pubDate>Fri, 03 Feb 2012 13:01:39 +0000</pubDate>
</item>
<item>
<title>Answered: v1.4 to 1.5BETA  can't create table</title>
<link>http://www.question2answer.org/qa/12014/v1-4-to-1-5beta-cant-create-table?show=12451#a12451</link>
<description>

&lt;p&gt;
	This could happen if you switched the &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;qa_users&lt;/span&gt; table to &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;MyISAM&lt;/span&gt;, rather than leaving it as &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;InnoDB&lt;/span&gt;. This creates a problem for foreign keys that reference the table.&lt;/p&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	Two solutions:&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	1. Convert &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;qa_users&lt;/span&gt; back to &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;InnoDB&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	2. Remove the foreign key in the definition by changing this in &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;qa-db-install.php&lt;/span&gt;:&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;'CONSTRAINT ^userfavorites_ibfk_1 FOREIGN KEY (userid) REFERENCES ^users(userid) ON DELETE CASCADE'&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	... to ...&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;null&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	You will have to do similar things with subsequent problematic upgrade steps if you choose this route.&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	Another solution might be to replace&amp;nbsp;&lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;InnoDB&lt;/span&gt; with &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;MyISAM&lt;/span&gt; in the source code of &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;qa-db-install.php&lt;/span&gt;, if you want all tables to by &lt;span style=&quot;font-family:courier new,courier,monospace;&quot;&gt;MyISAM&lt;/span&gt;.&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12014/v1-4-to-1-5beta-cant-create-table?show=12451#a12451</guid>
<pubDate>Fri, 03 Feb 2012 12:34:50 +0000</pubDate>
</item>
<item>
<title>Answered: Automatically shorten urls. Any idea ???</title>
<link>http://www.question2answer.org/qa/12445/automatically-shorten-urls-any-idea?show=12450#a12450</link>
<description>

&lt;p&gt;
	I have used &lt;a rel=&quot;nofollow&quot; href=&quot;http://yourls.org/&quot;&gt;YOURLS&lt;/a&gt;. You could easily create a plug-in to extract urls from a question and call the yourls function. Here is a list of more&lt;a rel=&quot;nofollow&quot; href=&quot;http://talksec.com/31336/open-source-url-shortening-scripts&quot;&gt; open source shorteners&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;
	With yourls you can make short urls on your own domain or subdomain, and it gives you some extra stats.&lt;/p&gt;


&lt;p&gt;
	If you just want to make the url&lt;em&gt; look&lt;/em&gt; shorter, like your example, that is simple php.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12445/automatically-shorten-urls-any-idea?show=12450#a12450</guid>
<pubDate>Fri, 03 Feb 2012 11:07:12 +0000</pubDate>
</item>
<item>
<title>Answered: Where Can i upload my translation for Q2A 1.5?</title>
<link>http://www.question2answer.org/qa/12447/where-can-i-upload-my-translation-for-q2a-1-5?show=12449#a12449</link>
<description>

&lt;p&gt;
	Send your lang files to gideon - he does it manually:
&lt;br&gt;
	&lt;a href=&quot;http://www.question2answer.org/qa/user/gidgreen&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/user/gidgreen&lt;/a&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12447/where-can-i-upload-my-translation-for-q2a-1-5?show=12449#a12449</guid>
<pubDate>Fri, 03 Feb 2012 11:06:20 +0000</pubDate>
</item>
<item>
<title>Answered: Questions on First Page (Front Page) still visible</title>
<link>http://www.question2answer.org/qa/12443/questions-on-first-page-front-page-still-visible?show=12448#a12448</link>
<description>In qa-theme-base.php&lt;br /&gt;
&lt;br /&gt;
find&lt;br /&gt;
&lt;br /&gt;
$this-&amp;gt;main();&lt;br /&gt;
&lt;br /&gt;
replace by&lt;br /&gt;
&lt;br /&gt;
if(qa_get_logged_in_userid())&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;main();&lt;br /&gt;
&lt;br /&gt;
}</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12443/questions-on-first-page-front-page-still-visible?show=12448#a12448</guid>
<pubDate>Fri, 03 Feb 2012 09:56:55 +0000</pubDate>
</item>
<item>
<title>Get the value of a custom field added in profile</title>
<link>http://www.question2answer.org/qa/12440/get-the-value-of-a-custom-field-added-in-profile</link>
<description>I would like to get the value of a field I've add in user profile and display it in a custom tooltip on the username hover.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12440/get-the-value-of-a-custom-field-added-in-profile</guid>
<pubDate>Fri, 03 Feb 2012 03:54:03 +0000</pubDate>
</item>
<item>
<title>Announcing: Proxy Single Sign-on for v 1.5</title>
<link>http://www.question2answer.org/qa/12438/announcing-proxy-single-sign-on-for-v-1-5</link>
<description>

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


&lt;div&gt;
	I've updated &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/larrykluger/Question-2-Answer-Proxy-SSO-Plugin&quot;&gt;Proxy Single Sign-on plugin&lt;/a&gt; for v 1.5&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	See the screencast which show the features and architecture of the plug-in. The screencast is for the first version of the plugin, but the user experience and architecture remain the same.&lt;/div&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12438/announcing-proxy-single-sign-on-for-v-1-5</guid>
<pubDate>Fri, 03 Feb 2012 00:27:19 +0000</pubDate>
</item>
<item>
<title>How can get old style related questions section ?</title>
<link>http://www.question2answer.org/qa/12436/how-can-get-old-style-related-questions-section</link>
<description>So i finally updated to 1.5 and as i understand related questions function is now as widget. How can show in old style ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12436/how-can-get-old-style-related-questions-section</guid>
<pubDate>Thu, 02 Feb 2012 23:11:13 +0000</pubDate>
</item>
<item>
<title>NEW js  button pop-up &quot;answer&quot;</title>
<link>http://www.question2answer.org/qa/12431/new-js-button-pop-up-answer</link>
<description>

&lt;p&gt;
	Hello!&lt;/p&gt;


&lt;p&gt;
	I had an idea a little, but not like I can not realize it ... In general, I have to Q2A large user activity, they often answer questions and comment on the answers of other participants, in this case, the page with the question becomes very long ... whether using &lt;span style=&quot;font-size:14px;&quot;&gt;&lt;span style=&quot;color:#0000ff;&quot;&gt;&lt;strong&gt;js &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;to add a button pop-up &quot;answer&quot; that pops up when scrolling down?&lt;/p&gt;


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


&lt;p&gt;
	P.S. &amp;nbsp;Sorry for my English, I'm from Russia&amp;nbsp;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12431/new-js-button-pop-up-answer</guid>
<pubDate>Thu, 02 Feb 2012 18:01:02 +0000</pubDate>
</item>
<item>
<title>Answered: how to make first letter of all question to uppercase ??</title>
<link>http://www.question2answer.org/qa/12125/how-to-make-first-letter-of-all-question-to-uppercase?show=12420#a12420</link>
<description>.qa-q-item-title{text-transform:capitalize}&lt;br /&gt;
&lt;br /&gt;
in css</description>
<category>Q2A Core</category>
<guid isPermaLink="true">http://www.question2answer.org/qa/12125/how-to-make-first-letter-of-all-question-to-uppercase?show=12420#a12420</guid>
<pubDate>Thu, 02 Feb 2012 08:03:59 +0000</pubDate>
</item>
</channel>
</rss>
