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

Show current path #145

Closed mfnalex closed 3 years ago

mfnalex commented 3 years ago

Hi :)

In the default apache2 Autoindex, the current directory is displayed at the top, however it's missing in apaxy and I couldn't find a way to enable it. Is it somehow possible to get the current path shown at the top?

oupala commented 3 years ago

I don't understand why you say that the current directory is missing:

screenshot

Can you please explain me why do you think there is something wrong?

mfnalex commented 3 years ago

Sorry, I actually the meant the "path" to the directory. E.g. /folder1/folder2/currentfolder

oupala commented 3 years ago

Yes, the path to the directory appears at the top of the windows. See the following screenshot:

screenshot

I still don't understand your issue.

Can you tell me if I get your issue wrong, or if you have not seen it?

mfnalex commented 3 years ago

I downloaded the latest release from GitHub without changing anything, and I do not see the the directory.

image https://repo.jeff-media.de

oupala commented 3 years ago

The breadcrumb is generated by a piece of javascript located in apaxy.js. This javascript file is loaded at the end of the footer.html. Your problem might be that this javascript file is not loaded.

Have you followed the install guide?

update all instances of paths marked with {FOLDERNAME} to point to your site root

mfnalex commented 3 years ago

Thanks, I forgot to edit the footer.html.