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

Viewed 13832 time(s), 4 post(s), 1/21/2013 5:45:41 PM - by super
1/21/2013 5:45:56 PM
6018 Reputation 709 Total posts

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 ?

1
1/22/2013 8:40:42 AM
526 Reputation 43 Total posts

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.

2
1/22/2013 4:12:37 PM
6018 Reputation 709 Total posts

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 ?

3
1/23/2013 9:00:41 AM
526 Reputation 43 Total posts

You will have to modify the following file: /Portal/MonoX/Pages/MonoX/Message.aspx .

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