Quote:
Originally Posted by SirAdrian
Alter the 'Separate Sticky and Normal Threads' plugin (forumdisplay_complete), change the initial if block from this:
PHP Code:
if ($vbulletin->options['gosterx1']
to
PHP Code:
if ($vbulletin->options['gosterx1'] and !$vbulletin->options['openAtTop'])
|
I've only just got around to trying the suggestion above, and unfortunatley it doesn't work.
The "Normal and "Sticky" seperators are gone, but the "Open and Closed" ones don't appear. When I close a thread it dissappears..
Sly