Announcement

Collapse
No announcement yet.

Help - Search results just produce lines of '.'

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help - Search results just produce lines of '.'

    I accidently altered something in Act_ResultsTemplate and now all that is displayed after a search is lines of full stops a bit like this :


    .

    .

    .

    .

    .

    Here is the html :

    <html><head><!-- Results HTML begin --><!-- Add Results Page header HTML here --></head>



    <body><table align="center" border="0" cellpadding="10" cellspacing="0" width="">
    <tbody><tr>
    <td align="left">
    <b><actinic:s_summary></actinic:s_summary></b><br><actinic:s_continue>
    </actinic:s_continue></td>
    </tr>
    <tr>
    <td align="left">
    <actinic:search_results>
    <actinic:s_item>.
    <actinic:s_link><b><actinic:s_pname></actinic:s_pname></b> <actinic:s_sname> <actinic:s_price> <br>
    <actinic:s_descr><br>
    <actinic:s_prop></actinic:s_prop></actinic:s_descr></actinic:s_price></actinic:s_sname></actinic:s_link></actinic:s_item></actinic:search_results><p>

    </p></td>
    </tr>
    <tr>
    <td align="left">
    <b><actinic:s_summary></actinic:s_summary></b><br><actinic:s_continue>
    </actinic:s_continue></td>
    </tr>
    </tbody></table>
    <hr align="center" size="1" width="CUSTOMVAR:ACTSTDWIDTH">
    NETQUOTEVAR:SEARCHBLOCK

    <!-- Add Results Page footer HTML here -->
    <!-- Results HTML end --></body></html>
    R & A Online Shop

    For all your business needs.

    http://www.randashop.com

    #2
    I think I might have found the problem. I was using Mozilla to edit the template and it did all sorts of weird things to it!
    R & A Online Shop

    For all your business needs.

    http://www.randashop.com

    Comment


      #3
      Yes, that was it.

      I did have an XML error after that but followed instructions on another thread (below)

      http://community.actinic.com/showthr...ht=results+xml

      Some advice :

      Be carfeful using any HTML editor that alters tags without you knowing!
      R & A Online Shop

      For all your business needs.

      http://www.randashop.com

      Comment

      Working...
      X