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.
Blog about programming
Very nice! Thanks!
How can you change the word "site" in the search?
got it don't worry about it... just go to language and edit in local resources ->admin ->search
We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.
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.
Source code with examples how to use relative layout to create nice buttons with text and images in Android
Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.