Larcen wrote: First question, what is the most up to date version, 1.0.1?
Look one post up

eviL<3 wrote:the_praetorian wrote:Is this mod compatible with phpbb v2.0.21?
Yes.
#
#-----[ OPEN ]------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------
#
while( $category_rows[] = $db->sql_fetchrow($result) );
$db->sql_freeresult($result);
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Begin Simple Subforums MOD
$subforums_list = array();
// End Simple Subforums MOD
while ($row = $db->sql_fetchrow($result))
{
$category_rows[] = $row;
}
$db->sql_freeresult($result);
cputester wrote:eviL<3 wrote:the_praetorian wrote:Is this mod compatible with phpbb v2.0.21?
Yes.
Hi! I'm a new member and I've got a problem with the phpbb v2.0.21 and this mod. Are you sure about the compatibility? At the installation it says on the file:
#
#-----[ OPEN ]------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------
#
while( $category_rows[] = $db->sql_fetchrow($result) );
$db->sql_freeresult($result);
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Begin Simple Subforums MOD
$subforums_list = array();
// End Simple Subforums MOD
but there isn't such a row to find but I figured that the right one is:
while ($row = $db->sql_fetchrow($result))
{
$category_rows[] = $row;
}
$db->sql_freeresult($result);
and I added the row after that.
Am I right? I'm asking because I've got problems tranfering a database from a phpbb2.0.19 with subforums mod working properly to phpbb2.0.21 with this mod and I am searching the problem.
Is what I did right and the problem is somewhere else or I'm wrong?
P.S.:I have seen that the same lines are exacly the same at the 2.0.20 too...
_-EviL-_ wrote: can you post the modefied files of your subforum ?
like the modefied admin_forums and etc
i am not abel to add most of the codes it say search notfound![]()
even after i find it and replace i get it all messdup
please do help
davnov wrote:Critical Error
Function Trace: open_files[5]->modio_open[3]
Could not open [./mods/simple_subforums_1.0.1/processed/includes/functions.php.txt] for writing.
MOD script line #493 ::
What is this?
D¡cky wrote:loxodrome wrote:A few issues that I cant seem to figure out, if someone can help me out that would be great...
- The admin forums will not allow me move forums UP or Down in the list.
The movement of the forums is buggy. Try clicking two or three times and they should move.
TSM2 wrote:D¡cky wrote:loxodrome wrote:A few issues that I cant seem to figure out, if someone can help me out that would be great...
- The admin forums will not allow me move forums UP or Down in the list.
The movement of the forums is buggy. Try clicking two or three times and they should move.
I am also having the problem, but even after several clicks it still does not move. Any way around this?
Cloudwalker wrote: Is it possible to make that people only can post in the subforums?
So if it like this:
_______________
Forum
--> Subforum
_______________
You only can post in the subforum and not in the forum