Change site icon in DNN search box

by Goran Siric on Tuesday, September 20, 2011 1:16 AM

If you want to change site icon in DNN search box here is the easiest solution I found.

Depending of your DNN version you need to replace one of the following files:

DNN 6.0.0 /Images/Search/dotnetnuke-icon.gif
DNN 6.0.1 /icons/sigma/DnnSearch_16X16_Standard.png

So you need to create 16x16 image for your site, save it as gif or png image and replace existing files.


Author
Goran Siric

Blog about programming

3 comment(s) so far...

Anonymous 11/9/2011

Very nice! Thanks!

 
Anonymous 1/31/2012

How can you change the word "site" in the search?

 
Anonymous 1/31/2012

got it don't worry about it... just go to language and edit in local resources ->admin ->search



If you found this useful,
you can buy me a coffe :)

By me a coffe through PayPal :)


Featured articles

Integrating ChatGPT shared links with Sourcetree

We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.

AndEngine - Textures tips and tricks

What you should know abot textures before get started programming your first game.

GIMP script for creating Android icons at once

Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.

Creating Android button with image and text using relative layout

Source code with examples how to use relative layout to create nice buttons with text and images in Android

Android application and the Internet

Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.