Copied from another site
IF you get weird tab names like "_UE_FB_TABTITLE" under "My profile", then you need to edit the CB language file:
If you want it in simple default english simply cut and paste this into your CB language file. Normally:
"components/com_comprofiler/plugin/language/default_language/default_language.php"
//Fireboard Forum Tab Language Settings
DEFINE('_UE_FB_TABTITLE','Forum Settings'

;
DEFINE('_UE_FB_TABDESC','Change your forum settings'

;
DEFINE('_UE_FB_VIEWTYPE_TITLE','Select Viewtype:'

;
DEFINE('_UE_FB_VIEWTYPE_FLAT','Flat'

;
DEFINE('_UE_FB_VIEWTYPE_THREADED','Threaded'

;
DEFINE('_UE_FB_ORDERING_TITLE','Post Order:'

;
DEFINE('_UE_FB_ORDERING_OLDEST','Oldest First'

;
DEFINE('_UE_FB_ORDERING_LATEST','Newest First'

;
DEFINE('_UE_FB_SIGNATURE','Signature:'

;