R_J
AdminR_J Admin
-
Re: NEW critical security update: Vanilla 2.6.3
Watch Out! That version as of now will crash your dashboard, but there is an easy fix, which @pico34 already showed here Since there are security issues addressed in this package, I would advise to n… (View Post)2 -
Re: adsense only for users not logged in
Get the pockets plugin (from GitHub) and after enabling you will find a "No Ads" permission and you can use that for a "pocket" (View Post)3 -
Re: Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT
Yes and no... As far as I know, only the GDN_AccessToken uses two current timestamps columns. You can 1. change the /applications/dashboard/settings/structure.php so that DateExpires has no default v… (View Post)3 -
Re: Discussions AND categories on homepage
For your task, your solution is best! You should improve it by making the code only run when on the discussions view: Replace: public function base_render_before($sender) { // Bail out if we're … (View Post)2 -
Re: Discussions AND categories on homepage
The way to do so would be to create a module for that. You could use the CategoriesModule as a start. You would need two files, copy /vanilla/modules/class.categoriesmodule.php /vanilla/views/modules… (View Post)3
