People see "free" and think "oh sweet I can do that!" and they get themselves into a heap of trouble and come back asking for help again. This is especially true of non-technical business owners. That seemed the best terminology to communicate to th…
That way won't work for many people on shared hosting plans. Easier to give 1 way that works for everyone rather than 2 ways and make people choose based on their level of access.
You're right, my fault. I should've silently edited out the offending part of your original comment and not engaged you. I won't make that mistake again.
stavthewonderchicken said:
It took a user -- me, in this case, to go ahead and fix it.
Read again. I said it was fixed months ago. Several issues were fixed related to that regex actually, not just what you noted. And, this topic has been cov…
This was fixed months ago in master branch for the upcoming 2.1 release.
stavthewonderchicken said:
This is completely ridiculous for it to take this long for this minor issue to be fixed.
Yeah, that's how to get developers to help you for f…
@mericson It's not available in the current stable release of 2.0.18.5. It's in core, so I expect it will be in the next release (2.1) but we don't have a projected release date for that yet.
You'll frequently see features get released on vanillafo…
To clarify, master is our internal production version. It won't line up with the latest open source release; that will be maintained in its own branch as it has been.
Hi @GBentley111, are you currently a Vanilla Forums hosted client? If so, please use the official support forum: http://vanillaforums.com/help
I'm unsure which forum you are asking about. The 'Reactions' plugin in question allows you to select whic…
Spikey said:
all we need now is for vanilla and tapatalk to sort it out.
We have no control over Tapatalk support. You must contact them and request it for them to see demand for them to implement it.
@UnderDog To my knowledge, MariaDB is a drop-in replacement for MySQL. You could likely use it now with little worry. Beyond that, I think it's basically impossible MySQL is going anywhere any time soon.
@jspautsch Nice plugin. I highly recommend using CommentModel_FunctionToOverride_Create()-style methods in your main plugin file though rather than packaging modified copies of the Comment, Discussions, and Search models. That's going to make this a…
We have no plans to build native support for a database other than MySQL. That said, as @x00 says, it's theoretically possible to create your own database drivers because it's all separated.
It's in the comments for VanillaPorter: https://github.com/lincolnwebs/VanillaPorter/blob/master/class.vbulletin.php
Quoting:
1) Avatars should be moved to the filesystem prior to export if they
are stored in the database. Copy all the avatar_* fi…
Howdy @111110100, sorry you had trouble via email, that's not normal. You can email me directly at lincoln@vanillaforums.com and I'll make sure the right person responds to you.
I'd never heard of it til today, sorry. We haven't done anything specifically with them, but Vanilla's built-in embed features means it can be integrated pretty much anywhere.
I believe you're looking for this: http://vanillaforums.org/addon/porter-core
We also provide import services. Contact sales@vanillaforums.com for more info.
You've set your default roles incorrectly. (see /dashboard/role/defaultroles)
For the first part, check only "Member". For the second part, check only "Guest".
You can drop those $Definitions into a new file named /conf/locale.php and it will automatically override whatever locale you're using. That's how I hack definitions on the fly. :)
@rgbcmykable You probably have set guest permissions incorrectly under Roles & Permissions. Try unchecking all permissions for the Guest role except "View" on the select things you want Guests to be allowed to view.