<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Text widget ( as notification ) in the single entry view area hook?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/text-widget-as-notification-in-the-single-entry-view-area-hook</link>
		<description>Gravity Support Forums Topic: Text widget ( as notification ) in the single entry view area hook?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:28:13 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/text-widget-as-notification-in-the-single-entry-view-area-hook" rel="self" type="application/rss+xml" />

		<item>
			<title>adv4sales on "Text widget ( as notification ) in the single entry view area hook?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/text-widget-as-notification-in-the-single-entry-view-area-hook#post-53564</link>
			<pubDate>Tue, 27 Mar 2012 08:39:16 +0000</pubDate>
			<dc:creator>adv4sales</dc:creator>
			<guid isPermaLink="false">53564@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to add a notification above the admin entry view area ( just like the ones you get on wordpress  ex : post updated)&#60;/p&#62;
&#60;p&#62;i have this code working but it is fired 4 times and i get 4 notifications&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_get_field_value&#34;, &#34;get_field_value&#34;, 10, 3);&#60;/p&#62;
&#60;p&#62;function get_field_value($value, $lead, $field){&#60;/p&#62;
&#60;p&#62;	if (is_admin() &#38;amp;&#38;amp; $_GET[&#34;id&#34;] == 7 &#38;amp;&#38;amp; $_GET[&#34;view&#34;] == 'entry' &#38;amp;&#38;amp; $field[&#34;id&#34;] == 100)&#60;br /&#62;
	{&#60;br /&#62;
echo &#34;&#38;lt;div style='padding:6px; text-align:center; font-size:22px; background:#96ee84; border: 1px solid #52ca3a;border-color: #52ca3a;padding:15px;' class='updated fade'&#38;gt;Some text goes here&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
	}&#60;br /&#62;
	//&#60;/p&#62;
&#60;p&#62;	 return $value;&#60;/p&#62;
&#60;p&#62;}
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
