<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged empty</title>
<link>https://www.question2answer.org/qa/tag/empty</link>
<description>Powered by Question2Answer</description>
<item>
<title>How fix &quot;alt&quot; tag empty problem image structure?</title>
<link>https://www.question2answer.org/qa/85026/how-fix-alt-tag-empty-problem-image-structure</link>
<description>

&lt;p&gt;&lt;img alt=&quot;image alt problem&quot; src=&quot;https://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=2012213606344510536&quot; style=&quot;height:341px; width:600px&quot;&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;img src=&quot;./?qa=image&amp;amp;amp;qa_blobid=3153732008858225060&amp;amp;amp;qa_size=500&quot; width=&quot;500&quot; height=&quot;500&quot; class=&quot;qa-avatar-image&quot; &lt;span style=&quot;color:#c0392b&quot;&gt;&lt;strong&gt;alt=&quot;&quot;&lt;/strong&gt;&lt;/span&gt;&amp;gt;&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;color:#c0392b&quot;&gt;&lt;strong&gt;alt&lt;/strong&gt;&lt;/span&gt; tag empty on all blobid images? Tell Me How to Fix It? and I want to fill this tag with &lt;strong&gt;UserName&lt;/strong&gt;?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/85026/how-fix-alt-tag-empty-problem-image-structure</guid>
<pubDate>Thu, 18 Jun 2020 12:58:39 +0000</pubDate>
</item>
<item>
<title>Tips: Protect method to remove empty i tag with CKEditor4 plugin</title>
<link>https://www.question2answer.org/qa/39588/tips-protect-method-remove-empty-tag-with-ckeditor4-plugin</link>
<description>

&lt;p&gt;
	We use sometimes i tag on Bootstrap themes such as &lt;a href=&quot;http://www.question2answer.org/qa/36515&quot; rel=&quot;nofollow&quot;&gt;FlexArmor2&lt;/a&gt; for vector icons (e.g. &lt;a href=&quot;http://fortawesome.github.io/Font-Awesome/&quot; rel=&quot;nofollow&quot;&gt;font awesome&lt;/a&gt;, &lt;a href=&quot;http://glyphicons.com/&quot; rel=&quot;nofollow&quot;&gt;GLYPHICONS&lt;/a&gt;).&lt;/p&gt;


&lt;p&gt;
	Example of HTML code:&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		&amp;lt;i class=&quot;fa fa-book&quot;&amp;gt;&amp;lt;/i&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	However, because CKEditor removes empty tag, i tag is lost.&lt;/p&gt;


&lt;p&gt;
	Solution1 (&lt;strong&gt;recommended&lt;/strong&gt;):&lt;/p&gt;


&lt;p&gt;
	You can evade this by adding a lower line to CKEditor4 &lt;strong&gt;Other configuration&lt;/strong&gt;&amp;nbsp;option.&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		protectedSource:[/&amp;lt;i[^&amp;gt;]*&amp;gt;&amp;lt;\/i&amp;gt;/g],&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	Solution2:&lt;/p&gt;


&lt;p&gt;
	You can deal by adding space.&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		&amp;lt;i class=&quot;fa fa-book&quot;&amp;gt;&lt;strong&gt;&amp;amp;nbsp;&lt;/strong&gt;&amp;lt;/i&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;


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


&lt;ul&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://www.question2answer.org/qa/26643&quot; rel=&quot;nofollow&quot;&gt;CKEditor4&lt;/a&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://www.question2answer.org/qa/26644&quot; rel=&quot;nofollow&quot;&gt;CkEditor4 for admin&lt;/a&gt;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;nbsp;This Tips will be particularly effective in this plugin.&lt;/li&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://stackoverflow.com/questions/18250404/ckeditor-strips-i-tag&quot; rel=&quot;nofollow&quot;&gt;&quot;ckeditor strips i tag&quot; &lt;/a&gt;(SO)&lt;/li&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-protectedSource&quot; rel=&quot;nofollow&quot;&gt;CKEditor.config&amp;nbsp;protectedSource&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/39588/tips-protect-method-remove-empty-tag-with-ckeditor4-plugin</guid>
<pubDate>Tue, 14 Oct 2014 20:38:40 +0000</pubDate>
</item>
<item>
<title>Why does function q_view($q_view) checks if (!empty($q_view))?</title>
<link>https://www.question2answer.org/qa/27545/why-does-function-q_view-%24q_view-checks-if-empty-%24q_view</link>
<description>

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


&lt;p&gt;
	function q_view($q_view) {&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&amp;nbsp; &lt;span style=&quot;color:#0000ff;&quot;&gt;if (!empty($q_view)) {&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	Why do we check if q_view is not empty? I cannot think of any scenario where it is not empty, as question view needs to have question content?&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27545/why-does-function-q_view-%24q_view-checks-if-empty-%24q_view</guid>
<pubDate>Sun, 15 Sep 2013 14:53:17 +0000</pubDate>
</item>
<item>
<title>qa_postmetas Table: Why adding record if empty</title>
<link>https://www.question2answer.org/qa/25290/qa_postmetas-table-why-adding-record-if-empty</link>
<description>

&lt;p&gt;
	Just wonder why it is creating record for&amp;nbsp;&lt;span style=&quot;color: rgb(68, 68, 68); font-family: sans-serif; font-size: 13px; background-color: rgb(223, 223, 223);&quot;&gt;qa_q_extra&amp;nbsp;&lt;/span&gt;in&amp;nbsp;&lt;span style=&quot;background-color: rgb(229, 229, 229); color: rgb(0, 128, 0); font-family: Verdan, Arial, Tahoma; font-size: 14px; white-space: pre;&quot;&gt;qa_postmetas &lt;/span&gt;even if field is empty. Isn't that better to add record only if question has&amp;nbsp;&lt;span style=&quot;color: rgb(68, 68, 68); font-family: sans-serif; font-size: 13px; background-color: rgb(223, 223, 223);&quot;&gt;qa_q_extra&amp;nbsp;&lt;/span&gt;value? Or any reson to store empty record? Just curious to know.&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/25290/qa_postmetas-table-why-adding-record-if-empty</guid>
<pubDate>Sun, 07 Jul 2013 14:58:47 +0000</pubDate>
</item>
<item>
<title>Update Plugin: Empty Tag Cleaner (V1.0)</title>
<link>https://www.question2answer.org/qa/24115/update-plugin-empty-tag-cleaner-v1-0</link>
<description>

&lt;p&gt;
	This is tiny tool plugin for removing empty HTML tag. This plugin removes also HTML tag including white-space and new-line in text-node as empty tag. Although empty tag can be erased by CSS, &quot;empty&quot; pseudo class of CSS3 does not work effectively, when the text node of tag has whitespace or newline. This plugin deletes empty tag, after removing whitespace and newline of tag which were specified in option by jQuery.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;Screenshot&lt;/span&gt;&lt;/p&gt;


&lt;ul&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=5244707618976746282&quot; rel=&quot;nofollow&quot;&gt;Plugin options&lt;/a&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=3026953202886928057&quot; rel=&quot;nofollow&quot;&gt;Example which erases empty tag of sidebar&amp;nbsp;(Before)&lt;/a&gt;&lt;/li&gt;
	

&lt;li&gt;
		&lt;a href=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=375621814140277785&quot; rel=&quot;nofollow&quot;&gt;Example which erases empty tag of sidebar&amp;nbsp;(After)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;
	&lt;span style=&quot;font-size:16px;&quot;&gt;Compatibility&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	1.5.x, 1.6.x, &lt;span style=&quot;color:#ff0000;&quot;&gt;&lt;strong&gt;1.7 (2014/12/19 Updated)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;strong style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;&lt;a href=&quot;http://cmsbox.jp/archive/download.php?t=d&amp;amp;i=45&quot; rel=&quot;nofollow&quot; style=&quot;text-decoration: none; color: rgb(0, 102, 153);&quot;&gt;Download&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Helvetica, Arial, Sens-serif; font-size: 14px; line-height: 21px;&quot;&gt;Best regards&lt;/span&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/24115/update-plugin-empty-tag-cleaner-v1-0</guid>
<pubDate>Tue, 28 May 2013 00:17:49 +0000</pubDate>
</item>
<item>
<title>Why empty tables in database (qa_postmetas, qa_tagmetas, qa_usernotices)?</title>
<link>https://www.question2answer.org/qa/24065/tables-database-qa_postmetas-qa_tagmetas-qa_usernotices</link>
<description>

&lt;p&gt;
	By curiosity, which of these tables (having 0 rows/entries) can be considered unnecessary?&lt;/p&gt;


&lt;p&gt;
	I know that some were created by plugins, some are there be default:&lt;/p&gt;


&lt;p&gt;
	qa_categories ← I am not using categories, that's why this is empty.&lt;/p&gt;


&lt;p&gt;
	qa_categorymetas ← same&lt;/p&gt;


&lt;p&gt;
	qa_messages ← I am not using PN that's why this is empty.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;qa_postmetas&lt;/span&gt; ← what for?&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;qa_tagmetas&lt;/span&gt; ← what for?&lt;/p&gt;


&lt;p&gt;
	qa_usermetas ← &quot;Plugins etc... can use qa_usermetas for any meta information relating to users - see qa-db-metas.php.&quot; &lt;a href=&quot;http://question2answer.org/qa/16063/database-tables-qa_usermeta-and-qa_usermetas&quot; rel=&quot;nofollow&quot;&gt;Clarified&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;qa_usernotices&lt;/span&gt; ← what for?&lt;/p&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/24065/tables-database-qa_postmetas-qa_tagmetas-qa_usernotices</guid>
<pubDate>Fri, 24 May 2013 07:49:05 +0000</pubDate>
</item>
<item>
<title>Remove empty object?</title>
<link>https://www.question2answer.org/qa/17452/remove-empty-object</link>
<description>

&lt;p&gt;
	below code to show title and list answer.&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		if (!empty($a_list)) {
&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;section(@$a_list['title']);&lt;/p&gt;
	

&lt;p&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;output('&amp;lt;DIV CLASS=&quot;qa-a-list&quot; '.@$a_list['tags'].'&amp;gt;', '');&lt;/p&gt;
	

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


&lt;p&gt;
	But, when my question is no answer, html code show empty object :&lt;/p&gt;


&lt;blockquote&gt;
	

&lt;p&gt;
		&amp;lt;h2&amp;gt;&amp;lt;span id=&quot;a_list_title&quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/h2&amp;gt;&lt;/p&gt;
	

&lt;p&gt;
		&amp;lt;div id=&quot;a_list&quot; class=&quot;qa-a-list&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;


&lt;p&gt;
	How to remove empty object when empty value?&lt;/p&gt;


&lt;p&gt;
	--&amp;gt;sorry my English...&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/17452/remove-empty-object</guid>
<pubDate>Wed, 29 Aug 2012 10:31:59 +0000</pubDate>
</item>
<item>
<title>Why meta tables are empty?</title>
<link>https://www.question2answer.org/qa/17217/why-meta-tables-are-empty</link>
<description>

&lt;p&gt;
	These tables&lt;/p&gt;


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


&lt;div&gt;
	( qa_postmetas ,&amp;nbsp;qa_usermetas ,&amp;nbsp;qa_tagmetas )&lt;/div&gt;


&lt;p&gt;
	in my data base are empty. I want to show information of question such as its writer and its creation time.&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/17217/why-meta-tables-are-empty</guid>
<pubDate>Thu, 16 Aug 2012 05:27:02 +0000</pubDate>
</item>
</channel>
</rss>