peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Unpleasant effect in Internet Explorer
@vrijvlinder and I quote the "activity badge fortune cookies" Getting this far requires gumption, something you have in spades. You''ll be an MVP in no time :). Also - you deserve… (View Post)2 -
Re: WordCount Addon beautifully Works with Button Bar and Vanilla 2.0.18.4
And what do you see in jquery.wordcount.js var forms = $(".DiscussionForm, .CommentForm, .EditCommentForm");it is looking for** class** not idso try changing it to this add the idvar forms … (View Post)2 -
Re: What makes it incompatible with Vanilla 2.0?
I'm sure Kasper could do it better. This works for me to make it work in vanilla 2.0.18.4 final changes - add to bottom of plugins/Wysihtml5/design/wysihtml5.css .Tabs a.PreviewButton { display:… (View Post)2 -
Re: Unpleasant effect in Internet Explorer
mejor in en el css del foro (View Post)1 -
Re: Remove "All Discussions" from sidebar?
One of a number of ways to do it is to add a js. jQuery(document).ready(function($) {$('.PanelCategories li:first').hide();}); you can add the js any number of ways - plugin, themehooks, de… (View Post)1
