Quote:
Originally Posted by bongwater
is it possible to change the background color and font color of the image bar? We have a dark forum and would like to modify the color of this, if it is possible.
|
That is possible
In template "ncode_imageresizer_headinclude"
change:
Code:
table.ncode_imageresizer_warning {
background: #869BBF url($vboptions[bburl]/images/gradients/gradient_tcat.gif) repeat-x top left;
color: #FFFFFF;
border: 1px solid #CCC;
cursor: pointer;
}
To whatever fits your style
It might look different for you, since i have modified it for my style (default).
*edit*
Quote:
Originally Posted by hawkeye1
Little confused. Does this resize an image that a user has posted in a thread using [img] tags getting the image from another server. If so its what I need.  thanks
|
That is correct, this would be just what you need!