Tiny CMPS issue. You need to add some code to make the dropdown gifs display correctly on the CMPS pages.
CMPS users, you need to modify the
Plugin Manager > [Mood Manager] - Make Drop Down Menu:
Quote:
$vbmoods['mood'] .= '<optgroup style="background-image: url(http://www.yourforumname/forum/images/mood/' .$mood. '.gif); height: 15px; width: 72px;"><option value="' .$mood. '"' .$selectedmood. '></option></optgroup>';
|
That should do it.. Works fine on my forum CMPS now.