hey right ive just installed Unreal Portal v1.5.2 for ipb 1.3 and im using ipb 1.2
i keep getting this message when i go on admin.php:
evrything else has worked i get no other error messages on any other pages here are the things i had to add to pagesCode:Parse error: parse error, unexpected T_DOUBLE_ARROW in my/path to/my forum/sources/Admin/admin_pages.php on line 134
Code:************************************************** Open admin.php Find: "idx" => "doframes", Add After: "portal" => "portal", Save and upload admin.php **************************************************
Could anybody possibly tell me whats wrong? And how i can fix it.Code:************************************************** Open /sources/Admin/admin_pages.php Find: 11 => array( 1 => array( 'View Moderator Logs', 'act=modlog' ), 2 => array( 'View Admin Logs' , 'act=adminlog' ), 3 => array( 'View Email Logs' , 'act=emaillog' ), 4 => array( 'View Bot Logs' , 'act=spiderlog' ), 5 => array( 'View Warn Logs' , 'act=warnlog' ), ), Add After: 12 => array( 1 =>array( 'Portal Main' , 'act=portal' ), 2 =>array( 'Align Blocks', 'act=portal&code=align' ), 3 =>array( 'Reorder Blocks', 'act=portal&code=reorder' ), 4 =>array( 'Add Cutom Blocks', 'act=portal&code=add_block' ), 5 =>array( 'Edit Cutom Blocks', 'act=portal&code=view_edit' ), 6 =>array( 'Delete Custom Blocks', 'act=portal&code=delete_custom' ), 7 =>array( 'Add Custom Content', 'act=portal&code=add_content' ), 8 =>array( 'Edit Custom Content', 'act=portal&code=view_edit_content' ), 9 =>array( 'Delete Custom Content', 'act=portal&code=delete_content' ), ), Find: 11 => 'Board Logs', Add After: 12 => 'Unreal Portal', Find: 11 => "View admin, moderator and email logs (Root admin only)", Add After: 12 => "Change portal settings, reorder blocks, and/or add a block ", Save and upload /sources/Admin/admin_pages.php **************************************************
Thanks -
xEnigmA :p





Reply With Quote




