Realmac Software

Welcome to the RapidWeaver Community Forums, where you can chat with RapidWeaver users from around the world!

Rapidsearch and Pluskit

macukmacuk Ainsdale, Southport, EnglandPosts: 52Members
Anybody know how to get Rapidsearch to work with Pluskit?

Comments

  • renadrenad SlovakiaPosts: 574Members
    Hi,
    you can create a new page for a searching button with name - example "searchbutton"
    here is the code:
    http://www.joshlockhart.com/tutorials/how-to-add-a-rapidsearch-form

    and then its simple: insert your "search button" via Pluskit:
    @import((searchbutton))
    to sidebar (or extracontent via extracontent stack) of other pages ...


    here is an alternative code for simple searching button:
    <form method="get" class="search" action="http://your_website.com/path/to/your/RapidSearch/page.html"; > 
    <input type="hidden" value="utf-8" name="ie" /> 
    <input name="query" type="search" class="searchField" onfocus="if (this.value=='Search') this.value = ''" onclick ="if (this.value=='Search') this.value = ''" onblur="if (this.value=='') this.value = 'Search'" type="text" value="search"/> 
    </form>
    
  • Jonah Lee WalkerJonah Lee Walker Posts: 14Members
    Hmm, that Tutorial seems to be gone, and I can't seem to get that code to work in my sidebar. Anyone know of another tutorial for using RapidSearch with Pluskit?

Leave a Comment

bolditalicunderlinestrikecodeimageurlquotespoiler