<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — user_list_cells Real name sometimes shows empty]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=8095</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8095&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in user_list_cells Real name sometimes shows empty.]]></description>
		<lastBuildDate>Fri, 19 Apr 2019 14:42:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: user_list_cells Real name sometimes shows empty]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34720#p34720</link>
			<description><![CDATA[<p>Sure, thanks @apmuthu.</p><p>This has been re-committed. Fixed file <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/ui_lists.inc">here</a>.</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 19 Apr 2019 14:42:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34720#p34720</guid>
		</item>
		<item>
			<title><![CDATA[Re: user_list_cells Real name sometimes shows empty]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34719#p34719</link>
			<description><![CDATA[<p>Should we not check if <strong>real_name</strong> is blank instead of a single space?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 19 Apr 2019 14:23:08 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34719#p34719</guid>
		</item>
		<item>
			<title><![CDATA[Re: user_list_cells Real name sometimes shows empty]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34665#p34665</link>
			<description><![CDATA[<p>Thanks @kvvaradha.</p><p>This has been fixed and committed to stable repo.</p><p>The fixed file can be downloaded <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/ui_lists.inc">here</a>.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Sun, 14 Apr 2019 21:38:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34665#p34665</guid>
		</item>
		<item>
			<title><![CDATA[user_list_cells Real name sometimes shows empty]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=34663#p34663</link>
			<description><![CDATA[<p>Yes the real name is sometimes empty, users may skip to input real name, because its not mandatory,&nbsp; Incase if they didnt input, the <strong>user_list_cells</strong> function will be showing an empty list. so lets change the query to be like this.</p><div class="codebox"><pre><code> $sql = &quot; SELECT user_id, IF(real_name = &#039; &#039;, user_id, real_name) FROM &quot;.TB_PREF.&quot;users&quot;;</code></pre></div><p>suppose if the real name empty, it will show the user_id in it. which will avoid confusions</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sun, 14 Apr 2019 06:27:52 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=34663#p34663</guid>
		</item>
	</channel>
</rss>
