R_J
AdminR_J Admin
-
Re: Follow people like twitter
The old plugin would be a good start but by now it does no real "following". It only allows to mark other users as users that you like to follow. (View Post)1 -
Re: how to write the validation using API format
I do not really have read the documentation, I just wanted to quickly assemble some working code. Thanks for giving that extra information. But now that you have mentioned it, I have taken a look at … (View Post)1 -
Re: What is the hijackable handler that Add Tags uses?
Well, why not? The menu where you find that "Tag" entry is built in /applications/vanilla/views/discussion/helper_functions.php and there you find // Allow plugins to edit the dropdown. $se… (View Post)1 -
Re: In API, how to use select query using get() function?
There is no "/friends" controller, therefore there couldn't be any result for the above, See here for existing API endpoints: https://github.com/vanilla/vanilla/tree/master/application… (View Post)1 -
Re: Is this still working?
Replace line 28 class YagaRankInMeta extends Gdn_Plugin {with class YagaRankInMetaPlugin extends Gdn_Plugin { Afterwards deletet he file /cache/addon.php (View Post)7
