SethClydesdale / forumactif-edge

A free modern and responsive forum theme for Forumotion forums.
https://sethclydesdale.github.io/forumactif-edge/
GNU General Public License v3.0
10 stars 17 forks source link

Function search #45

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

I see a bu in the search menu for the option http://waifu.forumactif.com/search

Thx in advance :)

ghost commented 5 years ago

It's : Rechercher dans les titres des sujets et les contenus des messages for the first and the second : Rechercher dans les titres des sujets

Thx

ghost commented 5 years ago

I check the bug tonight and I find the problem : In your script is : `

` And in FA : `
`
SethClydesdale commented 5 years ago

Hi, thanks for reporting this. It looks like a couple of conditional declarations are missing from the template. The following line is completely missing, for example.

            <!-- BEGIN switch_search_full_text -->
            <dd><label for="text"><input id="text" type="radio" name="search_by" value="text" checked="checked" /> {switch_search_full_text.L_SEARCH_BY_TEXT}</label></dd>
            <dd><label for="subject"><input id="subject" type="radio" name="search_by" value="subject" /> {switch_search_full_text.L_SEARCH_BY_SUBJECT}</label></dd>
            <!-- END switch_search_full_text -->

I'll look into it sometime soon and send a patch out to correct it.

SethClydesdale commented 5 years ago

Hi again!

Patch v1.2.13 was just sent out and should correct the issue you reported.

Thanks again for letting me know. 👍

ghost commented 5 years ago

Nice Seth !

Thanks for the excellent support :)