jreklund / php4dvd

php4dvd is an open source php/mysql powered movie database. Catalog your video collection with ease. Automatic update of information and images.
GNU General Public License v3.0
83 stars 44 forks source link

Loan Enhancement #52

Closed michael-kaufmann closed 4 years ago

michael-kaufmann commented 4 years ago

Added a Loanfilter and Loandata

jreklund commented 4 years ago

Hi, I can't seem to find any code for adding a filter in the sidebar. Have you forgot to commit those parts?

As of right now, most of the code are unnecessary. As it only are displaying the loan out data in one template.

michael-kaufmann commented 4 years ago

Hi, there are two commits. One adds the loan out data to the template, the other adds the Filter to the sidebar. Boths are visible to me in this pull request.

jreklund commented 4 years ago

You have added code to accept a filter, but not the filter itself. Can't find any changed made to tpl\default\movies\collection\sidebar.html.

michael-kaufmann commented 4 years ago

I made the changes at /var/www/html/php4dvd/compiled/312e014df2cb5f6ed2b2db9c8e106be337d0ca7b_0.file.sidebar.html.php Maybe the wrong location.

michael-kaufmann commented 4 years ago

Ah, got it, this is missing in the commit.... sorry, my first git post... I'll add it...