That table name looks wrong (based on the table name from the Simple Online List you posted in the other topic). What version of bbPress are you using and how are you getting the avatars to show? Plugin?
monstet5_bbp01.bb_online
Looks like monstet5_bbp01 is the database name, and bb_ is the table prefix, and online is the table name created by the Simple Online List?
If that’s the case there, how do you have an options table here with no table prefix, just a database name?
Unless you used bbp01.
as your table prefix instead of bbp01_
?
I am using the latest bbpress i belive
and i have showavatar plugin enabled
it told me to put
<?php if(function_exists(‘pws_get_avatar’)) pws_get_avatar(); ?>
in post.php which i did, and the avatars started showing
but the database thing i do not get, i went to mysql admin and the database is their, and its bbph01
You have the latest stable bbPress then, 0.9.0.5? When you log in as keymaster, what version is shown at the bottom of the backend admin screens?
What is your database name and what is the table prefix from your bb_config.php?