hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Upload synchronisation across multiple servers
Assuming you have a static assets server, you can set the PATH_UPLOADS constant in your bootstrap file to point to that server (or a mounted network path each server). (View Post)1 -
Re: How to view the source text of other people's comments?
I think it is because you are not calling the $Sender->Render() function. This function does a lot more than just rendering (like closing the db connection properly) and is essential to getting th… (View Post)2 -
Re: spam via vanilla forum
Yes! If you get a spammy PM, let a mod know and they will be banned... IMMEDIATELY. (View Post)1 -
Re: Unable to access 'Bam...' test discussion after fresh install
I have successfully run Vanilla with a remote db cluster. I am guessing it is just a configuration issue. (View Post)1 -
Re: How to attribute all posts of a deleted user to another ?
UPDATE GDN_Discussion SET `InsertUserID` = {YOUR_ID} WHERE `InsertUserID` = {HIS_ID}; I could write a plugin wrapper around this, but a) I am lazy and b) how often is this done in a forum context? I … (View Post)2
