FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Minor bug in the default header template (Prevents the opensearch plugin from being automatically discovered.)
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Minor bug in the default header template [message #40829] Wed, 16 April 2008 09:15 Go to next message
keithieopia is currently offline  keithieopia   United States
Messages: 2
Registered: April 2008
Karma: 0
Junior Member
One of the lines in the header file added a slash that is unneeded due to the forum root almost always having a trailing slash. The bug prevents the open search plugin from being discovered and actually is present on the fudforum main site, see the html code for yourselves:
<link rel="search" type="application/opensearchdescription+xml" title="FUDforum Search" href="http://fudforum.org/forum//open_search.php" />

To fix it simply go into the default header and remove the extra slash, you'll need to find the code near the top that looks like this:
<link rel="search" type="application/opensearchdescription+xml" title="{GVAR: FORUM_TITLE} Search" href="{FULL_ROOT}/open_search.php" />
{VAR: RSS}

change it to this:
<link rel="search" type="application/opensearchdescription+xml" title="{GVAR: FORUM_TITLE} Search" href="{FULL_ROOT}open_search.php" />
{VAR: RSS}

This should be a quick fix in the next release of fudforum, keep up the good work!

[Updated on: Wed, 16 April 2008 09:29]

Report message to a moderator

Re: Minor bug in the default header template [message #40835 is a reply to message #40829] Wed, 16 April 2008 17:34 Go to previous messageGo to next message
Ilia is currently offline  Ilia   United States
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed in CVS, thanks...

FUDforum Core Developer
Re: Minor bug in the default header template [message #40916 is a reply to message #40835] Sun, 27 April 2008 18:18 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Hi Ilia,

Can you please apply the same fix to the path_info template?

Best regards.

Frank
Re: Minor bug in the default header template [message #40918 is a reply to message #40916] Mon, 28 April 2008 21:49 Go to previous message
Ilia is currently offline  Ilia   United States
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Private messages
Next Topic: CVS is out of order
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri May 24 15:39:13 GMT 2024

Total time taken to generate the page: 0.02704 seconds