<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help | About Menu in Splunk in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68562#M3659</link>
    <description>&lt;P&gt;The answer to this question can be found here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/7859/help-about-menu-frustration" rel="nofollow"&gt;Answer&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2010 17:58:25 GMT</pubDate>
    <dc:creator>Ant1D</dc:creator>
    <dc:date>2010-10-13T17:58:25Z</dc:date>
    <item>
      <title>Help | About Menu in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68557#M3654</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;Is it possible to hide the Help menu that appears near the top right corner of the page in Splunk? If so, how can this be hidden/removed?&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;module name="TitleBar" layoutPanel="viewHeader"&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="actionsMenuFilter"&amp;gt;dashboard&amp;lt;/param&amp;gt;

&amp;lt;param name="showActionsMenu"&amp;gt;False&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;/module&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;The above is the current code I have in my form. The Help menu is still showing&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2010 23:54:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68557#M3654</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-10-11T23:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help | About Menu in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68558#M3655</link>
      <description>&lt;P&gt;You will need to use the advanced XML type view. If your view is currently in simple XMl, you can follow the directions in &lt;A href="http://answers.splunk.com/questions/1/how-can-i-convert-simple-view-xml-to-advanced-xml" rel="nofollow"&gt;this answer&lt;/A&gt; to convert it to advanced XML.&lt;/P&gt;

&lt;P&gt;Simply set showActionsMenu to false for the &lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/ModuleReference#TitleBar" rel="nofollow"&gt;TitleBar&lt;/A&gt; module.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2010 01:24:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68558#M3655</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-10-12T01:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help | About Menu in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68559#M3656</link>
      <description>&lt;P&gt;i copied the advanced xml code into my form and made the change you described but this did not remove the Help Menu. Any possible reasons for this?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2010 17:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68559#M3656</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-10-12T17:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help | About Menu in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68560#M3657</link>
      <description>&lt;P&gt;I added some code above.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2010 17:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68560#M3657</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-10-12T17:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help | About Menu in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68561#M3658</link>
      <description>&lt;P&gt;hey do you mind posting the whole top section of your code that shows what you are doing with the accountbar, titlebar, etc?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2010 21:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68561#M3658</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2010-10-12T21:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help | About Menu in Splunk</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68562#M3659</link>
      <description>&lt;P&gt;The answer to this question can be found here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/7859/help-about-menu-frustration" rel="nofollow"&gt;Answer&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2010 17:58:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-About-Menu-in-Splunk/m-p/68562#M3659</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-10-13T17:58:25Z</dc:date>
    </item>
  </channel>
</rss>

