Search" href="http://www.fit4care.nl/SearchEngineInfo.ashx" />

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
7/6/2009 4:39:23 PM
Gravatar
Total Posts 14

Search" href="http://www.fit4care.nl/SearchEngineInfo.ashx" />

After update to 2.3.1.0 at the top of every website the following text appears:
Search" href="http://www.fit4care.nl/SearchEngineInfo.ashx" />
What does it mean and more important how to remove this?

  • Windows 2003 server
  • MS SQL 2005 server
  • mojoPortal Version 2.3.1.0 MSSQL
7/6/2009 4:53:40 PM
Gravatar
Total Posts 18439

Re: Search" href="http://www.fit4care.nl/SearchEngineInfo.ashx" />

Hi,

The cause of it being displayed is because you have html in your site title like this:

<FONT SIZE="4">Disease Management Software op Maat</FONT>

and we are using the site title also for the name of the search engine open search plugin so the link is being rendered like this:

<link rel="search" type="application/opensearchdescription+xml" title="Fit4care <FONT SIZE="4">Disease Management Software op Maat</FONT> Site Search" href="http://www.fit4care.nl/SearchEngineInfo.ashx" />
 

whereas you would not normally see the link at all if those font tags were not there. The only immediate solution I know is to remove that from your site title and just put that fragment into your layout.master file. The site title is not really expecting html content in the title.

Open search is a plugin that can add your site search into the search box in Firefox and IE, there is some info about it at the bottom of this page:

http://www.mojoportal.com/site-search-overview.aspx

Note also that <FONT> is not a valid tag in xhtml, really you should put it in layout.master and just wrap it in a span with a css class and set the font size in the css class.

Hope it helps,

Joe

7/6/2009 5:01:25 PM
Gravatar
Total Posts 14

Re: Search" href="http://www.fit4care.nl/SearchEngineInfo.ashx" />

Indeed you are right. Removed the HTML and the line disapeared.
Will try to put it in the layout.master page as suggested.

Thanks 

You must sign in to post in the forums. This thread is closed to new posts.