Hello, I did add the the sql files to my database,
here is in my access.php
'modules' => array(
'voteforpoints' => array(
'index' => AccountLevel::NORMAL,
'vote' => AccountLevel::NORMAL,
'image' => AccountLevel::NORMAL,
'add' => AccountLevel::ADMIN,
'edit' => AccountLevel::ADMIN,
'delete' => AccountLevel::ADMIN,
'list' => AccountLevel::ADMIN,
),
),
)
?>
here is the screenshot , I cannot see the voting site I added