I hope this hasn't been answered, and unfortunately it's going to be a slightly vague question, but I have a synchronized installation of the BB with my own accounts table, one field of which is "thumbname" which is just an image name. I'd like this to show under the username in their posting (the avatar plugin is more than I need as all image management is through my own code) but I can't get it, or any other non-BB field in my accounts database to show up. In setup_options.php I have:
$dbUserSheme=array('thumbname'=>array(44,'thumbname','')); (among others) $userInfoInPosts=array('thumbname');
And in main_posts_cell.html:
{$userInfo_thumbname[$poster_id]}
.. but this outputs nothing, and I can't figure out why. Have I missed/misconfigured something? Any suggestions would be greatly appreciated.. this is my first time working with MiniBB.
Thanks, H |