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.

monoX demo site label removal (Closed) (Mono Support )

Viewed 35657 time(s), 3 post(s) 04.10.2012 11:32:44by Clipflair1

Related topics

Clipflair1

Clipflair1

04.10.2012 11:39:11
Hello,

I started a new theme by modifying MonoX's default theme. Could you please tell me the way to remove this demo site notice: ""This is a dmo site for MonoX. Please visit Mono Software for more info"(please refer to the attached image as well)?

Thank you in advance,
Panos
Dieser Inhalt wurde noch nicht bewertet. 
159 Reputation 18 Total posts
khorvat

khorvat

04.10.2012 11:52:31
Hi,

this is placed in the ~\Portal\MonoX\MasterPages\PageFooter.ascx control so please remove the following:
ORIGINAL
<%@ Register TagPrefix="MonoX" TagName="DemoIndicator" Src="/MonoX/MasterPages/DemoIndicator.ascx" %>
<%@ Register Src="/MonoX/controls/SeoLoginStatus.ascx" TagPrefix="monox" TagName="SeoLoginStatus" %>
 
<MonoX:DemoIndicator ID="ctlDemo" runat="server"></MonoX:DemoIndicator>
<div class="footer-wrapper">
 
REMOVED
<%@ Register Src="/MonoX/controls/SeoLoginStatus.ascx" TagPrefix="monox" TagName="SeoLoginStatus" %>
 
<div class="footer-wrapper">
Regards
Bewertet mit 5,00, 1 Besucher. 
15993 Reputation 2214 Total posts
Clipflair1

Clipflair1

04.10.2012 12:46:21
Thank you very much!
Done!!
Dieser Inhalt wurde noch nicht bewertet. 
159 Reputation 18 Total posts