Add Sub-Forums to PHPBB Forums In RN 2.50.00 the core file edits will be included in the distribution. If you would like to install sub-forums on a RN 2.40.x site see the following forum thread for a link to download the files. Theme edits for themes that are included in the distribution have been included in the download. The templates edits listed below are only for third party themes. This can probably be installed on a RN 2.3X site. It has not been tested on a RN 2.3X site, and no support will be offically given. # #-----[ OPEN ]------------------------------------------------ # /templates/subSilver/index_body.tpl You must also add this to themes/YOURTHEME/forums/index_body.tpl # #-----[ FIND ]------------------------------------------------ # {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS} # #-----[ REPLACE WITH ]------------------------------------------------ # {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}
{catrow.forumrow.switch_attached_forums.L_ATTACHED_FORUMS}: {catrow.forumrow.switch_attached_forums.attached_forums.L_FORUM_IMAGE}{catrow.forumrow.switch_attached_forums.attached_forums.FORUM_NAME} # #-----[ OPEN ]------------------------------------------------ # /templates/subSilver/viewforum_body.tpl You must also add this to themes/YOURTHEME/forums/viewforum_body.tpl # #-----[ FIND ]------------------------------------------------ # {L_INDEX} -> {FORUM_NAME} # #-----[ REPLACE WITH ]------------------------------------------------ # {L_INDEX} -> {PARENT_NAME} -> {FORUM_NAME} # #-----[ FIND ]------------------------------------------------ # # #-----[ BEFORE, ADD ]----------------------------------------- #
{switch_attached_list.L_ATTACHED_FORUM} {switch_attached_list.L_ATTACHED_TOPICS} {switch_attached_list.L_ATTACHED_POSTS} {switch_attached_list.L_LAST_POST}
{switch_attached_list.switch_attached_present.L_FORUM_FOLDER_ALT} {switch_attached_list.switch_attached_present.FORUM_NAME}
{switch_attached_list.switch_attached_present.FORUM_DESC}
{switch_attached_list.switch_attached_present.TOPICS} {switch_attached_list.switch_attached_present.POSTS} {switch_attached_list.switch_attached_present.LAST_POST_ID}

NOTE: You may have to adjust the icon size "height="38" width="50" to suite your theme. Several lines below the above added code there should bea line with the proper dimensions # #-----[ FIND ]------------------------------------------------ # {L_INDEX} -> {FORUM_NAME} # #-----[ REPLACE WITH ]------------------------------------------------ # {L_INDEX} -> {PARENT_NAME} -> {FORUM_NAME} # #-----[ OPEN ]------------------------------------------------ # /templates/subSilver/viewtopic_body.tpl You must also add this to themes/YOURTHEME/forums/viewtopic_body.tpl ############### #-----[ FIND ]------------------------------------------------ # {L_INDEX} -> {FORUM_NAME} # #-----[ REPLACE WITH ]------------------------------------------------ # {L_INDEX} -> {PARENT_NAME} -> {FORUM_NAME} # #-----[ FIND ]------------------------------------------------ # {L_INDEX} -> {FORUM_NAME} # #-----[ REPLACE WITH ]------------------------------------------------ # {L_INDEX} -> {PARENT_NAME} -> {FORUM_NAME} # #-----[ OPEN ]------------------------------------------------ # /templates/subSilver/posting_body.tpl You must also add this to themes/YOURTHEME/forums/posting_body.tpl # #-----[ FIND ]------------------------------------------------ # {L_INDEX} # #-----[ AFTER, ADD ]------------------------------------------------ # -> {PARENT_NAME}