Adding phpBB mods - NBS






 

 

Adding phpBB mods - NBS

View Full Version : Adding phpBB mods


Circle
06-Aug-2006, 04:26 PM
Just a question but what will happen if I add any phpBB modifications to the files that originally come from phpBB will they work?

Derek
06-Aug-2006, 07:37 PM
You might have the modify the mod's code to add the table prefixes if they don't already use one the variable in each site's config file. Also you will have to add the install queries to the nbs/new_forum_sql.php file, and if it added any new tables to the database, you will have to add queries to drop those tables into the nbs/delete_forum_sql.php file.