Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: A few Sql questions - anyone care to help!
Auto-increment is only set on a primary key, so you'd just use: ->PrimaryKey('WhateverID') Truncate is just a method on the SQL object you can call like Insert or any other. Just pass the tablenam… (View Post)3 -
Re: DBAController event
That's actually how even the default counts are added - by a hook in the Vanilla application. See DbaController_CountJobs_Handler in applications/vanilla/settings/class.hooks.php. (View Post)2 -
Re: Addon Updates
The WordPress team has said that automatic updates were there most dividing, acrimonious feature addition ever. It's a huge trust issue. Definitely another deterrent from committing to developing it.… (View Post)1 -
Re: everyone admin regardless of roles after importing
Thank you for following up; I filed an issue about this here: https://github.com/vanilla/vanilla/issues/2022 (View Post)1 -
Re: Addon Updates
@danstoll Welcome! We have a new editor coming in the next release that will fix those bugs and enable file uploading without needing more addons. We also would like to move to a GitHub-based addon g… (View Post)2