Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Vanilla 2.1.9 released
@chanh If you really need a second super admin, you can set the field to 2 which will persist after a structure update. (View Post)1 -
Re: Java Enterprise Dev Making Jump to PHP
Some things come to my mind when picturing how vanilla would look in the java world: You probably already know it, but PHPs "array" is pretty much everything you would use a collection for … (View Post)1 -
Re: Embeding issue
It should jump to the latest unread post, actually. You can disable this behaviour by adding this to your config.php $Configuration['Vanilla']['Comments']['AutoOffset'] = false; (View Post)4 -
Re: DANCA Vanilla Forum Theme Not Viewing Perfectly
Modifying 2.0 themes for 2.1 is actually pretty easy, as long as they use a custom.css and don't override views. Just add the compatibility layer to the top of the custom.css file and most of the lay… (View Post)3 -
Re: javascript error
General rule of thumb: Never echo out anything unless it's in a view or a hook called from a view. (And don't edit core files.) (View Post)2