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: Modifications for adding pictures to your WhosOnline
@Yuwantha try http://vanillaforums.org/addon/onlinenow-plugin I didn't write either plugin, nor am I supporting them, just provided some changes a while back when i was experimenting with things. (View Post)2 -
Re: How to change username color.
.Role_StaffManager .Author a { color:blue; } you could also change things on the profile page via css the .Role_Administrator class , etc appears there. the discussions page would require plugin modi… (View Post)1 -
Re: How to change username color.
with roletitle plugin - just add your css e.g. this will change admin name to green within the discussion thread. .Role_Administrator .Author a { color:green;} Use your web inspector or css tools. (View Post)1 -
Re: How to change username color.
do you want you change all username colors to a different color, or do you want to change username color based on role. (View Post)1 -
Re: "New Discussion" tag on entirely unread discussions
not sure what you mean. unless you want something like this HasNew, .JustNew { display: inline; margin-right: 5px;} (View Post)1
