Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Deleting change log?
Runnning the DB query delete from GDN_Log where Operation = 'Spam' should clear it. (View Post)4 -
Re: Keeping quality and EXIF data in uploaded jpg files?
Beware that disabling image processing could have other side effects, like no thumbnails. My suggestion that follows also requires modifying core files, which, on balance, is generally a bad idea bec… (View Post)1 -
Re: Tracking down Missing Discussions
I'd start with a search of the database for discussions with the corresponding CategoryID. select * from GDN_Discussion where CategoryID= 1 where 1 is the CategoryID. You can get this by looking at t… (View Post)2 -
Re: How many categories can vanilla handle?
As a general rule, with our current data structure and constraints, I do not recommend a setup involving more than ~200 categories. This is above and beyond the ordering issue that @hgtonight notes. … (View Post)1 -
Re: PHPass
@divorcetheworld Because we no longer actively use the library. It is included purely for backwards compatibility with older installs. //edit: I'm speaking of our most-recent codebase; I'm less clear… (View Post)1