YAFLogo

logan
  • logan
  • 100% (Exalted)
  • YAF Leader Topic Starter
15 years ago
Pages/Posts.ascx #139

The DataPanel has no Visibility Check to hide the box

Ability to hide the quick reply box doesn't work when unchecked in admin / Features Tab.

Adding "Visibile" value to datapanel as below work properly. Not that anybody wants to hide it anyway!:wink:



                <YAF:DataPanel runat="server" ID="DataPanel1" AllowTitleExpandCollapse="true" TitleStyle-CssClass="header2"
                    TitleStyle-Font-Bold="true" Collapsed="true" Visible="<%# PageContext.BoardSettings.ShowQuickAnswer %>">
                    <div class="post quickReplyLine" id="QuickReplyLine" runat="server">
                    </div>

test
Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
Thanks... Fixed in final.