Forum Replies Created
-
In reply to: please help: I am locked out of bbpress
For what it is worth, from my XXX_forum database in phpMyAdmin.
-I can get my username and pwd from bb_users, but when I enter it at my actual forum, it does not work.
-in bb_usermeta, i can find (or change) umeta_id, user_id, meta_key and met_value ; but I don’t see any file with format similar to what you said above, e.g:
user_bbdb_name
user_bbdb_user
user_bbdb_password
All I am looking for a way to back-out/unistall or fix it by changing the datbase mapping or any other trick you brainiacs may have up your sleeve.
Thanks
In reply to: please help: I am locked out of bbpressThanks.
When I go to phpMyAdmin, I do see bunch of tables under XXX-forum. For example, when I open bb_usermeta, it shows some entries such as umeta_id, User_id; but when I try to ‘browse’ them , I don’t see the the contents where I can see user name etc, instead I see something like:
SQL query:
SELECT COUNT( * ) AS
Rows
,user_id
FROM
bb_usermeta
GROUP BY
user_id
ORDER BY
user_id
LIMIT 0 , 30
Is there a guide as to how I can work with this. Or do you know what is the best way to delete bbpress without affecting my wordpress, I will try to re-install it.
Thx.
In reply to: please help: I am locked out of bbpresswhere can I find bb_meta. I don’t see functions.bb_meta.php in bb-includes directory.
Yhx
In reply to: please help: I am locked out of bbpressYes, the database for wordpress is XXX_wrdp1 . Could you please tell me what is the most graceful way of fixing it? I don’t want to affect my operational site on wordpress, just want to integrate BBpress with it.
Thanks in advance.