Loading...

RE: Disable Ribbon in free version of qDiscussionView web part

RE: Disable Ribbon in free version of qDiscussionView web part

#4901
Anonymous
Anonymous
Participant

Hi Ken,

  You can modify manually the web.config file to hide the Quesr Ribbon group.

Please backup your web.config file before performing these changes.

In your web.config file find the section <configSections> and add the following entries

    <sectionGroup name="QuestSoftware">

      <section name="General" type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

    </sectionGroup>

 

Then localize the <configuration> section and add the following entries:

<QuestSoftware>

   <General HideQuestRibbon="True" />

</QuestSoftware>

This would hide the Quest Ribbon.

Please let me know how it goes.

Thanks,