PDA

View Full Version : disable memberlist


legacy123
04-01-2010, 05:09 PM
go to memberlist.php

find

// enabled check
if (!$vbulletin->options['enablememberlist'])


and replace with

// enabled check
if (!$vbulletin->options['disablememberlist'])