Forum


HomeHomePremiumPremiumAdministrationAdministrationsearch boxessearch boxes
Previous
 
Next
New Post
12/2/2013 10:30 AM
 

I had a look again on maybe using the skin object as a module, but I don't think it is possible. It is truly built now to be a skin object. I don't really see a simple way around that unfortunately.

 
New Post
12/11/2013 7:42 AM
 

OK, I'm adding the search object to my skin on one of my sites.  When I add this to my skin <dnn:Search runat="server" id="dnnSearch" /> I see the search box on my site but I also see radio buttons for web or site search and the word search next to the box.  Can I just show the search input box with the work search in that box?  Thanks

 
New Post
12/11/2013 9:15 AM
 

Hi Christopher,

1 - For the search options, you can get rid of them by adding the following parameters to the search tag:

ShowSite="false" ShowWeb="false"

2 - For styling of the search link, you should have a look at how the "Gravity" sample skin on DNN 7 has styled it. Here is a copy:

#search a.SearchButton:link, #search a.SearchButton:visited {
display: inline-block;
float: right;
height: 32px;
width: 32px;
margin: 0;
padding: 0;
background: #333 url('images/search.png') no-repeat center center;
text-indent: -9999px;
}

Look carefully that you will see it uses an image "images/search.png" to disply the search magnifier glass.

Best regards,

Aderson

 
Previous
 
Next
HomeHomePremiumPremiumAdministrationAdministrationsearch boxessearch boxes



Try FREE
30 days money back guaranteed