Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Vanilla on Large forums?
@mauricio It's definitely possible. At that scale, the vanillaforums.com hosted solution would save you a bunch of time & money. Otherwise, you'd want to implement Varnish, memcached, and likely … (View Post)6 -
Re: Importing from phpbb "ImportFile is required" error (NOW WITH ADDED SOLUTION!)
@chonk Definitely use the latter option, placing it manually in the /uploads folder. Do not unzip the file that you get from Porter; put the .gz file in /uploads directly. Is it possible your server … (View Post)1 -
Re: To Vanilla Forum Staff
@mlody1039 Sorry to hear that. As @x00 mentioned, it's likely your email service/client is auto-replying to our notifications, which in turn create another notification because we have post-by-email … (View Post)2 -
Re: Garden based application without dashboard
With no controllers & views from native apps, you should be OK without /js. Vendors is a little dicier. For instance, the Markdown parser is part of Gdn_Format. Smarty is used by Gdn_Theme. Your … (View Post)7 -
Re: Garden based application without dashboard
The only things you don't need are addons, which include anything in /applications, /plugins, /themes, and /locales. Yes, you can simply set up your config.php manually. There's nothing special about… (View Post)7