oupala / apaxy

a simple, customisable theme for your apache directory listing
https://oupala.github.io/apaxy/
GNU General Public License v3.0
1.86k stars 256 forks source link

"Filtering Content" not working. #157

Open OneFathom opened 6 days ago

OneFathom commented 6 days ago

Describe the bug When typing in a file name to filter for a specific file, nothing is filtered.

To Reproduce Steps to reproduce the behavior:

  1. Go to ---
  2. Click on "filter content" text input
  3. Type: "12771"
  4. This should filter the table below and only show "G0012771.JPG"

Expected behavior As I type in this text field, I should see the below table of images filter based on the text I input.

Screenshots Attached

Desktop (please complete the following information):

Additional context Screenshot 2024-07-01 145438

OneFathom commented 6 days ago

I'm an idiot, didn't finish reading the instructions...

edit "footer.html", along with all the other "html" documents (in the "/share/theme" folder) and update all instances of paths marked with {FOLDERNAME} to point to your site root

So...

<script src={FOLDERNAME}/theme/apaxy.js></script>

Should be changed to...

<script src=/share/theme/apaxy.js></script>