HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Addon downloads broken
It seems that addon downloads (http://vanillaforums.org/addons) no longer start automatically. I found a lot of JS/jQuery errors via Web console on that site, might be related.
1
Comments
I'll troubleshoot it soon, but we're currently having some issues on the cloud platform that could be causing it, so I'm waiting for that to get mitigated first.
In community/applications/addons/controllers/class.getcontroller.php, line 19:
replace
$this->AddJsFile('js/library/jquery.js');
with
$this->AddJsFile('jquery.js');
?nice mtschirs you deserve at least a few of these badges, if not all.
http://vanillaforums.org/badge/bug-tracker
http://vanillaforums.org/badge/community-coder
http://vanillaforums.org/badge/bug-fixer
http://vanillaforums.org/badge/high-five
http://vanillaforums.org/badge/solutionsayer
http://vanillaforums.org/badge/tutor
http://vanillaforums.org/badge/yak-shaver
then you can tell your grandkids someday
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I just found out that I am now a highly decorated member of this community
Now I finally feel confident enough to reach for the most exclusive "Yak Shaver" award. Wish me luck, I'm gonna need it
And it only took you a week as I predicted I think you broke a record even...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
less than one month and he's already on all time leaderboard. - deserving of Superstar badge
http://vanillaforums.org/badges/
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
The addon downloads are still broken; the download counters don't increment any more. Would be nice to have fix - seeing the actual download stats can help motivate the developers
A pull request would be greatly appreciated.
Done: https://github.com/vanilla/community/issues/36
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
^5 @hgtonight!
YEAH! ^5 @hgtonight.
Deployed.
Broken again. Same issue - jQuery is not included. Accidentally reverted due to the site overhaul today?
Moreso due to some cowboy coding intermingled with the release. But basically that, yeah. Fixed again.