I will pay anyone that can create me a plugin for this.
Hello,
I have the same issue.
Basically I have in my site a table “users” with with 4 fields (id, login, password, connexion)
Whenever a user logs in, I generate a random string and put it in the user’s connexion field and create a ‘login’ cookie.
What I want is that if a ‘login’ cookie is detected, bbpress reads the cookie’s value and matches it against the users table and then creates the user instance.
Also in the topic list I want bbpress to display users from my users table.
Can anyone guide me how to achieve this? Is it even possible?