<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged custom-page</title>
<link>https://www.question2answer.org/qa/tag/custom-page</link>
<description>Powered by Question2Answer</description>
<item>
<title>How can i import recent Questions and Answers page to my Custom page</title>
<link>https://www.question2answer.org/qa/105305/how-can-import-recent-questions-and-answers-page-custom-page</link>
<description>

&lt;p&gt;Is there a way i could import the recent question and answer page to a section in my custom page which i intend to use as my home page.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=3187138993521199693&quot; style=&quot;height:113px; width:300px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/105305/how-can-import-recent-questions-and-answers-page-custom-page</guid>
<pubDate>Fri, 16 Dec 2022 08:27:41 +0000</pubDate>
</item>
<item>
<title>How to inject Javascript in the between codes?</title>
<link>https://www.question2answer.org/qa/99063/how-to-inject-javascript-in-the-between-codes</link>
<description>I've been analyzing the code but still can't get the idea of how I could inject some Javascript scripts between the codes. &lt;br /&gt;
&lt;br /&gt;
The thing that caught my eye is this - $qa_content['script_rel'] but have no idea how it works. Is there like a function like this-&amp;gt;output() as I seen on the themes?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/99063/how-to-inject-javascript-in-the-between-codes</guid>
<pubDate>Sat, 15 Jan 2022 11:17:21 +0000</pubDate>
</item>
<item>
<title>A href is empty on custom page listing</title>
<link>https://www.question2answer.org/qa/96027/a-href-is-empty-on-custom-page-listing</link>
<description>

&lt;p&gt;I'm developing my custom page, where I want to show some questions in a list.&lt;/p&gt;

&lt;p&gt;Everything works fine, except for one thing. Each question on my list doesn't have a link. It's just empty and looks like this:
&lt;br&gt;
&lt;br&gt;&lt;strong&gt;&amp;lt;a href=&quot;&quot;&amp;gt;Question title&amp;lt;/a&amp;gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I retrieve questions with this function:&lt;/p&gt;

&lt;pre&gt;public function process_request($request)
    {
        $qa_content = qa_content_prepare();
        $qa_content['title'] = 'Page title';

        $questions = qa_db_select_with_pending(qa_db_qs_selectspec(null, 'created', 0, null, null, false, false, null));
        $qa_content['q_list']['qs'] = $questions;

        return $qa_content;
}&lt;/pre&gt;

&lt;p&gt;var_dump($qa_content['q_list']['qs']) gives me this:&lt;/p&gt;

&lt;pre&gt;    [1418] =&amp;gt; Array
        (
            [postid] =&amp;gt; 1418
            [categoryid] =&amp;gt; 4
            [type] =&amp;gt; Q
            [basetype] =&amp;gt; Q
            [hidden] =&amp;gt; 0
            [queued] =&amp;gt; 0
            [acount] =&amp;gt; 2
            [selchildid] =&amp;gt; 
            [closedbyid] =&amp;gt; 
            [upvotes] =&amp;gt; 0
            [downvotes] =&amp;gt; 0
            [netvotes] =&amp;gt; 0
            [views] =&amp;gt; 565
            [hotness] =&amp;gt; 73206600000
            [flagcount] =&amp;gt; 0
            [title] =&amp;gt; Question title
            [tags] =&amp;gt; tags list
            [created] =&amp;gt; 1626604501
            [name] =&amp;gt; 
            [categoryname] =&amp;gt; Category Name
            [categorybackpath] =&amp;gt; categorypath
            [categoryids] =&amp;gt; 4,4
            [userid] =&amp;gt; 14
            [cookieid] =&amp;gt; 
            [createip] =&amp;gt; 
            [points] =&amp;gt; 730
            [flags] =&amp;gt; 0
            [level] =&amp;gt; 0
            [email] =&amp;gt; user@email.com
            [handle] =&amp;gt; Nickname
            [avatarblobid] =&amp;gt; 
            [avatarwidth] =&amp;gt; 
            [avatarheight] =&amp;gt; 
            [_order_] =&amp;gt; 49
        )&lt;/pre&gt;

&lt;p&gt;What am I doing wrong?&lt;/p&gt;

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

&lt;h2&gt;Update&lt;/h2&gt;

&lt;p&gt;I figured out, that ['url'] is missing from my array, so just before &lt;strong&gt;return&lt;/strong&gt; in my function, I've added this:&lt;/p&gt;

&lt;pre&gt;        foreach($qa_content['q_list']['qs'] as $key =&amp;gt; $value)
        {
            $url = qa_q_path($value['postid'], $value['title'], false);
            $qa_content['q_list']['qs'][$key]['url'] = $url;
        }&lt;/pre&gt;

&lt;p&gt;Is this approach right? It solves the problem, but shouldn't qa_db_qs_selectspec() function create URLs on its own?&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/96027/a-href-is-empty-on-custom-page-listing</guid>
<pubDate>Mon, 06 Sep 2021 23:31:11 +0000</pubDate>
</item>
<item>
<title>Hide sidebar on custom page</title>
<link>https://www.question2answer.org/qa/93248/hide-sidebar-on-custom-page</link>
<description>I'm creating a custom page and due to wide content on it I would like to hide Q2A sidebar for it. Is there a simple and proper way to do this via Q2A setting (other than using CSS hide)?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/93248/hide-sidebar-on-custom-page</guid>
<pubDate>Sun, 16 May 2021 20:32:45 +0000</pubDate>
</item>
<item>
<title>Isn't it possible to favorite a custom page?</title>
<link>https://www.question2answer.org/qa/89441/isnt-it-possible-to-favorite-a-custom-page</link>
<description>

&lt;p&gt;Favorite button only appears on question pages, tag pages, category pages and user pages. It seems that there is no value nor key for the favorite elements in custom pages.
&lt;br&gt;
&lt;br&gt;$this-&amp;gt;content['favorite'] = null
&lt;br&gt;
&lt;br&gt;Is there a way to insert that &quot;favorite&quot; element into the content array, or how can you enable favorite feature in custom pages?&lt;/p&gt;

&lt;p&gt;Example of the favorite element in a tag page:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;if (isset($userid) &amp;amp;&amp;amp; isset($tagword)) {
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $favoritemap = qa_get_favorite_non_qs_map();
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $favorite = @$favoritemap['tag'][qa_strtolower($tagword['word'])];
&lt;br&gt;
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $qa_content['favorite'] = qa_favorite_form(QA_ENTITY_TAG, $tagword['wordid'], $favorite,
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qa_lang_sub($favorite ? 'main/remove_x_favorites' : 'main/add_tag_x_favorites', $tagword['word']));
&lt;br&gt;}&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I tried putting this into &lt;a href=&quot;https://github.com/q2a/question2answer/blob/1f39ae44adf42c83042be631e39373893a3ec969/qa-include/pages/default.php#L67&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2a/question2answer/blob/1f39ae44adf42c83042be631e39373893a3ec969/qa-include/pages/default.php#L67&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;$userid = qa_get_logged_in_userid();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;
&lt;br&gt;if (isset($userid)){
&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $qa_content['favorite'] = qa_favorite_form(QA_ENTITY_NONE, $custompage['pageid'], $favorite, qa_lang($favorite ? 'Unfolow' : 'Follow'));
&lt;br&gt;}&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;but I got the error message&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Unexpected response from server - please try again or switch off Javascript.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;So, there must be some extra steps, I think.&lt;/p&gt;

&lt;table&gt;

&lt;tbody&gt;

&lt;tr&gt;

&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/89441/isnt-it-possible-to-favorite-a-custom-page</guid>
<pubDate>Tue, 01 Dec 2020 03:51:14 +0000</pubDate>
</item>
<item>
<title>is it possible to add javascript source to $qa_content?</title>
<link>https://www.question2answer.org/qa/83103/is-it-possible-to-add-javascript-source-to-%24qa_content</link>
<description>

&lt;p&gt;I want to make a page and add a javascript source after a&amp;nbsp;div element. my code is like this:&lt;/p&gt;

&lt;pre&gt;public function process_request($request)
	{
		$qa_content = qa_content_prepare();

		$qa_content['title'] = qa_lang_html('example_page/page_title');
		$qa_content['error'] = 'An example error';
		$qa_content['custom'] = '&amp;lt;div&amp;gt;custom html&amp;lt;/div&amp;gt;';

		
		$qa_content['script'] = '&amp;lt;script type=&quot;text/javascript&quot; src=&quot;'.$this-&amp;gt;directory.'myscript.js&quot;&amp;gt;&amp;lt;/script&amp;gt;';

		return $qa_content;&lt;/pre&gt;

&lt;pre&gt;}&lt;/pre&gt;

&lt;pre&gt;
&lt;/pre&gt;

&lt;p&gt;But it doesn't work.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/83103/is-it-possible-to-add-javascript-source-to-%24qa_content</guid>
<pubDate>Sun, 26 Apr 2020 09:25:13 +0000</pubDate>
</item>
<item>
<title>PLUGIN DEV: How can I add dynamic url for suggest_requests() and match_request($request)</title>
<link>https://www.question2answer.org/qa/66108/plugin-dynamic-suggest_requests-match_request-%24request</link>
<description>

&lt;p&gt;I want a plugin page url&amp;nbsp;appear as&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;&quot;user/&quot;.$handle.'/something'&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;&amp;nbsp;I need to set&amp;nbsp;suggest_requests() and match_request($request) at plugin page. So, I tried this one but it wont work.&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;function suggest_requests()&amp;nbsp;&lt;/p&gt;

&lt;p&gt;{&lt;/p&gt;

&lt;p&gt;$handle = qa_request_part(1);&lt;/p&gt;

&lt;p&gt;return array(&lt;/p&gt;

&lt;p&gt;array(&lt;/p&gt;

&lt;p&gt;'title' =&amp;gt; 'Something',&lt;/p&gt;

&lt;p&gt;'request' =&amp;gt; 'user/'.$handle.'/something',&lt;/p&gt;

&lt;p&gt;'nav' =&amp;gt; 'M',&lt;/p&gt;

&lt;p&gt;),&lt;/p&gt;

&lt;p&gt;);&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;

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

&lt;p&gt;function match_request($request)&lt;/p&gt;

&lt;p&gt;{&lt;/p&gt;

&lt;p&gt;$handle = qa_request_part(1);&lt;/p&gt;

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

&lt;p&gt;if(isset($handle) &amp;amp;&amp;amp; qa_request_part(0) == 'user' &amp;amp;&amp;amp; qa_request_part(2) == 'something'){&lt;/p&gt;

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

&lt;p&gt;&amp;nbsp; &amp;nbsp; } else {&lt;/p&gt;

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

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

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

&lt;p&gt;when I go to &quot;user/username/something&quot; error appears stating page not found. Where I am doing wrong?&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66108/plugin-dynamic-suggest_requests-match_request-%24request</guid>
<pubDate>Fri, 10 Aug 2018 16:10:10 +0000</pubDate>
</item>
<item>
<title>Add div wrapper in the body of a specific question</title>
<link>https://www.question2answer.org/qa/63465/add-div-wrapper-in-the-body-of-a-specific-question</link>
<description>

&lt;p&gt;I am trying to add div after the second paragraph of a question. I read the documentation about &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.inforbiro.com/blog-eng/question2answer-insert-adsense-code/&quot;&gt;adding html/js&lt;/a&gt; inside question content, however, I was not successful. As far as I understand, I need to override the q_view function:&lt;/p&gt;

&lt;pre&gt;public function q_view_content($q_view)
{
    $content = isset($q_view['content']) ? $q_view['content'] : '';

    $this-&amp;gt;output('&amp;lt;div class=&quot;qa-q-view-content&quot;&amp;gt;');
    $this-&amp;gt;output_raw($content);
    $this-&amp;gt;output('&amp;lt;/div&amp;gt;');
}&lt;/pre&gt;

&lt;p&gt;I would like to add a div after let's say second&amp;nbsp; paragraph and insert custom code there. Can someone guide me how to do it? I only want to attach this div to a specific post id.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/63465/add-div-wrapper-in-the-body-of-a-specific-question</guid>
<pubDate>Thu, 12 Apr 2018 15:25:44 +0000</pubDate>
</item>
<item>
<title>add a button on  $qa_content['custom']= $html</title>
<link>https://www.question2answer.org/qa/57277/add-a-button-on-%24qa_content-custom-%24html</link>
<description>hi, i want to add a custom button to edit the content of the data on the page, im using the $qa_content['custom']= $html; to show the info on the page.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/57277/add-a-button-on-%24qa_content-custom-%24html</guid>
<pubDate>Tue, 18 Apr 2017 11:44:47 +0000</pubDate>
</item>
<item>
<title>How could i show questions on custom pages?</title>
<link>https://www.question2answer.org/qa/56905/how-could-i-show-questions-on-custom-pages</link>
<description>Hello, i need help to customize my q2a website homepage by making a custom page as the leading page i did that changes but now i need help about how adding or displaying some questions on it by saving the current view mean add questions into the new custom page or showing questions above that page.&lt;br /&gt;
&lt;br /&gt;
may anyone help me please!&lt;br /&gt;
&lt;br /&gt;
Thanks all :)</description>
<category>Themes</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/56905/how-could-i-show-questions-on-custom-pages</guid>
<pubDate>Thu, 23 Mar 2017 15:08:37 +0000</pubDate>
</item>
<item>
<title>Article System</title>
<link>https://www.question2answer.org/qa/56753/article-system</link>
<description>I need a plugin that will allow me to create pages and link them to subpages. The main admin is the only one who'll need access to these pages, but they'll need to be displayed as a tab. Is there anything that can do this.&lt;br /&gt;
&lt;br /&gt;
I've tried the blog system but like others have said it's terribly broken.&lt;br /&gt;
&lt;br /&gt;
The system would work like this, New Article -&amp;gt; Title -&amp;gt; HTML Content, The article would then be posted with the photo preview text and a link?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/56753/article-system</guid>
<pubDate>Wed, 15 Mar 2017 17:28:06 +0000</pubDate>
</item>
<item>
<title>Why not work the custom error pages?</title>
<link>https://www.question2answer.org/qa/56297/why-not-work-the-custom-error-pages</link>
<description>

&lt;p&gt;&lt;strong&gt;Hi!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I have a problem, i want to add custom error pages in question2answer, but doesn't work.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;what should I change the .htaccess file?&lt;/p&gt;

&lt;p&gt;In my .htacces file:&amp;nbsp;&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Options -Indexes
&lt;br&gt;DirectoryIndex index.php
&lt;br&gt;&amp;lt;IfModule mod_rewrite.c&amp;gt;
&lt;br&gt;RewriteEngine On
&lt;br&gt;#RewriteBase /
&lt;br&gt;RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
&lt;br&gt;RewriteRule . %1/%2 [R=301,L]
&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-f
&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-d
&lt;br&gt;RewriteRule ^.*$ index.php?qa-rewrite=$0&amp;amp;%{QUERY_STRING} [L]
&lt;br&gt;&amp;lt;/IfModule&amp;gt;&lt;/p&gt;

&lt;p&gt;ErrorDocument 400 /error-pages/400.html
&lt;br&gt;ErrorDocument 401 /error-pages/401.html
&lt;br&gt;ErrorDocument 403 /error-pages/403.html
&lt;br&gt;ErrorDocument 404 /error-pages/404.html
&lt;br&gt;ErrorDocument 405 /error-pages/405.html
&lt;br&gt;ErrorDocument 406 /error-pages/406.html
&lt;br&gt;ErrorDocument 408 /error-pages/408.html
&lt;br&gt;ErrorDocument 413 /error-pages/413.html
&lt;br&gt;ErrorDocument 414 /error-pages/414.html
&lt;br&gt;ErrorDocument 417 /error-pages/417.html
&lt;br&gt;ErrorDocument 500 /error-pages/500.html
&lt;br&gt;ErrorDocument 502 /error-pages/502.html
&lt;br&gt;ErrorDocument 503 /error-pages/503.html
&lt;br&gt;ErrorDocument 504 /error-pages/504.html&lt;/p&gt;&lt;/blockquote&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/56297/why-not-work-the-custom-error-pages</guid>
<pubDate>Thu, 16 Feb 2017 08:22:54 +0000</pubDate>
</item>
<item>
<title>Showing pages based on profile type</title>
<link>https://www.question2answer.org/qa/47735/showing-pages-based-on-profile-type</link>
<description>I have a menu element which links to unanswered questions. I set that page to be available to moderator too.&lt;br /&gt;
&lt;br /&gt;
I have a user which is Moderator of some arguments but not a site Moderator (which can moderate all the arguments) and this user seems to be not able to see that page.&lt;br /&gt;
&lt;br /&gt;
Is this behaviour correct? How can I show to Moderator-of-just-some-arguments that page?&lt;br /&gt;
&lt;br /&gt;
Thanks</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/47735/showing-pages-based-on-profile-type</guid>
<pubDate>Fri, 04 Sep 2015 09:52:36 +0000</pubDate>
</item>
<item>
<title>List questions from specific tags in page</title>
<link>https://www.question2answer.org/qa/46213/list-questions-from-specific-tags-in-page</link>
<description>

&lt;p&gt;I want to display questions from diferent tags in one page (maybe in custom page plugin). Is it possible to do that ?&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Recent questions tagged&lt;strong&gt; cars:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;strong&gt;Question 1&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Question 2&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Question 3&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Recent questions tagged&lt;strong&gt;&amp;nbsp;home:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;&lt;strong&gt;Question 1&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Question 2&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;Question 3&lt;/strong&gt;&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;...&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46213/list-questions-from-specific-tags-in-page</guid>
<pubDate>Wed, 01 Jul 2015 15:41:49 +0000</pubDate>
</item>
<item>
<title>How best do I add a couple of custom pages after registration?</title>
<link>https://www.question2answer.org/qa/43820/how-best-do-i-add-a-couple-of-custom-pages-after-registration</link>
<description>

&lt;p&gt;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;After registration users are redirected to the home page.&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;How best is it to add a custom page after registration?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family: helvetica, arial, sans-serif;&quot;&gt;&lt;span style=&quot;font-size:14px; line-height:22.3999996185303px&quot;&gt;I've looked at the register.php in the pages folder but I don't want to hack that file...&lt;/span&gt;&lt;/span&gt;
&lt;br&gt;
&lt;br&gt;Any suggestions would be appreciated...
&lt;br&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-family:helvetica,arial,sans-serif; font-size:14px&quot;&gt;Thanks&lt;/span&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/43820/how-best-do-i-add-a-couple-of-custom-pages-after-registration</guid>
<pubDate>Tue, 17 Feb 2015 00:20:15 +0000</pubDate>
</item>
<item>
<title>I want users to ask questions and answer their own question</title>
<link>https://www.question2answer.org/qa/43037/i-want-users-to-ask-questions-and-answer-their-own-question</link>
<description>I know that sounds like a bizarre question but I run a software code snippet site and the existing system works by users posting code snippets for other users to use and uploading example projects where they desire.&lt;br /&gt;
&lt;br /&gt;
So I would like to create a page where the user can ask a question like &amp;quot;How do I convert integer to boolean&amp;quot; and then be able to answer it with the code snippet themselves.&lt;br /&gt;
&lt;br /&gt;
This will be on a new page as I want to keep the core as is for other members just to ask questions as normal.&lt;br /&gt;
&lt;br /&gt;
This is all new to me so any help would be appreciated.</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/43037/i-want-users-to-ask-questions-and-answer-their-own-question</guid>
<pubDate>Mon, 19 Jan 2015 03:51:53 +0000</pubDate>
</item>
<item>
<title>Custom ADS by TAGS?</title>
<link>https://www.question2answer.org/qa/42967/custom-ads-by-tags</link>
<description>

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

&lt;p&gt;&lt;strong&gt;I would like to have specific ADS by TAGS&lt;/strong&gt; in &lt;a rel=&quot;nofollow&quot; href=&quot;http://odlg.org&quot;&gt;my Q2A&lt;/a&gt;?&lt;/p&gt;

&lt;p&gt;I already have &lt;strong&gt;widget anywhere&lt;/strong&gt; but you&lt;strong&gt; can't chose a custom content for each tags.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Waiting for an answer! ;-)&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/42967/custom-ads-by-tags</guid>
<pubDate>Wed, 14 Jan 2015 21:00:55 +0000</pubDate>
</item>
<item>
<title>Custom page link ignores URL structure?</title>
<link>https://www.question2answer.org/qa/41491/custom-page-link-ignores-url-structure</link>
<description>

&lt;p&gt;
	When I make a custom page and add a navigation link in &lt;em&gt;admin/pages&lt;/em&gt; then the link is always &lt;em&gt;&lt;a href=&quot;http://mydomain.com/custompage&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.com/custompage&lt;/a&gt;&lt;/em&gt;, even when the URL structure in&amp;nbsp;&lt;em&gt;admin/general&lt;/em&gt; is set to &lt;em&gt;/?qa=123/why-do-birds-sing&lt;/em&gt;&lt;/p&gt;


&lt;p&gt;
	Is this supposed to be the case? It seems rather odd to me, I'd assume it would have to be&amp;nbsp;&lt;em&gt;&lt;a href=&quot;http://mydomain.com/?qa=custompage&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.com/?qa=custompage&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/41491/custom-page-link-ignores-url-structure</guid>
<pubDate>Sat, 22 Nov 2014 05:24:28 +0000</pubDate>
</item>
<item>
<title>How To Add New Page For Admin</title>
<link>https://www.question2answer.org/qa/40500/how-to-add-new-page-for-admin</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
I need new page for Admin section which is list all Answers and comments. How can add new page for Admin section any idea?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/40500/how-to-add-new-page-for-admin</guid>
<pubDate>Fri, 31 Oct 2014 05:41:51 +0000</pubDate>
</item>
<item>
<title>I need to add one new page where I write something ?</title>
<link>https://www.question2answer.org/qa/36277/i-need-to-add-one-new-page-where-i-write-something</link>
<description>

&lt;p&gt;
	Hi I have reffered all the content about adding a new custom page but not find the solution yet, I need to add one cutom page where I can add content. Pls guide.&lt;/p&gt;


&lt;p&gt;
	I want to do at &lt;a rel=&quot;nofollow&quot; href=&quot;http://igiri.org/forum&quot;&gt;http://igiri.org/forum&lt;/a&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/36277/i-need-to-add-one-new-page-where-i-write-something</guid>
<pubDate>Sat, 26 Jul 2014 15:58:51 +0000</pubDate>
</item>
</channel>
</rss>