Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Forum won't display on mobile device
What OS and version of PHP is installed? You can find out by making a file with the .php extension, name it anything, copy this code in it, and open the link of the file on your website if you don't … (View Post)1 -
Re: Logged in and logged out...
They could probably change the cookie settings to include sub-domains as well. (View Post)1 -
Re: Questions about caching in Vanilla
Memcached is a handy tool for storing data that are regularly accessed by the filesystem and database in memory. The cache can be distributed across many systems. I found the following Memcached conf… (View Post)2 -
Re: Questions about caching in Vanilla
You can run APC and Memcached at the same time with Vanilla with no problems if they are configured properly. The apc_store function seems to be used in some parts of Vanilla, but not extensively, so… (View Post)3 -
Re: I'm getting Spam
Visit the Stop Forum Spam website: http://stopforumspam.com/add (View Post)2