Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Community Developers - the volunteer contributors of Vanilla
In 2016, we once again began granting core commit access outside the staff of Vanilla Forums, Inc. to individuals who have shown long term commitment to the project and an understanding of our workfl… (View Post)16 -
Re: Local development: environment configuration support?
First I want to note that everything I'm about to describe is fairly advanced. Anyone wandering into this discussion should seriously consider whether they need this. I doubt it is worth the trouble … (View Post)6 -
Re: Date is one day too early
It is indeed a timezone error, specifically from crossing the Daylight Savings Time threshold (well, that's my hypothesis anyway based on similar issues I've seen in this area). That hack is... a hac… (View Post)1 -
Re: Question on utility/structure
What version of Vanilla are you running? Is this a new site? Did you import from another platform? Something isn't right with your GDN_Roles table; it shouldn't be trying to set those Types on 2 rows… (View Post)1 -
Re: I need to reference external Avatar source, please help?
You want to make a simple plugin that overwrites the global userPhotoUrl() function. Maybe something like this: /** * Use my custom photo URLs instead. * * @param object|array $User * @return string … (View Post)2