Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: Help Make Vanilla Right-to-Left (rtl) Compatible
I added the right-to-left plugin. This adds a css stub to the page to patch rtl issues. Please help improve it. (View Post)1 -
Re: Canonical Links
We already put a canonical url in the head. The idea is not to just echo back the current url, but to have code that generates the one true (i.e. canonical) url for any given url. Have a look at the … (View Post)1 -
Re: Suggestion: Ghosting Discussions
Just add the following css to your theme: .Item { opacity: .5; left: 50px; top: -50px; box-shadow: 0 10px 50px rgba(0,0,0,.5); z-index: 1000;} (View Post)1 -
Re: How can I change a module without editing the core?
This isn't an easy thing to do right now unfortunately. Two methods I can think of. * Switch the asset target in an event handler. public function Base_Render_Before($Sender, $Args) { if (isset(… (View Post)1 -
Re: Slavic conjugation
I don't think this has been solved, but I want to make sure it is solved before we release version 2.1. Here is what needs to be done though: * I need to come up with some proposed solutions. * … (View Post)1
