Author: CaNNon » Sat Oct 13, 2007 11:25 am
Use this fix only if you have updated to ver. 5.0.4
Moving forums around after using the forum restore feature]------------------------------------------
#
/phpBB2/admin/admin_forums_extend.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
Note] line seems be moved, I found it easer to be compatible with our ver 5.0.3 work for integra. I have patched using this format and it is working.
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('desc');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Old Line: including version 5.0.3 patches
$ct_ignorepvar = array('create','delete','name','icon');
New Line:
$ct_ignorepvar = array('create','delete','name','icon','desc');
Last edited by
CaNNon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.