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.

How to change logo and copyright on register (activation account page)  (Mono Support )

Viewed 13064 time(s), 4 post(s) 1/21/2013 5:45:41 PMby super
super

super

1/21/2013 5:45:56 PM
I want to change logo and copyright statment on the following page (attached screenshot).

I have already changed the logo in register.aspx (in membership) and all the master page but still can't figure out why monox logo is being displayed still ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
tihomir-kit

tihomir.kit

1/22/2013 8:40:42 AM
Hi,

the copyright statement can be changed in /Membership/Register.aspx file, you can find the links in the markup:

<div class="top-copyright">
    Copyright ©2012
    <a href="http://www.mono-software.com">Mono Ltd.</a>
    <a id="A1" runat="server" href="http://monox.mono-software.com" title="Powered by MonoX">Powered by MonoX</a>
</div>
and the image is located at /App_Themes/Default/img/logo.png so you can replace it with something of your choosing or simply edit/remove the following div "empty-top-section" in the same Register.aspx file.
This content has not been rated yet. 
526 Reputation 43 Total posts
super

super

1/22/2013 4:12:37 PM
Like I mentioned above, I have already changed these things in register.aspx page but monox logo and copyright text is still showing up.. it seems like it is coming from some other page.

Also, register.aspx is for registration form which does show my site logo (since I have my logo setup in register.aspx. But when this activation confirmation page apperas then only monox logo and copyright text comes which means it is not register.aspx page - it is def some other page...which I can't find ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
tihomir-kit

tihomir.kit

1/23/2013 9:00:41 AM
You will have to modify the following file: /Portal/MonoX/Pages/MonoX/Message.aspx .
This content has not been rated yet. 
526 Reputation 43 Total posts