XF 1.3 Add text/code beneath search form

Mr Lucky

Well-known member
I need to find where I would add some text or code to appear at the bottom of the dropdown search, ie underneath the search and more buttons.

search.webp

Can anyone please help
 
Many thanks.

However something is not quite right.

I have added an html link after:

Code:
<a href="{xen:link search}" class="button moreOptions Tooltip" title="{xen:phrase advanced_search}">{xen:phrase more}...</a>
                    </dd>
                </dl>

The link appears as I want, underneath the advanced search button and is to a page (on which I have a Google custom search).

However when I do this, the advanced search then links to that same page instead of the correct advanced forum search page.
 
Top Bottom