I’m setting up a website (PHP/MySQL) to search only for relevant pdf files found in specific folders depending on the user login information.
At this time I have it working so that I index each folder separately, and Zoom creates the search.php and template in that folder. When the user logs in, and does a search, I use the template in the specific folder (based on his login).
What I would like to do, is use a template that is universal (not separate ones in each folder), but still insure that the search is specific to a folder based on the user login.
I think that the Custom script source path or Embedding script link might be the right direction, but after reading through the instructions I’m not clear on exactly what they do.
Can anyone help direct me, or at least give a further explanation.
Thanks
At this time I have it working so that I index each folder separately, and Zoom creates the search.php and template in that folder. When the user logs in, and does a search, I use the template in the specific folder (based on his login).
What I would like to do, is use a template that is universal (not separate ones in each folder), but still insure that the search is specific to a folder based on the user login.
I think that the Custom script source path or Embedding script link might be the right direction, but after reading through the instructions I’m not clear on exactly what they do.
Can anyone help direct me, or at least give a further explanation.
Thanks
Comment