PDA

View Full Version : print_cp_message


sheppardzwc
01-23-2010, 02:54 PM
I'm making another modification for someone and I'm having issues with print_cp_message() in the AdminCP. It doesn't print out the phrases like "vBulletin Message" and "Continue" or "Go Back." Any idea what's causing this? Demo code is as follows:

print_cp_header();
print_cp_message("Are you sure you want to delete blablawhatever", "userip.php?do=prune&type=registration&uid=" . $vbulletin->userinfo['userid'], 10, "userip.php?do=prune&type=post&uid=" . $vbulletin->userinfo['userid'], true);
print_cp_footer();