You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2020-04-26 08:53:15
- timconsidine
- Member
- Registered: 2020-04-25
- Posts: 6
SubForum Mod
Hi.
Very helpful mod
1) is current release version compatible with FluxBB 1.5.11 ?
2) Because I get an error when running it :
[Fri Apr 24 18:51:43.229877 2020] [php7:emerg] [pid 32003] [client 77.44.93.61:60481] PHP Parse error: syntax error, unexpected 'fid' (T_STRING) in /var/www/html/forum.xxxx.uk/public_html/fluxbb/include/cache.php on line 117, referer: http://1.2.3.4/fluxbb/viewtopic.php?id=2
3) In the install instructions, it says :
#
#---------[ 67. FIND (line: 196) ]---------------------------------------------
#
$output .= "\t\t\t\t\t\t\t".'<option value="'.$cur_forum['fid'].'"<?php echo ($forum_id == '.$cur_forum['fid'].') ? \' selected="selected"\' : \'\' ?>>'.pun_htmlspecialchars($cur_forum['forum_name']).$redirect_tag.'</option>'."\n";
#
#---------[ 68. REPLACE WITH ]---------------------------------------------
#
$output .= "\t\t\t\t\t\t\t".'<option value="'.$cur_forum['fid'].'"<?php echo ($forum_id == '.$cur_forum['fid'].') ? \' selected="selected"\' : \'\' ?>>'.($cur_forum['parent_forum_id'] == 0 ? '' : ' ').pun_htmlspecialchars($cur_forum['forum_name']).$redirect_tag.'</option>'."\n";
But I don't find this line in step 67
Any advice very welcome
Offline
Pages: 1