<?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: Hide Story and bookmark buttons in QS June 2019 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617044#M63315</link>
    <description>&lt;P&gt;hmm, we do use custom themes for some time already so this should be no issue. But with ~100 front-end apps, this will take some time to finish.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/64210"&gt;@mfarsln&lt;/a&gt;&amp;nbsp;thank you for your answer, not the one i was hoping for, but i guess there is no other option.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12989"&gt;@Michael_Tarallo&lt;/a&gt;&amp;nbsp;/ @anyone from Qlik , maybe it's a good thing to hide buttons/features from users which are excluded by security rules.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2019 12:15:12 GMT</pubDate>
    <dc:creator>Pheaxx</dc:creator>
    <dc:date>2019-08-27T12:15:12Z</dc:date>
    <item>
      <title>Hide Story and bookmark buttons in QS June 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1615159#M63310</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How does one hide the Story and bookmark buttons in QS June 2019.&lt;/P&gt;&lt;P&gt;Most users already have the ability to use these features turned off, but leaving the button creates unnecessary questions.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1615159#M63310</guid>
      <dc:creator>Pheaxx</dc:creator>
      <dc:date>2024-11-16T04:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Story and bookmark buttons in QS June 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1616905#M63311</link>
      <description>&lt;P&gt;no one has an idea?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 07:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1616905#M63311</guid>
      <dc:creator>Pheaxx</dc:creator>
      <dc:date>2019-08-27T07:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Story and bookmark buttons in QS June 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617013#M63312</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can achieve this by adding below line to the theme's .css file;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;.qs-toolbar__right .qs-popover-container .lui-button {
	display:none;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 11:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617013#M63312</guid>
      <dc:creator>mfarsln</dc:creator>
      <dc:date>2019-08-27T11:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Story and bookmark buttons in QS June 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617022#M63313</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You mean in a app's theme, or in the app.6.105.4.css?&lt;/P&gt;&lt;P&gt;Nick&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 11:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617022#M63313</guid>
      <dc:creator>Pheaxx</dc:creator>
      <dc:date>2019-08-27T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Story and bookmark buttons in QS June 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617034#M63314</link>
      <description>&lt;P&gt;I suggest you to create a new custom theme and then customize this newly created theme's .css file.&lt;/P&gt;&lt;P&gt;You can create a simple custom theme by following this link; &lt;A href="https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/June2019/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 12:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617034#M63314</guid>
      <dc:creator>mfarsln</dc:creator>
      <dc:date>2019-08-27T12:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Story and bookmark buttons in QS June 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617044#M63315</link>
      <description>&lt;P&gt;hmm, we do use custom themes for some time already so this should be no issue. But with ~100 front-end apps, this will take some time to finish.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/64210"&gt;@mfarsln&lt;/a&gt;&amp;nbsp;thank you for your answer, not the one i was hoping for, but i guess there is no other option.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12989"&gt;@Michael_Tarallo&lt;/a&gt;&amp;nbsp;/ @anyone from Qlik , maybe it's a good thing to hide buttons/features from users which are excluded by security rules.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 12:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1617044#M63315</guid>
      <dc:creator>Pheaxx</dc:creator>
      <dc:date>2019-08-27T12:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Story and bookmark buttons in QS June 2019</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1799499#M64768</link>
      <description>&lt;P&gt;hi, You can just use the security rules:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://integration.qlik.com/securityRules" target="_blank" rel="noopener nofollow noreferrer"&gt;https://integration.qlik.com/securityRules&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see the consumer versus contributor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mbj_0-1618414468292.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53012iAC238900F5CE386C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mbj_0-1618414468292.png" alt="mbj_0-1618414468292.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see a live demo in the self service menu on top:&amp;nbsp;&lt;A href="https://integration.qlik.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://integration.qlik.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 15:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-Story-and-bookmark-buttons-in-QS-June-2019/m-p/1799499#M64768</guid>
      <dc:creator>mbj</dc:creator>
      <dc:date>2021-04-14T15:34:32Z</dc:date>
    </item>
  </channel>
</rss>

