Support forum login

©2006-2008 IAAI Software

Contact Us

Search on Non-Price Tapestry pages?

Submitted by ajmboy on Tue, 2008-05-06 02:46.

Is there a way to have the search box on non - price tapestry pages? But when the user searches, it directs to the price tapestry results?

*I wish there was a search feature in this forum.

Submitted by Keeop on Tue, 2008-05-06 07:40.

ajmboy,

Just put a standard search form on to your page and make the action point to your PT search.php. i.e.

<div class="search_form">
  <form name="searchform" method="get" action="http://www.yoursite.com/search.php">
    <p>Product Search: <input type="text" name="q" class="search" value="">
    <input type="submit" value="Search" class="submit"> </p>
  </form>
</div>

Cheers.
Keeop

Submitted by dmorison on Tue, 2008-05-06 08:01.

Thanks, Keeop - yes that should do the trick!

ajmboy -

There is a Google search box on the forum home page which works really well for searching the forum...

http://www.pricetapestry.com/forum/

(just make sure that the site search is selected, which it is by default)

Cheers,
David.

--
Developer, Price Tapestry
For unrelated PHP, MySQL or Affiliate Marketing tech help please post your questions on my personal forum

Submitted by ajmboy on Tue, 2008-05-06 12:57.

Thanks! Worked Great!