do you have any roles set up? if so do you have any restrictions on Prospects/targets? If you do remove them and see what happens.
Can you see it when signed in as an Admin account?
Do you have any target lists set up? If not set one up.
If none of the above helps then go to
include/ListView/ListViewDisplay.php
and comment out line 345 or so
PHP Code:
if ( $this->targetList && ACLController::checkAccess('ProspectLists','edit',true) )
changes to
PHP Code:
//if ( $this->targetList && ACLController::checkAccess('ProspectLists','edit',true) )
Bookmarks