Quote:
Originally Posted by Lustikus
good idea and installed!
But it does not show any header between 0:00 am and 7:00 am?
|
Plugin Manager > Product : IWT - Rotating Header Images. Click edit "Setup the rotating header images".
Find:
Code:
//between 12am and 7am
$stylevar['titleimage'] = $vbulletin->options['iwt_rotheaderimg_imgthree'];
replace with:
Code:
//between 12am and 7am
$stylevar['titleimage_rot'] = $vbulletin->options['iwt_rotheaderimg_imgthree'];
Click Save
DONE
Now it has been fixed !