<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Show Hints - no hints anywhere]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7333</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7333&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Show Hints - no hints anywhere.]]></description>
		<lastBuildDate>Wed, 21 Feb 2018 08:37:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Show Hints - no hints anywhere]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30867#p30867</link>
			<description><![CDATA[<p>@itronics: Thanks for stating the design decision reasons. A separate hint gettext is probably in order.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 21 Feb 2018 08:37:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30867#p30867</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show Hints - no hints anywhere]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30864#p30864</link>
			<description><![CDATA[<p>Hints are visible for those html form elements which have &#039;title&#039; property defined. Unfortunately this feature is used inconsistently in FA code. As FA is multilanguage application using gettext text coding, adding database table for hints storage is not the best option. On the other hand adding hints to all the form elements would enlarge translation files enormously, while the feature is rarely used, and only until user is accustomed to FA features.</p><p>The irreversible contradiction between translation completeness and newbie FA user comfort is the real source of inconsistent hints implementation. To change this status we should probably implement some mechanism to use separate gettext domain for hints, which would help prioritize text translations in FA.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 21 Feb 2018 08:20:57 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30864#p30864</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show Hints - no hints anywhere]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30836#p30836</link>
			<description><![CDATA[<p>It currently appears to be coded into these 3 places. In others $rel and the $selector are used. In yet others, the search box context is used.</p><p>@joe: What is the intended way of using it?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 18 Feb 2018 16:44:44 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30836#p30836</guid>
		</item>
		<item>
			<title><![CDATA[Re: Show Hints - no hints anywhere]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30835#p30835</link>
			<description><![CDATA[<p>If I make a purchase, I first get this hint in the top right corner:-</p><p><strong>Select supplier</strong></p><p>This string occurs only once in the code:-</p><p>File: includes\ui\ui_lists.inc<br /></p><div class="codebox"><pre><code>542:         &#039;sel_hint&#039; =&gt; $mode ? _(&#039;Press Space tab to filter by name fragment&#039;) :
543:         _(&#039;Select supplier&#039;),</code></pre></div><p>But I am unable to get any further hints for the rest of the page</p><p>If it helps sel_hint occurs 10 times and all in the above file; <s>so I&#039;m assuming that there are only 10 hints</s> There seems to be only three hints:- Select customer, select customer branch and select supplier<br />From line 91 in the same file may help too.</p><p>There is a box_hint as well that doesn&#039;t seem to be used.</p><p>Are you thinking of making the hints better or deleting unused code?</p>]]></description>
			<author><![CDATA[null@example.com (poncho1234)]]></author>
			<pubDate>Sun, 18 Feb 2018 16:14:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30835#p30835</guid>
		</item>
		<item>
			<title><![CDATA[Show Hints - no hints anywhere]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=30834#p30834</link>
			<description><![CDATA[<p>In <strong>Setup =&gt; Display Setup</strong> there is a checkbox for enabling hints for new users. Where do these hints come from? Is there a hints table missing in FA? All places where it should be displayed, the following code is present:<br /></p><div class="codebox"><pre><code>(user_hints() ? &quot;&lt;span id=&#039;hints&#039;&gt;&lt;/span&gt;&quot; : &#039;&#039;)</code></pre></div><p>Is this some sort of Ajax implementation reserved for custom themes? Even then, these hints must come from somewhere - a table or an array of hints.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 18 Feb 2018 15:55:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=30834#p30834</guid>
		</item>
	</channel>
</rss>
