Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search???


  • sempervideo
    Member

    @sempervideo

    Hi,

    usually i am not that stupid, but here you got me. :-)

    Can someone please tell me where i can find the search to search my forum?

    Do I have to activate it? According to some posts it should be build-in.

    I have a search.php and search-form.php in my template folder. So it should be somewhere.

    please help me out, will you.

    Thanks a ton.

    Greetings

    Andy

Viewing 2 replies - 1 through 2 (of 2 total)

  • _ck_
    Participant

    @_ck_

    Unfortunately by some oversight, there is no directly link to the search feature on the default bbPress 0.9 templates (this is fixed in the next version – perhaps too prominently given how weak the built-in search is in bbPress).

    You can make a link to search.php yourself in the header.php or footer.php to have it on all pages.

    <a href="<?php bb_option('uri'); ?>search.php">Search</a>

    Or you can make a mini-form that passes the field “search”

    <form action="<?php bb_option('uri'); ?>search.php" method="get">
    <input name="search" id="search"></form>


    sempervideo
    Member

    @sempervideo

    Thank you very much for helping me out.

    Greetings

    Andi

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar