caporal blutch wrote: easiest things released as mods...?
caporal blutch wrote: btw there's an errormissin a </table>...
</tr>
<!-- END forumrow -->
</table>
<br />
<!-- END catrow -->
I'd like to see one too.TimeVirus wrote: Is there a demo board or pic for this mod?
Code: Select all
##############################################################
## MOD Title: Split Categories On Index
## MOD Author: DanielT < scoi.mods@danielt.com > (Daniel Taylor) http://www.danielt.com
## MOD Description: Splits up the category areas on your index page
## MOD Version: 1.0.3
##
## Installation Level: easy
## Installation Time: ~1 Minutes
## Files To Edit: index_body.tpl
## Included Files: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: n/a
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
</tr>
<!-- END forumrow -->
<!-- END catrow -->
</table>
#
#-----[ REPLACE WITH ]------------------------------------
#
</tr>
<!-- END forumrow -->
</table>
<br />
<!-- END catrow -->
#
#-----[ SAVE/CLOSE ALL FILES ]---------------------------
# EoM