Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: Something Strange.

Quote Reply
Re: Something Strange. In reply to
Yea...most likely you have hacked the search_results.html file via a WYSIWYG editor, like Front Page or Dreamweaver, without preserving the EXACT format of tags in that file.

You need to use:

Code:

<%if link_result%>
<%link_results%>
<%endif%>


AND

Code:

<%if category_results%>
<%category_results%>
<%endif%>


See...tags on separate lines???

OR you can install the Enhanced Template.pm code hack listed in the Resources section of this site, which allow tags to be placed on one line, like the following:

Code:

<%if link_results%><%link_results%><%endif%>


AND

Code:

<%if category_results%><%category_results%><%endif%>


For more information about this problem, search the forums for tag problems.

----this is definitely a repeat-------------

Regards,

Eliot Lee
Subject Author Views Date
Thread Something Strange. mcphilly 7742 May 12, 2001, 12:46 PM
Thread Re: Something Strange.
Paul 7619 May 12, 2001, 12:50 PM
Thread Re: Something Strange.
mcphilly 7622 May 12, 2001, 1:16 PM
Thread Re: Something Strange.
mcphilly 7619 May 12, 2001, 2:03 PM
Thread Re: Something Strange.
Stealth 7604 May 12, 2001, 2:40 PM
Thread Re: Something Strange.
mcphilly 7612 May 12, 2001, 2:44 PM
Thread Re: Something Strange.
Stealth 7599 May 12, 2001, 2:54 PM
Thread Re: Something Strange.
mcphilly 7575 May 13, 2001, 4:18 AM
Thread Re: Something Strange.
Stealth 7556 May 13, 2001, 4:15 PM
Thread Re: Something Strange.
mcphilly 7549 May 14, 2001, 10:04 AM
Post Re: Something Strange.
Stealth 7527 May 14, 2001, 10:52 AM
Thread Re: Something Strange.
Paul 7526 May 14, 2001, 11:08 AM
Thread Re: Something Strange.
mcphilly 7514 May 14, 2001, 11:46 AM
Thread Re: Something Strange.
Paul 7525 May 14, 2001, 12:18 PM
Post Re: Something Strange.
mcphilly 7531 May 14, 2001, 1:20 PM
Thread Re: Something Strange.
admittedlamb 7500 May 18, 2001, 5:12 PM
Thread Re: Something Strange.
mcphilly 7466 May 21, 2001, 1:52 PM
Post Re: Something Strange.
Paul 7476 May 21, 2001, 2:20 PM