Code:
$ibforums->html .= $ibforums->adskin->add_td_row( array( "<b>New post reward</b><br>How many points will the user get for starting a new topic" ,
$ibforums->adskin->form_input("points_post", $forum['points_post'])
) );
$ibforums->html .= $ibforums->adskin->add_td_row( array( "<b>Post reply reward</b><br>How many points will the user get for replying to a topic" ,
$ibforums->adskin->form_input("points_reply", $forum['points_reply'])
) );
invision 2.0.0 PF3 trial, OI anyone know what is wrong/how to fix it?