REQ: this plz

Installation instructions:
Admin Control Panel > Plugin System > Manage Products > Import > browse to the file and select the xml from your hard drive, click import and you're done. Default values are 0 for most options, you can change these at any time.

Admin Control Panel > Styles & Templates > Style Manager > dropdown: Edit Templates > Expand: Members List Templates > Customize: memberlist >
FIND:
Code:
Code:
$vboptions[bbtitle]: $vbphrase[members_list]

Replace With:
Code:
Code:
$vboptions[bbtitle]: $vbphrase[members_list]<br /><phrase 1="$fake_members">$vbphrase[x_choose_not_to_be_listed]</phrase>


Admin Control Panel > Styles & Templates > Style Manager > dropdown: Edit Templates > Expand: Forum Home Templates group, select the FORUMHOME template and click on customize to modify it.
FIND:
Code:
Code:
$activeusers

Replace With:
Code:
Code:
$fakenames $activeusers
 
Back
Top