Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Error 403 trying to fetch Uploader generated thumbnails
@Nux This is not a problem with this plugin or fileupload. They both work fine on *nix environments. There is a bug with uploads on windows in the core: https://github.com/vanilla/vanilla/issues/2411 (View Post)3 -
Re: Notifications - more annoying than useful?
Well, you'd have to check the activity table every time a user opens a topic, which can be quite expensive. But I definitely agree that decreasing the count when a discussion that caused a notificati… (View Post)2 -
Re: Vanilla 2.3a1
The version querystring appended to plugins and themes is always the verison number of that plugin or theme. If it is a core version number though, it can be ignored. Originally Vanilla 2.2 was going… (View Post)2 -
Re: Modifying existing table structure - best practices?
In Gdn_Model there is * SaveToSerializedColumn * expandAttributes and collapseAttributes * getRecordAttribute and setRecordAttribute And getID unserializes attributes automatically. (View Post)5 -
Re: Replacing MeModule Items Images With Text
You can do it with CSS .MeMenu em { display: inline;}.MeMenu .Sprite { display: none;} (View Post)3