The latest version of DNN has a new search feature that allows you to have google adsense.
Several people have complained of this new feature messing up their skins.
You can turn it off by adding a couple attributes to your search skinObject < dnn:SEARCH runat="server" id="dnnSEARCH" showWeb="False"showSite="False" /> This feature also has the ability to let you participate in revenue sharing from Google ads.
But to do so you will need to change the default client id to your own. You can do that by changing the language resource file at admin/skins/App_LocalResources/Search.ascx.resx
Look for the Url key that looks like this: <dataname="URL.Text"><value>http://www.google.com/custom?hl=en&client=pub-9770992166002654&sitesearch=[DOMAIN]&q=[TEXT]value>data> Change the client=pub-9770992166002654 part to your own. To get your own Adsense Account go to http://www.google.com/adsense Keep in mind that you will also have to change this back again any time you upgrade, or when the language file gets over-written you will switch back to letting DotNetNuke Corporation recieve the revenue. |