Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

integration issue, no sessions...

I'm working on integrating vanilla with arcadem pro and I've followed drupal's integration instructions just to have an idea on what to do...
but the script I'm using doesn't have a session table so I'm stuck on this bit:

// Integrating sessions:
$DatabaseTables['Sessions'] = 'sessions';
$DatabaseColumns['Sessions']['UserID'] = 'uid';
$DatabaseColumns['Sessions']['SessionID'] = 'sid';
any hint?

thanks!

Comments

  • Options
    edited October 2008
    right,
    I'm not following drupal's integration any more but wordpress as this one doesn't use sessions either so it's more like what I'm looking for :)
    however I'm stuck on one bit now:

    $s = "select option_name, option_value from wp_options where option_name = 'siteurl' or option_name = 'home'";
    I don't know what to replace it for :(

    sorry!!
    any help?
  • Options
    I give up :(

    how much would anyone charge to do this integration for me?

    thanks!
This discussion has been closed.