I'd like to suggest that the '$config['Misc']['cookieprefix'] ' setting be documented for setup instructions.

I had a custom one setup in mine several years back, and fortunately realized quickly that Drupal VB uses are hardcoded one. 'bb'.

Should note that the hardcoded 'bb' must be used!! Save someone else some troubles

Comments

sun’s picture

Status: Active » Closed (cannot reproduce)

Sorry, but the claim that the cookieprefix would be hardcoded is not true:

  $cookie_prefix = (isset($vb_config['Misc']['cookieprefix']) ? $vb_config['Misc']['cookieprefix'] : 'bb');

It is read out from the config.php file like it should.