Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: [Documentation] Guidance needed on reading from an External Database within a plugin.
Okay here's the code in Vanilla: $Db = new Gdn_Database(array('Host' => 'localhost', 'Dbname' => 'external', 'User' => 'external… (View Post)1 -
Re: How to count guests
We use a combination of cookies and caching to approximate the guest count because I wanted an O(1) solution. (View Post)1 -
Re: How does the Sitemaps plugin work?
If you can see that sitemap.index.xml then the next step is to submit it to Google webmaster tools. Set up your site with the Google and poke around for the sitemap section. (View Post)1 -
Re: Limit the number of files that can be loaded and the file type to only allow images in FileUpload
We don't currently have a way to limit the number of files, but you can limit the file extensions with the following config: $Configuration['Garden']['Upload']['AllowedF… (View Post)1 -
Re: How does the Sitemaps plugin work?
Yeah, I just uploaded a new version of the sitemaps plugin that is much simpler than the old one and doesn't require any fussing. (View Post)1
