Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Yaga 1.1 Released
Congratulations on the release and thanks for being so open towards suggestions and changes! I love the flexibility and stability gained through this release. It really allowed me to build a tailor-m… (View Post)1 -
Re: Getting JS Error
Sorry for the late reply. Did you modify the bootstrap theme? Does it work with the default theme? It'd help if you could PM me a link to your site. (View Post)1 -
Re: Unable to enable CSSEdit "The plugin folder was not properly defined."
Thank you for trying out my plugin! The plugin is most likely not compatible with vanilla 2.1 anymore, but this older version (1.1) should work: https://github.com/bleistivt/CSSedit/archive/7111f714d… (View Post)1 -
Re: Display proper filename instead of generated filename?
I recently submitted a patch to the advanced editor that does what you want: https://github.com/vanilla/vanilla/commit/475d0ad33827170a45246667d173954c68acfcef (View Post)2 -
Re: GooglePrettify - Select All Code
This is a great addition. It can be simplified to this: jQuery(function ($) { function selectText() { var range = document.createRange(), selection = window.getSelection(); range.selectNode(this); se… (View Post)2