This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
I have google search engine ,i like to replace that search to layout.master.
Please tell me what are the steps need to do.
Thanks,
Nalini,
Hi Nalini,
there's already a module integrated where you can have Custom Google/Bing Searches integrated on your site. This is possible by adding the Google and Bing Search engine customer ID on your "Administration Settings-->Site Settings". Once you add the values, the search feature will be automatically displayed on their custom pages "GoogleSearch.aspx" and "BingSearch.aspx".
--RegardsGuruprasad
Thanks Guruprasad,
I already gave all the google search settings in Administration/SiteSettings ,In searchResults.aspx page now Googlecustomsearch is works.
Now I like to transfer that Googlecustomsearch control inside in SearchResults.aspx page to layout.master.
Hi,
See the "Styling the Search Input Box" documentation. You should be able to add the portal:SearchInput control to your layout.master and it will work with the Google search settings.
HTH,Joe D.