hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Update user's activity to a different user
Welcome to the community! What version of Vanilla are you running? I would perform the update on all tables that list a user id. In 2.0.18.8 default install, that would be: gdn_activity, gdn_ban, gdn… (View Post)2 -
Re: API key
I, personally, disable statistics so I couldn't tell you. Also, I am not affiliated with nor employed by Vanilla Inc. in any way. (View Post)1 -
Re: "Code":256,"Exception":"Table 'db********.GDN_discussion' doesn't exist
No need as I already pointed it out: Emphasis added. (View Post)3 -
Re: Image Upload Orientation Changer
That is just the frontend image upload script, the backend still uses core Vanilla classes (Gdn_Upload and Gdn_UploadImage). These don't support rotation after upload. Image rotation is supporte… (View Post)2 -
Re: Image Upload Orientation Changer
Looking at that plugin, it still does the rotation through imagerotate() after upload. The plugin would give you the guts to put in your forked class, and the interface. Just have to massage it into … (View Post)1
