DOWNLOAD HERE UNTIL phpBB.com MODDB IS BACK UP:
http://pentapenguin.sourceforge.net/
IMPORTANT NOTE

Please upgrade to 1.0.1 ASAP! This update fixes a security hole. This is a very simple fix that takes just 1 minute. To make a long story short, somehow or another a bad error managed to get into the MOD install guide. I sincerely apologize for this and I will try extra harder to make sure it doesn't happen again.
---------------------------------------------------------------------
Thanks a lot ycl6 and the MOD Team for validating this!
Beta version link for historical purposes only:
[MODDB] Simple Subforums MOD
Many, many thanks go out to CyberAlien for developing the major part of this MOD!
Code: Select all
##############################################################
## MOD Title: Simple Subforums MOD
## MOD Author: pentapenguin < pentapenguin@bluebottle.com > (Jeremy Conley) http://www.pentapenguin.com
## MOD Author: CyberAlien <n/a> (Vjacheslav Trushkin) http://www.phpbbstyles.com
## MOD Description: This MOD is a simple subforums MOD that doesn't include any extras and makes only
## one small database change. It supports only one level deep subforums that should be enough for most forums.
## MOD Version: 1.0.0
## Installation Level: Intermediate
## Installation Time: 30 Minutes
## Files To Edit: 20
## admin/admin_forumauth.php
## admin/admin_forums.php
## includes/functions.php
## includes/functions_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/admin/forum_admin_body.tpl
## templates/subSilver/index_body.tpl
## templates/subSilver/modcp_body.tpl
## templates/subSilver/modcp_split.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/posting_body.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/viewforum_body.tpl
## templates/subSilver/viewtopic_body.tpl
## index.php
## modcp.php
## posting.php
## search.php
## viewforum.php
## viewtopic.php
##
## Included Files: 3
## contrib/admin/xs_simple_subforums.cfg
## templates/subSilver/images/folders_big.gif
## templates/subSilver/images/folders_new_big.gif
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## Please remember that this MOD requires the eXtreme Styles MOD.
## See the DIY INSTRUCTIONS below for download links.
##
## Instructions for use: to create a subforum, simply go to your admin panel->Forum Admin->Management.
## From there, click on the "Edit" link next to a forum, and select the parent (main) forum from the
## "Category / Forum" dropdown box.
##
## This MOD includes a built-in update checker.
## To access the update checker, go to your admin panel->eXtreme Styles->Styles Management->Check for Updates
##
## To run the required SQL updates please see this article in the phpBB.com knowledge base:
## http://www.phpbb.com/kb/article.php?article_id=264
## Or use the SQL Generator Tool available here: http://www.phpbbstyles.com/sql.php
##
## This MOD is EasyMOD friendly! (http://area51.phpbb.com/phpBB/viewforum.php?sid=&f=17)
##
## For additional language and style downloads, please visit http://www.pentapenguin.com/forum/viewtopic.php?t=1416
##
## Thanks go out to CyberAlien for originally developing this MOD! :-)
##############################################################
## MOD History:
## 2005-10-30 - Version 1.0.0
## - Initial Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Please ask if you have any questions!
Enjoy!
FAQs
Q: EasyMOD can't find the Simple Subforums install file.
A: The Simple Subforums install file for EasyMOD is in the contrib directory. Move simple_subforums_1.0.2.txt from the contrib folder to the simple_subforums_1.0.2 folder. So move simple_subforums_1.0.2/contrib/simple_subforums_1.0.2.txt to simple_subforums_1.0.2/simple_subforums_1.0.2.txt.
Q. Okay, I got this installed, how do I make a subforum? There's no option!
A. Yes there is.

You just need to go to your admin admin panel->Forum Admin->Management. From there, click on the "Edit" link next to a forum, and select the parent (main) forum from the "Category / Forum" dropdown box. That's all!
Q. I need help installing this on other styles!
A. Sorry, but I am unable to provide help for installing on every style out there -- it's impossible. Just try installing it yourself. The key to installing on non-subSilver files is to look for template variables. i.e. {
SOMETHING} -- in other words, capital letters in braces. Some of the HTML code (the stuff in the <blah> tags is different but the template variables are the same). Once you find a template variable you can try FINDing or ADD, AFTERing.
Q. Is this MOD EasyMOD compatible?
A. Yes, it should be. I tried my best to make it work with any phpBB installation but you could run into problems. If EasyMOD says that it couldn't FIND something, just cut the problematic FIND statement out (and it's related other action like AFTER, ADD) and do it manually.