Member
Member
Zen_Derek   2009-07-23, 12:25
#1
I cannot find what file and where it is, to tweak how the form is written to the page. I want to add some table data to it, but cannot find which file has the function which writes it to the page. I can only find printSearchForm will calls the action.

<?php if (getOption('Allow_search')) { printSearchForm(''); } ?>

Help!

Thank you!!
Administrator
Administrator
acrylian   2009-07-23, 13:11
#2
THe function is within `zp-core/template-functions.php` and it is not recommended to hack it. If you need something special duplicate and rename the function to use it as a custom theme function (info on that on our theming tutorial).
Member
Member
Zen_Derek   2009-07-23, 13:21
#3
THANK YOU, THANK YOU !!!!!!!!!!
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.