Deb, I don't have that plugin. I used my own edit as the sb_plus plugin had a load of stuff I don't need. I don't even use it on leefish.
WHERE are you getting this flp thing from?
You need to see how things link together.
Look at it like this:
In the php file you make a query. That query has a name. Then the contents of the query are assigned variables with the query names as part of the variable. Then you refer to those variables in the template.
You are trying to get the avatar.
What is the name of the query in your php file?
What is the name of the field you are getting from the database tables?
Is that field identified as a variable in your php file?
Format is so {$nameofquery['nameoffield']}==what you want it to be;
If you have the variable true then you can add to the template. Check out ZingaBurga's excellent plugin tutorial on MYBB hacks:
http://mybbhacks.zingaburga.com/showthread.php?tid=74