Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Meta keywords?
How about adding them directly to your theme's master view? (View Post)1 -
Re: Notifications timeout ( set ) ?
How about overriding the setAutoDismiss() function: gdn.setAutoDismiss = function() { var timerId = $('div.InformMessages').attr('autodismisstimerid'); if (!timerId) { timerId = setTimeout(function()… (View Post)2 -
Re: The search field does not return any results
Prepend your search terms with a "+" (eg. "+ carrot") until you have more posts and you'll get results. (View Post)1 -
Re: Category icons instead of user user avatars
You can checkout the beta branch here: https://github.com/vanillaforums/Garden/tree/release/2.1b1 (View Post)1 -
Re: File type icons for attachments
Why not use File Upload Detect? http://vanillaforums.org/addon/fileuploaddetect-plugin In case that doesn't ring your bell, you can use CSS or jQuery and the $ selector to target specific filenames: … (View Post)1