{print} on {search} result page not showing the search results

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
eh
Forum Members
Forum Members
Posts: 29
Joined: Sun Oct 07, 2007 1:19 pm

{print} on {search} result page not showing the search results

Post by eh »

In my template there are the {print} and {search} tags as shown below:

Code: Select all

   .
   .

   <div id="search">
        {search searchtext="Suchbegriff..." submit="Go!" resultpage="suchergebnisse"}
   </div>
   {* End Search *}

  .
  .

       <div style="float: right;">
              {print showbutton=true script=true text="" popup=true}
         </div>

  .
  .

After a search the results get displayed in the correspondig result page, which also has the print button. But clicking the print button yields an empty page (or the contents of the page defined as the search results target as stored in the DB), i.e. the found results get ignored by the print routine.

Anybody knows how {print} can be told to consider the search results in its output?

thanks
Ernst
Post Reply

Return to “CMSMS Core”