Quote:
Originally Posted by korny
Bumping this thread. Anyone figure out what to change so the showthread width won't shrink like about attachment. My forum is doing the same thing and can't figure out how to correct it and make it normal width. I'm running 3.8.8 and everything else seems to be running fine, just that width issue in showthread.
|
Hello try this.
Create a new plugin
Product: vBulletin
Hook Location: parse_templates
Title: Fix Alignment
Plugin PHP Code:
Code:
$vbulletin->templatecache['header'] .= '";$spacer_open="';
$vbulletin->templatecache['footer'] .= '";$spacer_close="';
This should fix it.
Hope this helps.
Val.