R_J
AdminR_J Admin
-
Re: [Solved] Addon Not Showing in Dashboard
I have the same issue from time to time and I found out that in my case the reason is that I use caching. Restarting memcached helps. Since I do not always want to do this, I've created a simple… (View Post)1 -
Re: Run vanilla code only and ignore site theme on custom pages
Looking at Custom Pages, I'd say it is not possible. But what you are trying to achieve is very, very easy: <?php$PluginInfo['myPage'] = array( 'Name' => 'My own p… (View Post)3 -
Re: Adding a "skip to answer" button to a question
I forgot something in the above: CSS Add your markup where you can add it and hope that you are able to use CSS to push it where you like it to be. That would be the best way, without a doubt. And I … (View Post)1 -
Re: Adding a "skip to answer" button to a question
And I'm afraid to say that you need to get a basic understaning of objects/classes and MVC in order to fully understand it. Let me start with how events work in Vanilla. Each file you find in /a… (View Post)2 -
Re: Plugin security
The addons application is open source and you can see its code on GitHub: https://github.com/vanilla/community/tree/master/applications/addons And because it is on GitHub, you can implement that feat… (View Post)1
