Zen Follower
- Join Date:
- Apr 2008
- Posts:
- 135
- Plugin Contributions:
- 0
How to override a jscript include to get a different size popup?
For example, in the Advanced Search page, when you click on the help button, you get a popup window. Let's say I want to change the size of that window.
Searching around, I find that it is controlled by
/includes/templates/modules/pages/advanced_search/jscript_main.php
So rather than modify this file, I thought to create an override. But my approach doesn't work.
Would the path to my override be:
/includes/templates/modules/CUSTOM/pages/advanced_search/jscript_main.php
or
/includes/templates/modules/pages/CUSTOM/advanced_search/jscript_main.php
or
/includes/templates/modules/pages/advanced_search/CUSTOM/jscript_main.php?
I think I tried them all and nothing is working...