MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 13271 time(s), 3 post(s) 8/8/2013 4:01:07 PMby super
super

super

8/8/2013 4:01:07 PM
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.
This content has not been rated yet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

8/8/2013 4:19:06 PM
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>

This content has not been rated yet. 
1849 Reputation 181 Total posts
super

super

8/8/2013 4:26:04 PM
Thank you
This content has not been rated yet. 
6018 Reputation 709 Total posts