Mono Support Where is the text "Only members of this group can post notes" (Closed)

Viewed 15541 time(s), 3 post(s), 8/8/2013 4:01:07 PM - by super
8/8/2013 4:01:07 PM
6018 Reputation 709 Total posts

When any user go in discussion board of any group - that user see this message

"Only members of this group can post notes and use other group resources. Join now to get access to all group resources!
Log in or register to join this group"


Where is this text in code ? which page ?

I want to increase the font of this text.

1
8/8/2013 4:19:06 PM
1849 Reputation 181 Total posts

This text has been placed on the control: ..\MonoX\ModuleGallery\SocialNetworking\Groups\GroupView.ascx

<asp:Panel runat="server" ID="pnlWarning" style="font-size: 11px;">
      <asp:Literal runat="server" ID="ltlWarning"></asp:Literal>
      <br />
      <asp:LinkButton runat="server" ID="lnkJoin" OnCommand="lnkJoin_Command"></asp:LinkButton>
</asp:Panel>

2
8/8/2013 4:26:04 PM
6018 Reputation 709 Total posts

Thank you

3
This is a demo site for MonoX. Please visit Mono Software for more info.