Update: Tim I think I found it, those moderation tools are set to be hidden in the ipb_styles.css, is there a reason for this? Here are the two CSS entries for that section: body #topic_mod { display: none; } body #topic_mod, .ipbmenu_content li.porthide { display: block; } I have commented out the display:none in the first entry, should this be okay or did you hide it intentionally? body #topic_mod { /*display: none;*/ }