<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged table</title>
<link>https://www.question2answer.org/qa/tag/table</link>
<description>Powered by Question2Answer</description>
<item>
<title>Where i can find answers content and in which table ?</title>
<link>https://www.question2answer.org/qa/89448/where-i-can-find-answers-content-and-in-which-table</link>
<description>I am looking for an answers table. Where all answers are stored in the database? &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
The qa_post table is available there but in this table, I can see the question title and content without any answers content. &amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Tell me the answers table name or reference?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/89448/where-i-can-find-answers-content-and-in-which-table</guid>
<pubDate>Tue, 01 Dec 2020 08:35:42 +0000</pubDate>
</item>
<item>
<title>Would it be safe for me to completely empty and re-index the contentwords table?</title>
<link>https://www.question2answer.org/qa/86234/would-safe-for-completely-empty-and-index-contentwords-table</link>
<description>Do I have to do this because it exceeds 500 mb?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/86234/would-safe-for-completely-empty-and-index-contentwords-table</guid>
<pubDate>Wed, 22 Jul 2020 00:07:38 +0000</pubDate>
</item>
<item>
<title>Adding a table to make a top-posters' list that cycles every 24-hours!</title>
<link>https://www.question2answer.org/qa/51319/adding-table-to-make-top-posters-list-that-cycles-every-hours</link>
<description>Without losing the ability to reasonable easy upgrade, when new versions of Q2A are released, how difficult is it to create a new table that is accessed for a new feature I develop? &amp;nbsp;I realize the naming need be something statistically improbable to ever be used by the Q2A core! &lt;br /&gt;
&lt;br /&gt;
(If an upgrade [to Q2A] may potentially mess with the table, then would creating a separate database be better?)&lt;br /&gt;
&lt;br /&gt;
There are several things I have in mind, but one, for example, (that could be done other ways, but this seems the most efficient w/a large database and many users OL @ a given time) is to show the individuals w/the highest number of posts w/in the past 24 hours. &amp;nbsp;Now, the past 24 hours, clearly doesn't mean at midnight the whole thing is just reset! &amp;nbsp;Rather, If member-1 posts one question at 3am, one answer at 6pm and another answer at 1 am the next day, they will be listed all of the first day from 3am on (unless they are pushed off the bottom of the 'stack' of, say 10 listed 'top-posting members' &amp;nbsp;showing &amp;quot;1 post&amp;quot; between 3am and 6pm, where it would become &amp;quot;2 posts&amp;quot; until 1 am the next morning, where it would read &amp;quot;3 posts&amp;quot;. &amp;nbsp;Then a few hours later at 3am, the 24-hour time will have expired on the first post, thus it would read &amp;quot;2 posts&amp;quot; (assuming they post no more), and at 6pm it would similarly decrement to &amp;quot;1 post&amp;quot; and assuming nothing new was posted by 1am the following morning, they would drop off the list (assuming they even had made to to the top ten 'top-posters' somewhere along the line! &lt;br /&gt;
&lt;br /&gt;
I simply though each new &amp;quot;post&amp;quot;, meaning: Q or A, could place an entry into a table with the userID, the timeDate (either of post time or of expiration time), then anytime the page was loaded, it would use this relatively small table to, first, delete any expired posts from that list, then, assemble the list determining a post-count for each user in the list, and, finally, see who makes the top ten cut, and then display those on the current page. &amp;nbsp;(I suppose ties can be broken based on who had the earliest post or something trivial like that.)&lt;br /&gt;
&lt;br /&gt;
Is this a reasonable solution to work out what I'm trying to do, or what better advise/corrections can you provide? &amp;nbsp;Am I warm?&lt;br /&gt;
&lt;br /&gt;
Thank you for taking the time to read my explanation!</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/51319/adding-table-to-make-top-posters-list-that-cycles-every-hours</guid>
<pubDate>Wed, 13 Apr 2016 23:08:09 +0000</pubDate>
</item>
<item>
<title>In which table all the answers for a question are stored?</title>
<link>https://www.question2answer.org/qa/47821/in-which-table-all-the-answers-for-a-question-are-stored</link>
<description>I didn't find it in the qa_posts table.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/47821/in-which-table-all-the-answers-for-a-question-are-stored</guid>
<pubDate>Wed, 09 Sep 2015 11:14:06 +0000</pubDate>
</item>
<item>
<title>What is the purpose of the table qa_sharedevents?</title>
<link>https://www.question2answer.org/qa/46417/what-is-the-purpose-of-the-table-qa_sharedevents</link>
<description></description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/46417/what-is-the-purpose-of-the-table-qa_sharedevents</guid>
<pubDate>Sat, 11 Jul 2015 10:18:13 +0000</pubDate>
</item>
<item>
<title>Adding a custom column to table qa_posts dangerous?</title>
<link>https://www.question2answer.org/qa/41283/adding-a-custom-column-to-table-qa_posts-dangerous</link>
<description>

&lt;p&gt;
	For another plugin I only need to set &amp;nbsp;a flag for each question (0, 1 or 2).
&lt;br&gt;
	
&lt;br&gt;
	For now, I am going the &quot;clean&quot; way to create another table that holds the questionid + the flag.
&lt;br&gt;
	
&lt;br&gt;
	However, for several mysql requests it would be nice to get the flag directly from qa_posts, because then it is only a one liner.
&lt;br&gt;
	
&lt;br&gt;
	Consequently my question is:
&lt;br&gt;
	
&lt;br&gt;
	&lt;strong&gt;What happens if I add an extra field to qa_posts?&lt;/strong&gt; Will there be any update problems (let's say I give it a name like q2apro_flags, should this be a problem)?
&lt;br&gt;
	
&lt;br&gt;
	Thanks in advance for your advices,
&lt;br&gt;
	Kai&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/41283/adding-a-custom-column-to-table-qa_posts-dangerous</guid>
<pubDate>Sun, 16 Nov 2014 16:03:29 +0000</pubDate>
</item>
<item>
<title>About allowing uppercase to table name in V1.7</title>
<link>https://www.question2answer.org/qa/40353/about-allowing-uppercase-to-table-name-in-v1-7</link>
<description>

&lt;p&gt;
	Now, table name (include prefix) is limited in lowercase. Uppercase may be&amp;nbsp;allowed to the database table in V1.7.&amp;nbsp;I think this change is mistake.&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;https://github.com/q2a/question2answer/commit/a52cf400acb3fa132134d6739bf40baf94c27faf#diff-956d4bd1a1cac02a9a381ffc25913c20&quot; rel=&quot;nofollow&quot;&gt;https://github.com/q2a/question2answer/commit/a52cf400acb3fa132134d6739bf40baf94c27faf#diff-956d4bd1a1cac02a9a381ffc25913c20&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	Because ...&lt;/p&gt;


&lt;ol&gt;
	

&lt;li&gt;
		It becomes incompatible between operating system (Linux, Windows, MacOS, etc), and Q2A becomes none-cross-platform system.&lt;/li&gt;
	

&lt;li&gt;
		WordPress and Drupal convert table name to lowercase at installation.&lt;/li&gt;
	

&lt;li&gt;
		Various problems happen when uppercase is admitted for table name.
&lt;br&gt;
		&lt;a href=&quot;https://wordpress.org/support/topic/case-sensitive-wp_table_prefix?replies=1&quot; rel=&quot;nofollow&quot;&gt;https://wordpress.org/support/topic/case-sensitive-wp_table_prefix?replies=1&lt;/a&gt;
&lt;br&gt;
		&lt;a href=&quot;http://stackoverflow.com/questions/9827164/wordpress-keeps-redirecting-to-install-php-after-migration&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/9827164/wordpress-keeps-redirecting-to-install-php-after-migration&lt;/a&gt;
&lt;br&gt;
		etc, etc&lt;/li&gt;
	

&lt;li&gt;
		As for this change, &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/33712/notifications-facebook-stackoverflow-plugin-testing-release?show=33921#c33921&quot;&gt;this thread&lt;/a&gt;&amp;nbsp;and &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/q2a/question2answer/issues/45&quot;&gt;this&lt;/a&gt; seem to become the basic point. This is issue of specific plugin. And not issue of Q2A core.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;
	How do you think about this?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/40353/about-allowing-uppercase-to-table-name-in-v1-7</guid>
<pubDate>Wed, 29 Oct 2014 00:43:48 +0000</pubDate>
</item>
<item>
<title>Core bug: colspan of wide table (?)</title>
<link>https://www.question2answer.org/qa/36932/core-bug-colspan-of-wide-table</link>
<description>

&lt;p&gt;
	In the course of HTML validation test of &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.question2answer.org/qa/36515/demo-open-flexarmor2-v1-0-alpha3?show=36515#q36515&quot;&gt;FlexArmor2&lt;/a&gt;, I found a small bug(?) in the base theme.&lt;/p&gt;


&lt;p&gt;
	qa-include/qa-theme-base.php&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		form_columns()&lt;/li&gt;
	

&lt;li&gt;
		form_field_rows()&lt;/li&gt;
&lt;/ul&gt;


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


&lt;p&gt;
	colspan = 3&lt;/p&gt;


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


&lt;p&gt;
	colspan = 2 ?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/36932/core-bug-colspan-of-wide-table</guid>
<pubDate>Sun, 10 Aug 2014 21:52:02 +0000</pubDate>
</item>
<item>
<title>Can I delete queued posts directly from the mysql table?</title>
<link>https://www.question2answer.org/qa/35174/can-i-delete-queued-posts-directly-from-the-mysql-table</link>
<description>It's very annoying to manually hide and delete posts that are marked as spam by akismet spam filter. akismet just put the posts into the moderation queue. So my question is, can I simply delete those entries from the qa_posts table or are there correlations to other tables, that would cause problems?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/35174/can-i-delete-queued-posts-directly-from-the-mysql-table</guid>
<pubDate>Mon, 16 Jun 2014 08:09:54 +0000</pubDate>
</item>
<item>
<title>Upgrade from 1.5.2 to 1.6.2 Errors</title>
<link>https://www.question2answer.org/qa/30741/upgrade-from-1-5-2-to-1-6-2-errors</link>
<description>

&lt;p&gt;
	I'm using qa 1.5.2. I would like upgrade to 1.6.2. But I giving this error;&lt;/p&gt;


&lt;pre style=&quot;color: rgb(0, 0, 0); word-wrap: break-word; white-space: pre-wrap;&quot;&gt;
PHP Question2Answer MySQL query error 1146: Table 'qa_userlevels' doesn't exist.&lt;/pre&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/30741/upgrade-from-1-5-2-to-1-6-2-errors</guid>
<pubDate>Wed, 15 Jan 2014 02:39:59 +0000</pubDate>
</item>
<item>
<title>What does the qa_userevents table contain?</title>
<link>https://www.question2answer.org/qa/27172/what-does-the-qa_userevents-table-contain</link>
<description>I'm writing a plugin for notifications so I was wondering what it contains.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27172/what-does-the-qa_userevents-table-contain</guid>
<pubDate>Fri, 30 Aug 2013 12:32:00 +0000</pubDate>
</item>
<item>
<title>get more detail from tables on questions list</title>
<link>https://www.question2answer.org/qa/26997/get-more-detail-from-tables-on-questions-list</link>
<description>Hi&lt;br /&gt;
&lt;br /&gt;
in the qa-app-format , we have &amp;quot;$post['userid']&amp;quot; on line 524 for example&lt;br /&gt;
&lt;br /&gt;
But how can i select more detail from &amp;quot;users&amp;quot; table?&lt;br /&gt;
&lt;br /&gt;
for example get $post['handle'] and others&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
thank you</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26997/get-more-detail-from-tables-on-questions-list</guid>
<pubDate>Wed, 21 Aug 2013 16:29:54 +0000</pubDate>
</item>
<item>
<title>get extra column value from users table</title>
<link>https://www.question2answer.org/qa/26426/get-extra-column-value-from-users-table</link>
<description>Hi&lt;br /&gt;
&lt;br /&gt;
I've added a new column in qa_users table , how can I get the column value in the qa-db-select file and define it as&lt;br /&gt;
&lt;br /&gt;
&amp;quot;$useraccount['email']&amp;quot; for example.(in qa-page-user-profile.php)&lt;br /&gt;
&lt;br /&gt;
I want to use it in the user's profile and after user's score in the lists on all around the site&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Regards</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26426/get-extra-column-value-from-users-table</guid>
<pubDate>Thu, 08 Aug 2013 01:32:57 +0000</pubDate>
</item>
<item>
<title>I have moved my site to a new server and recreated the db, but get the following error:</title>
<link>https://www.question2answer.org/qa/26077/have-moved-site-server-recreated-but-get-the-following-error</link>
<description>

&lt;p&gt;
	Below is my error that I get, requesting the site works the first time, the second time returns this error and then the 3rd one works again:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color: rgb(153, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;&quot;&gt;Question2Answer query failed:&lt;/span&gt;
&lt;br style=&quot;color: rgb(153, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;&quot;&gt;
	
&lt;br style=&quot;color: rgb(153, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;&quot;&gt;
	&lt;span style=&quot;color: rgb(153, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;&quot;&gt;LOCK TABLES qa_blobs WRITE, qa_cache WRITE, qa_categories WRITE, qa_categorymetas WRITE, qa_contentwords WRITE, qa_cookies WRITE, qa_iplimits WRITE, qa_mamlmconfirm WRITE, qa_messages WRITE, qa_options WRITE, qa_pages WRITE, qa_postmeta WRITE, qa_postmetas WRITE, qa_posts WRITE, qa_posttags WRITE, qa_sharedevents WRITE, qa_tagmetas WRITE, qa_tagwords WRITE, qa_titlewords WRITE, qa_userevents WRITE, qa_userfavorites WRITE, qa_userfields WRITE, qa_userlimits WRITE, qa_userlogins WRITE, qa_usermetas WRITE, qa_usernotices WRITE, qa_userpoints WRITE, qa_userprofile WRITE, qa_users WRITE, qa_uservotes WRITE, qa_widgets WRITE, qa_words WRITE&lt;/span&gt;
&lt;br style=&quot;color: rgb(153, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;&quot;&gt;
	
&lt;br style=&quot;color: rgb(153, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;&quot;&gt;
	&lt;span style=&quot;color: rgb(153, 0, 0); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;&quot;&gt;Error 1146: Table 'xxx.qa_mamlmconfirm' doesn't exist&lt;/span&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26077/have-moved-site-server-recreated-but-get-the-following-error</guid>
<pubDate>Thu, 25 Jul 2013 11:42:15 +0000</pubDate>
</item>
<item>
<title>CSS - How to change distance between table cells on users page..see image pls</title>
<link>https://www.question2answer.org/qa/26012/css-how-change-distance-between-table-cells-users-page-image</link>
<description>

&lt;p&gt;
	I am trying to change the look of the users page, I want to show up each cell with dstance to the other, rounded corners, full size hover effect and so on. I dont know how, please see image:&lt;/p&gt;


&lt;p&gt;
	I would want to have it as shown on the rigth sde...&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=13859370010443107763&quot; style=&quot;width: 600px; height: 247px;&quot;&gt;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26012/css-how-change-distance-between-table-cells-users-page-image</guid>
<pubDate>Tue, 23 Jul 2013 20:25:35 +0000</pubDate>
</item>
<item>
<title>Manipulating FORMs in Q2A that are created by arrays?</title>
<link>https://www.question2answer.org/qa/26003/manipulating-forms-in-q2a-that-are-created-by-arrays</link>
<description>There is a FORM element created using arrays*, I get this output:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;FORM id=&amp;quot;qa-user-history-main&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;TABLE CLASS=&amp;quot;qa-form-wide-table&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;TR&amp;gt; ...&lt;br /&gt;
&lt;br /&gt;
Now I want to give the first &amp;lt;TR&amp;gt; element (and others that I pick!) a css class name, how do I do it?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
*The form is created by:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return array( &amp;nbsp;&amp;nbsp;&amp;nbsp;&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;'style' =&amp;gt; 'wide',&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;'title' =&amp;gt; qa_opt('user_act_list_title'),&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;'fields'=&amp;gt; $fields,&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;'tags' =&amp;gt; 'id=&amp;quot;qa-user-history-main&amp;quot;',&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;
&lt;br /&gt;
see qa-history-layer.php → &lt;a href=&quot;https://github.com/NoahY/q2a-history/blob/master/qa-history-layer.php&quot; rel=&quot;nofollow&quot;&gt;https://github.com/NoahY/q2a-history/blob/master/qa-history-layer.php&lt;/a&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/26003/manipulating-forms-in-q2a-that-are-created-by-arrays</guid>
<pubDate>Tue, 23 Jul 2013 11:39:28 +0000</pubDate>
</item>
<item>
<title>Get questions, answers and comments by user emaiID rather than UserID?</title>
<link>https://www.question2answer.org/qa/25664/questions-answers-comments-user-emaiid-rather-than-userid</link>
<description>I am developing plugin which allows WordPress integreation on Running Q2A Site. Now concept is not so difficult but one complication I found is transfering Q2A users.&lt;br /&gt;
&lt;br /&gt;
Where all content identify by userid ( ofcourse ) this can give real trouble while merging WP users and Q2A users in same table.&lt;br /&gt;
&lt;br /&gt;
If I auto increament Q2A user id in WP table than it will creates great trouble to identify the content and of course everything will messed up.&lt;br /&gt;
&lt;br /&gt;
Any idea suggestion?</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/25664/questions-answers-comments-user-emaiid-rather-than-userid</guid>
<pubDate>Wed, 17 Jul 2013 01:50:49 +0000</pubDate>
</item>
<item>
<title>What exactly happens, if one empties qa_contentwords only ?</title>
<link>https://www.question2answer.org/qa/25315/what-exactly-happens-if-one-empties-qa_contentwords-only</link>
<description>A) qa_contentwords is growing too fast, which funtions of q2a wouldnt work anymore if one empties this table ?&lt;br /&gt;
&lt;br /&gt;
I understand that search wouldnt work ?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
B) Could the table qa_contentwords be reduced to use only the words of questiontitles for search? Which function would one have to change how ?&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
(Iam working on a page with 200.000 localities in 60.000 categories on 4 levels, performance is brilliant, reindexing fast, surprisingly stable. The only problem is that the qa_contentwords table uses half of the total database space.)</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/25315/what-exactly-happens-if-one-empties-qa_contentwords-only</guid>
<pubDate>Mon, 08 Jul 2013 04:56:51 +0000</pubDate>
</item>
<item>
<title>Two questions regarding table &quot;qa_cookies&quot;</title>
<link>https://www.question2answer.org/qa/20484/two-questions-regarding-table-qa_cookies</link>
<description>

&lt;p&gt;
	I would like to know more about qa_cookies. Example entries:&amp;nbsp;&lt;/p&gt;


&lt;table border=&quot;1&quot; class=&quot;data&quot; id=&quot;table_results&quot;&gt;
	

&lt;tbody&gt;
		

&lt;tr&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;cookieid&lt;/span&gt;&lt;/th&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;created &lt;/span&gt;&lt;/th&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;createip&lt;/span&gt;&lt;/th&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;written&lt;/span&gt;&lt;/th&gt;
			

&lt;th&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;writeip&lt;/span&gt;&lt;/th&gt;
		&lt;/tr&gt;
		

&lt;tr class=&quot;odd&quot;&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1616998859625367400&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 09:10:52&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1351659518&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 09:10:52&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1351659518&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
		

&lt;tr class=&quot;even&quot;&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;17762331686246191714&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 01:11:32&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1558524896&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 01:11:32&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1558524896&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
		

&lt;tr class=&quot;odd&quot;&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;16769361733673514866&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 00:11:43&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1419461695&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-09 00:11:43&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1419461695&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
		

&lt;tr class=&quot;even&quot;&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;17246418231037538345&lt;/span&gt;&lt;/td&gt;
			

&lt;td class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;2013-01-08 22:56:03&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot; class=&quot;nowrap&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;1575265698&lt;/span&gt;&lt;/td&gt;
			

&lt;td&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;i&gt;NULL&lt;/i&gt;&lt;/span&gt;&lt;/td&gt;
			

&lt;td align=&quot;right&quot;&gt;
				&lt;span style=&quot;font-size:11px;&quot;&gt;&lt;i&gt;NULL&lt;/i&gt;&lt;/span&gt;&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;


&lt;p&gt;
	
&lt;br&gt;
	&lt;strong&gt;How are the columns used?&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	cookieid → clear, saves the generated cookie-id to identify the user&lt;/p&gt;


&lt;p&gt;
	created → time of creation&lt;/p&gt;


&lt;p&gt;
	creatip → recent IP of the user (?)&lt;/p&gt;


&lt;p&gt;
	written → ... ?&lt;/p&gt;


&lt;p&gt;
	writeip → ... ?&lt;/p&gt;


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


&lt;p&gt;
	This question is actually related to the &lt;a href=&quot;http://question2answer.org/qa/20376/possible-solution-headers-already-sent-theme-base-cookies?show=20476#a20476&quot; rel=&quot;nofollow&quot;&gt;headers-already-sent-bug&lt;/a&gt; (badges plugin), as the last entry in the table above with NULL | NULL was giving me a server error. Badges plugin called: qa_cookie_get_create()&lt;/p&gt;


&lt;p&gt;
	Thanks,
&lt;br&gt;
	Kai&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20484/two-questions-regarding-table-qa_cookies</guid>
<pubDate>Wed, 09 Jan 2013 04:17:27 +0000</pubDate>
</item>
<item>
<title>My Own Header Above Q2A</title>
<link>https://www.question2answer.org/qa/17656/my-own-header-above-q2a</link>
<description>Hi. I have done this with other programs on the net, where I simply put some html code in somewhere, and I am able to make a table header, so that I can have my own header.&lt;br /&gt;
&lt;br /&gt;
Problem is, that I don't know where I should put the html code in QtoA..&lt;br /&gt;
&lt;br /&gt;
Which file would I put the code into?&lt;br /&gt;
&lt;br /&gt;
After which line of code, would I put the html, to make my own header.&lt;br /&gt;
&lt;br /&gt;
I need the header to be displayed on every page.&lt;br /&gt;
&lt;br /&gt;
Thank you. (this is really simple. I just need to know where to put the html code)</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/17656/my-own-header-above-q2a</guid>
<pubDate>Sat, 08 Sep 2012 11:54:31 +0000</pubDate>
</item>
</channel>
</rss>