Here i will post facts about known issues.
So you can fix bugs before a new update is in the store.
Issue: Plugin adds the wrong user
Solution: There is no solution. Please wait for an update
Can you tell us what line we are looking for to delete?
This doesn't really help as the lines in the script are not numbered.Can you tell us what line we are looking for to delete?
$headers = apache_request_headers();
Just ignore me lol
Here i will post facts about known issues.Noticed I had this same problem. It was on line 296 in 1.7.4. They need to replace the entire line with the fix. I cleared the cache using, dropped a new image in, closed the box, and still having to refresh the page to get the image to show, but it's working. A little trick to find the code you want without having to scroll through, in case some don't know, use "ctrl F" to open a find box, paste the code in, and click find next. It will take you straight to the line of code.
So you can fix bugs before a new update is in the store.
Issue: Cant upload images
Solution:
Just change on line in "/privatealbums/views/components/edit_album.html"
Search for the line
if(xId == 2) $("div#dropzone").dropzone({ url:
and replace the whole line with
if(xId == 2) $("div#dropzone").dropzone({ url: '{url_for_route for="privatealbums.ajax.upload"}' });
Hey Darryl,
Thanks for your help.
I will fix it in a future update with big new features like rating and commenting.