I have AuthCore, with very basic functions. Then I have AuthCore_oAuth2 and AuthCore_openid which extend AuthCore. All these classes are located in AuthCore plugin directory. AuthCore_oAuth2 cannot be plugin by itself - it misses getProfile code, wh…
Also, I've tried creating new view with unique name ('connectnoemail'), and change controller view on the fly, and this still does not work - Vanilla still cannot find it.
The proper fix is to replace
$Sender->EventArguments['Comment']->Body = $this->MakeView($Sender->EventArguments['Comment']->Body);
With:
$Sender->EventArguments[$Sender->EventArguments['Type']]->Body = $this->MakeView($Sen…
4. this is called private community, this feature is there out of box. Simple way to enable it is this: http://vanillaforums.org/addon/privatecommunity-plugin
For optimizations I prefer using minify plugin instead. MWD markdown editor is a fine thing, but it is obfusicated, there are no sources available.
There are other markdown editors out there, btw.
Nope, this simple fix won't work. It checks for first element in order by clause. Something has to be done with postcontroller itself. Maybe add new event before that if mentioned above.
@mark, @Todd, any ideas?.
@judgej AJAX does not get disabled. It still works via AJAX, but adds a redirect. Here is why. There is something in applications/vanilla/controllers/class.postcontroller.php:
$Redirect = !in_array($OrderBy, array('c.DateInserted', 'c.CommentID'))
…
Readme file says: you can localize this plugin to your language by adding thie following strings to definitions.php file:
$Definition["Quote"] = "";
$Definition["%s said"] = "";
IMHO, allowing anonymous access to ANY part of private community is wrong. When something is marked as "private community", no one else should be able to read it. But if there is a way, then it's not private.
Just regarding your rss. It's title is "Vanilla 2.0.16 by Tim - Vanilla Forums", which is a bit wrong, since feed title should not contain any version number. And it misleads later, when user receives something like "Vanilla 2.0.13 by Tim - Vanilla …
Invite-only is possible with Vanilla 2 out of box. Maybe you'll need this plugin: http://vanillaforums.org/addon/privatecommunity-plugin to enable private community (visible for members only), if you need this.
@Mark, I did a pull request to add this into core: https://github.com/vanillaforums/Garden/pull/656 (well, when I did it originally there were only 4 commits. Don't know why they became 9)
Direct commit link: https://github.com/TiGR/Garden/commit/a…
There are some problems with this: http://vanillaforums.org/discussion/11414/slavic-conjugation/
I've suggested letting locale hold another function to parse these.
And I suppose that creating definition for 'You' won't fix your problem since 'You…