No search field on Homepage

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
User avatar
RonP
Veteran Member
Posts: 258
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

No search field on Homepage

Post by RonP » 2025-01-15 14:59

Hoi,

How can I get rid of Search box at the Home Page
search box homepage.jpg
search box homepage.jpg (27.27 KiB) Viewed 7904 times

kmullins
Posts: 15
Joined: 2023-12-10 16:44
Location: Seattle, WA USA

Re: No search field on Homepage

Post by kmullins » 2025-01-15 21:50

The release notes of that feature in version 24.13 list the following instructions to remove the search. https://forums.appgini.com/phpbb/viewto ... f=3&t=5374

Homepage search can be disabled by adding AppGini.disableHomePageSearch = true; in a script block in hooks/footer-extras.php.
To search both titles and descriptions in the homepage search box, add AppGini.homePageSearchDescriptions = true; in a script block in hooks/footer-extras.php
I know enough to be dangerous but not enough to be effective.
AppGini 24.17

User avatar
RonP
Veteran Member
Posts: 258
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: No search field on Homepage

Post by RonP » 2025-01-15 22:47

Hi kmullins,
Great, thank you so much
Ron

Post Reply