CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 8/18/2003 11:50:01 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 12 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
7 Items, 1 Pages 1 |< << Go >> >|
fast-trak.net
Asp.Net User
Removing Copyright8/18/2003 11:50:01 PM

0/0

Hi,

I have searched through both this and the dotnetnuke groups and can not find a way of being able to remove the copyright at the bottom of the page. The best I can find is a set of instructions by Cathal that apply to 1.0 and 1.01 and don't seem to correspond to the correct files in 1.09.

I know from what Shaun has said that this is OK as long as you leave it within the source code, so can anyone tell me how to remove it?

Thanks for the help.

Dan
cathal
Asp.Net User
Re: Removing Copyright8/19/2003 12:40:22 AM

0/0

(a)To remove the
"Portal engine source code is copyright © 2002-2003 by DotNetNuke. All Rights Reserved", you can wrap the correct line in desktopdefault.aspx page with comment characters (<!-- -->) e.g. change it to:
<!--<center><asp:hyperlink id="hypCopyright" CssClass="Normal" runat="server" Font-Size="9px">Open Source Copyright</asp:hyperlink></center>-->

(b) To remove the "Copyright ©..." notice, loginto your portal and click on the site settings tab. The footertext field is the key one. DesktopPortalFooter.ascx.vb reads this value and either writes the entire text or if it's blank it writes "Copyright ©..." plus the name of your site. You can avoid the copyright notice by making it a single space to get around the blank check , or else by editing the DesktopPortalFooter.ascx.vb Page_Load and then recompiling.

Cathal
fast-trak.net
Asp.Net User
Re: Removing Copyright8/19/2003 8:28:23 AM

0/0

Hi Cathal,

I have installed the Nexus enhanced version of DOTNETNUKE and I'm wondering if this is slightly different. I've copied the entire contents of the desktopdefault.aspx page and I can not see the code you described. Any ideas?

<%@ Page language="vb" CodeBehind="DesktopDefault.aspx.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.DesktopDefault" %>
<%@ Register TagPrefix="cc1" Namespace="SolpartWebControls" Assembly="SolpartWebControls" %>
<HTML>
<HEAD>
<title id="Title" runat="server">Title</title>
<meta name="DESCRIPTION" content="<%= Description %>">
<meta name="KEYWORDS" content="<%= KeyWords %>">
<meta name="COPYRIGHT" content="<%= Copyright %>">
<meta name="GENERATOR" content="<%= Generator %>">
<meta name="RESOURCE-TYPE" content="DOCUMENT">
<meta name="DISTRIBUTION" content="GLOBAL">
<meta name="AUTHOR" content="DotNetNuke">
<meta name="ROBOTS" content="INDEX, FOLLOW">
<meta name="REVISIT-AFTER" content="1 DAYS">
<meta name="RATING" content="GENERAL">
<link id="StyleSheet" runat="server" href="portal.css" type="text/css" rel="stylesheet"></link>
</HEAD>
<body id="Body" runat="server" onscroll="bodyscroll()" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" marginwidth="0" marginheight="0">
<SCRIPT language="JavaScript"><!--
function bodyscroll() {
var F=document.forms[0];
F.ScrollTop.value=Body.scrollTop;
}
//--></SCRIPT>
<form id="Form1" runat="server" enctype="multipart/form-data">
<input id="ScrollTop" type="hidden" runat="server" name="ScrollTop">
<asp:PlaceHolder id="SkinHolder" runat="server"></asp:PlaceHolder>
</form>
</body>
</HTML>

Thanks

Dan
fast-trak.net
Asp.Net User
Re: Removing Copyright8/19/2003 9:18:14 AM

0/0

Cathal,

I've just performed a clean install of the original 1.0.9 and the desktopdefault page is as you described. I will contant Nexus as to how to reomve the copyright from their version.

Thanks for the help though.

Dan.
martijnw
Asp.Net User
Re: Removing Copyright8/19/2003 11:03:14 AM

0/0

Hello Chathal!

Thank you for your post. At first I tried deleting the block of code but got the strangest errors. :-) I am a newbie to ASP.net and SQL you see.

Your comment-out trick helped for me! I expected an error after uploading the page but it worked immediately.

A big thank you!

Martijn

-=-=- SHAMELESS PLUG ON -=-=-

my DNN site is:

http://www.wifidome.com/

DIY WiFi Hotspots. Coming soon. :-)

-=-=- SHAMELESS PLUG OFF -=-=-

cjsmitty
Asp.Net User
Re: Removing Copyright8/19/2003 12:58:35 PM

0/0

If you remove those, you must also remove all references in the codebehind as well (ascx.vb)
~Chris

Net Data Design
706Horsman.us
martijnw
Asp.Net User
Re: Removing Copyright8/19/2003 8:55:49 PM

0/0

Thanks! I commented them out instead. I hated the scroll bar on the right. :-)

Martijn


-=-=- SHAMELESS PLUG ON -=-=-

my DNN site is:

http://www.wifidome.com/

DIY WiFi Hotspots. Coming soon. :-)

-=-=- SHAMELESS PLUG OFF -=-=-

7 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Internet Law: A Field Guide Authors: Jonathan D Hart, Pages: 831, Published: 2007
Microstock Photography: How to Make Money from Your Digital Images Authors: Douglas Freer, Pages: 224, Published: 2008
Legal Guide to Web & Software Development Authors: Stephen Fishman, Pages: 528, Published: 2007
Intellectual Property Law in Cyberspace Authors: G. Peter Albert, Whitesel Laff, Laff, Whitesel & Saret, Saret Laff, Pages: 914, Published: 1999
The Copyright Handbook: How to Protect & Use Written Works Authors: Stephen Fishman, Pages: 432, Published: 2003
Copyright law for librarians and educators: creative strategies and practical solutions Authors: Kenneth D. Crews, Dwayne K Buttler, Pages: 141, Published: 2006
Multimedia Security Technologies for Digital Rights Management Authors: Wenjun Zeng, Hong Heather Yu, Ching-Yung Lin, Pages: 494, Published: 2006
E-Copyright Law Handbook Authors: Laura Lee Stapleton, Jackson Walker, Pages: 500, Published: 2002
Information Ethics: Privacy, Property, and Power Authors: Adam D. Moore, Pages: 455, Published: 2005

Web:
help with removing copyright A forum thread for topic help with removing copyright. ... i need help with removing the protection from my dvds i want to copy. ...
Removing copyright A forum thread for topic Removing copyright. ... What software do I need to remove the copyright and burn t my hearts content. Many thanks. ...
How to Removing Copyright/Warnings [Archive] - Doom9's Forum [Archive] How to Removing Copyright/Warnings (HD) DVD & Blu-ray ... I tried just removing the VOB and then Getting the VTS sectors in ...
removing meta generator copyright statement? - Mambo - Forums ... removing meta generator copyright statement? General Questions.
IE8 and removing copyright barriers to collaboration with ... Mar 6, 2008 ... Creative Commons licenses provide a flexible range of protections and freedoms for authors, artists, and educators.
Removing the Copyright Note in the _Components_?? - Mambo - Forums ... It is NOT possible to remove any copyright notice of a GPL program. By removing a copyright notice you are in breach of your license to use ...
MPAA caught removing copyright notices Feb 23, 2007 ... Several blogs and some news sites are reporting a story about the MPAA and the new blog they were testing. The hype over the blog is the ...
Removing catalog copyright = legal? - osCommerce Community Support ... Removing catalog copyright = legal?, Warranty line left out ... that it may be legal to remove the copyright notice from the catalog side, ...
Removing Copyright warnings. - Club CDFreaks - Knowledge is Power Ive been expreimenting with a few of my DVD's and shrinking them down to 4.5 GB's using DVD reebuilder and canopus procoder and the results ...
Artio SEF: removing footer copyright notice ! « Azeem Personal ... Artio SEF: removing footer copyright notice ! I recently installed a component of JOOMLA for Search engine friendly URL’S Artio Sef! ...

Videos:
How to Remove Custom Lace Wigs how to remove custom lace wigs, full lace,copyright 2007 My Hair 24-7
Removing a logo white background in Photoshop One of the problems with real estate logos (either as a .jpg, .tiff or .bmp file) is that it's usually surrounded by a white background. Sure it does...
Southpark Canada On Strike (S12E4) - Butters: What What In My Butt Butters shows his great singing and dancing skills! Uploaded by Ewfq. South Park is the property and masterpiece series by Trey Parker and Matt Stone...
BRITISH BADBOY CONFRONTS WARREN ABOUT REMOVING HIS VIDEOS 3 OF BRITISH BADBOY VIDEOS HAVE BEEN REMOVED FOR NO REASON DESPITE NOT BREAKING ANY COPYRIGHT RULES BY SPORTS NETWORK
NBC Universal Launches New "Network" with nbbc Here's the second installment of our interview with Brian Buchwald of NBC Universal. Brian runs nbbc, the new Internet content/advertising distributi...
Why YouTube is Removing videos(READ TO GTAIV FANS AND MORE) Why, why why, and It is also are own fault to, A dumb 15 year old use over one hundred clips from ABC(Austrailan Broadcasting compnay) And we wasted ...
How To Remove HTML Ads In Myspace READ DESCRIPTION! Do you hate those irritating ads that plague your profile when you get a code? Worry no more. DISCLAIMER: THIS VIDEO IS FOR INFORM...
Sublime - What I Got (Will be removing soon!) Sublime - What I Got (Will be remoiving Soon dew to copyright)
removing all bleach episodes im removing all bleach episodes. because of copy right. just to let my friends and subs no
XML 4 Animation By Rod Lewis copyright 2008 This is the 4 this installment to XML made with the tabulator 2009 this is bases on needed improvements in the automobile industry removing glycol ...




Search This Site:










how do i install survey module to 3.0.10?

remove page from master page

new rss feeds by wwwcoder.com

benefits of migrating from php to asp.net.

random dnn error please please help

extending the user profile

encryp & decrypt querystring

[asp.net 2.0] - asp.net 1.1 datagrid in asp.net 2.0

errors after including master pages

dnn 3.0.11- new install in w2k3; file system permissions / security question

emergency help

automatic ftp upload on save

your login attempt was not successful.

dotnetnuke.com upgraded?

how do i combine a visual studio website and a visual web dev website?

starter kits - club web site

how to utilize google gmail server in your.net windows applications

oh no i added a counter

can i create a new website in iis with a .net web setup project?

migrating from asp.net to asp

need help with dynamic page controls

selectable gridview within content page not working

having problems with custom control even firing

notifying view about the model update.

"name" attribute in <a> tag is outdated? what can replace it?

skinning css issue and solpartmenu

never choose wizwebhost.com!

questions about paypal, and portal subscriptions

dropdownlist and first index

web designer & asp.net configuration tool error

 
All Times Are GMT