Big search Block
Posted: 2025-09-13 16:29
Hi,
How can I get rid of the "Big search block" on the opening page? Ron
How can I get rid of the "Big search block" on the opening page? Ron
A place where AppGini users can exchange ideas and help each other.
https://forums.appgini.com:443/phpbb/
https://forums.appgini.com:443/phpbb/viewtopic.php?f=4&t=5691
Code: Select all
<script>
AppGini.disableHomePageSearch = true;
AppGini.homePageSearchDescriptions = true;
</script>