Support Forum
Would it be possible to have the 'online' text show up in color? I know there already is an icon that do the job but just asking.
All I know is the line that handle this is :
sp_PostIndexUserStatus('tagClass=spCenter spPostUserStatus', __sp('Online'), __sp('Offline'));
Maybe doing it this way ?
sp_PostIndexUserStatus('tagClass=spCenter spPostUserStatus', __sp('Online&color=#ff0000'), __sp('Offline'));
Ok maybe not exactly, I'm not an expert.
add a new style and color it (or other) how you want...
span.spPostUserStatusOnline
Visit Cruise Talk Central and Mr Papa's World
assuming you have your own sp theme, I would add it to that... the path you put is not valid... if you dont have your own sp theme, then yes, add it to your wp theme...
Visit Cruise Talk Central and Mr Papa's World
that is not css... did you try to add it to the overlay??? it would need to be added to the theme... like
span.spPostUserStatusOnline { color: #ff0000;}
Visit Cruise Talk Central and Mr Papa's World
Well I wanted to add it to S:P theme instead of the custom style from the WP theme, which is already having many lines I added it there to make change to how S:P look. I don't know if it's the good place or ideal place to put all those styling changes but yet that's what I did since it works. I thought it would looks cleaner to move them in the S:P theme files.
Nevermind, I'll do it that way. It's just one more line... Thanks.
it would be... but are you confusing theme css file with the overlay? I was suggesting adding it to, for example, wp-content/sp-resources/forum-themes/default/styles/default.php... not the overlay file... and of course, in your theme main style file...
if you are using a stock sp theme, then the wp theme is the place to put it... but if your own sp theme, then put it there...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)