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.
WordPress Integration: Question on Documentation
Hi all,
I've read the wonderful documentation (http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress) for integrating WordPress with Vanilla several times now, but I'm stuck on setting up User Management. Before I go any further, let me say "thanks!" From what I've seen, the documentation and Vanilla software are really great!
Okay, here's the step I'm stuck on:
"So, I need to update my admin account with Vanilla’s admin RoleID. I also know that my wordpress admin user is ID 1 in the wp_users table, so I can update my role with the following query:
UPDATE wp_users SET RoleID = 4 WHERE id = 1"
I was able to confirm my RoleID for Vanilla was 4 by checking LUM_Role in PhpMyAdmin, but in general, my familiarity with MySQL is limited. I performed the previous steps within the documentation manually, though I don't know how to run an automated query on my WordPress database. Can someone please explain the steps needed to run this query or even how to make the update in PhpMyAdmin manually? I know it's a rudementary question for this discussion board, but I guess we all have to start somewhere.
Thanks in advance for the help,
Enigmatix
0
This discussion has been closed.
Comments