Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Replace link on Register and Login buttons
jQuery(function($) { $('body').on('popupReveal', function() { $(this).animate({'margin-top': '100%'}); });}); I know it doesn't look perfect, but it should give you an idea how to do it. (View Post)3 -
Re: I am Closing Down My Vanilla Forum
That's sad. Being on the front page of vanillaforums.org it has always been kind of a poster child for a well-designed Vanilla forum to me. (View Post)2 -
Re: DANCA Vanilla Forum Theme Not Viewing Perfectly
No, I just described what you have to do: * Copy this: https://raw.githubusercontent.com/vanilla/vanilla/master/themes/2011Compatibility/design/custom.css * Open /themes/danca/design/custom.css and i… (View Post)3 -
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