Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Umm certain plugins just don't work
cheesezwheel
New
When i enable hooks "Custom pages" and "Who's online" gives me a blank page when editing settings...
1
Comments
@cheesezwheel
'Hook's has a different meaning in Vanilla.
They are plugins.
I've edited your title, and moved the discussion to 2.2 category.
Thanks!
Blank page is not an error it is more of a symptom. You would have to find out the real error message
i can't find anything
These plugins might not be compatible, please use BasicPages , or ExtraPage plugins to make more pages.
Use the OnlineNow plugin instead of WhosOnline.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
True.
Yes this was reported over 2 years ago, Many plugins that are "having symptoms" (otherwise known as broken), are still available for download to teach you how to debug and/or break forum. This is a fact, not to be misconstrued with complaint, so the haters have no need to project their opinions on to a fact and call it a plaint. The fact is, it exists. Unless you want to philosophize or debate on existence.
some were reported here but were never deleted because of popular demand to keep the broken ones available for download. A few of us are dismayed about broken plugins and one of us has a passion since a plugin should cause no harm and feel it should be easy for a newcomer to download a plugin, not work thru a minefield of broken ones. Call it a passion, proud to have a passion to want to protect new users from the capability of downloading plugins that are broken or have security issues.
https://docs.google.com/spreadsheets/d/1q1B4urMMEhL1ZMXcuPHwrK_eNN3-wEH5JJbs89FgQEw/pub?single=true&gid=0&output=html
and here
https://vanillaforums.org/discussion/26703/plugins-themes-that-work-and-dont-work-in-vanilla-2-1
also to troubleshoot Blank pages and other errors, here are some tips....
To troubleshoot.
change line in index.php
from
to
ini_set('display_errors', 1);
if you are not actively debugging a problem and you changed display errors in index.php make sure you change it back
to
ini_set('display_errors', 0);
if you are not actively debugging a problem , make sure you turn off debugging in conf/config.php
$Configuration['Debug'] = false; to your /conf/config.php file.
see FAQ http://vanillaforums.org/discussion/comment/233540/#Comment_233540 for additional help.
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
btw red and yellow on the spreadsheet link means someone found issue with add-on.
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
I think that it is good to have old plugins around for archeological purposes. They could be tagged as too old to know if they work
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I wrote a merged pull request to the community repo that provided community voting (and big warnings for down voted addons). I am not sure why it is not live. Any insight @Linc?
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.
Does it provide for a version level voting? Namely, if something is working on 2.1 with lots of upvotes, would those drown the down votes for a more recent version of Vanilla?
Also, is the counter reset for new versions of the plugin (that may solve issues causing down votes)?
In general I am all for a better "app market" - like system. Thanks for taking steps towards that.
No. There is plenty of room for improvement in providing a "momentum" of votes.
Yes.
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.
Your second answer may solve the first one...
Again, thanks for the effort!
cuz... I forgot to deploy it?
Huzzah!
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.
Cremation is preferential to burial no need to copy bad habits. A plugin moderator moving them to a new broken category seems like an easier solution with regards to clutter of broken plugins and it helps people who are unable to read. Broken plugin logic and broken general logic (voting, mismatched versions of vanilla to vote on)
it seems like you would want to know if the plugins are broken for the stable release, but maybe that is just me.
The voting is not for the current stable release.
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I believe Feed Discussions 1.2.1 doesn't work anymore, judging from my own experience (but honestly at this point I broke my forum in several hilarious ways, so I'm not the best judge of what plugins do and don't work) and some comments on the threads concerning the plugin.
I'm now using @vrijvlinder 's magpie plugin (Thanks, much obliged!).
I mention this especially because it's tagged with an "official" banner, which to me implied that it's regularly updated.
I'd suggest to especially test the "official" plugins, and if they don't work to remove the banner.
I don't think it ever did..
Did you get that from a discussion zip ? lol That plugin did not work either but with some help from peregrine I was able to make it work for me.
I basically use the System account to post new discussions. The category selection is sketchy but it is easy to select and move them later the category they should be in.
At least it does post, regardless of the little issues..
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Official means only that it is official, it does not imply that it works or that it is updated, sometimes the addons are abandoned in the add-on section and switched to github. Official implies nothing.
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
Yeah, I got it from a discussion thread indeed. Had to fix an issue myself, in the version I downloaded (1.0) there was a line missing in protected function PollFeed($FeedURL, $LastImportDate).
There should've been a $FeedKey = self::EncodeFeedKey($FeedURL); in there.
For the rest it seems to work fine for me!
That's what I figured out by now :P I'm only saying that the wording "This product is maintained by the Vanilla Forums staff and core team" is a bit misleading. A wording like "This product was created by the Vanilla Forums staff and core team" would already be a vast improvement IMHO, since it doesn't imply it's mantained.