R_J
AdminR_J Admin
-
Re: Suggestions for good Accessibility Plugins
I would love to be helpful in that case. I've done some quick research and found that: If all needed information can be inserted via JS, it could be done with a plugin - even for the parts that are i… (View Post)1 -
Re: Need to move tag/indicator from meta to title
It definitely needs some reindeers ;) (View Post)1 -
Re: Need to move tag/indicator from meta to title
CSS is the most easiest way. You can also overwrite the function WriteTags. That's the original code: function WriteTags($Discussion) { Gdn::Controller()->FireEvent('BeforeDiscussionMeta'); echo T… (View Post)7 -
Re: Need to move tag/indicator from meta to title
Look at this plugin in order to see how you can put something before a discussion title: http://vanillaforums.org/addon/prefixdiscussion-plugin You basically just have to check if a discussion is an … (View Post)6 -
Re: Fancybox Plugin for Vanilla - Feedback
Tried adding it at the bottom of the css file in the style folder? (View Post)1
