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 have the 'Separate Sticky and Normal Threads' plugin installed, so I made the edit on line 36 of the 'Separate Sticky and Normal Threads' plugin and it works great. thanks much