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: Different colored headers with CSS?
either change the plugin and css class adding rank to DiscussionHeader. or you can create a plugin jQuery(document).ready(function($) {$('.MItem.Rank.Rank-admin').parent().parent().parent().css("… (View Post)1 -
Re: Home Page Like Twitter
you don't need custom page or need to clone the signin page.. just change template and css in your theme and mobile theme. e.g. in default master tpl use if statements to control what you want displa… (View Post)3 -
Re: Plugin to highlight admin responses
you can use roletitle plugin. http://vanillaforums.org/addon/roletitle-plugin and with some css mods. e.g. this may work for you. http://vanillaforums.org/discussion/28278/post-background or you can … (View Post)1 -
Re: How to disable certain roles from posting images and changing avis?
image attachments would be via removing fileupload permissions in the role. editing or changing avatars ( user photos ) would be prevented by removing profile edit privs from the role via dashboard, … (View Post)1 -
Re: Custom CSS different from development tools?
don't change the subtheme .css in general - css and js can be minified. also css can be created from the less file that is not user-friendly. just add info to custom.css you will be alot happier. and… (View Post)1