Page 1 of 1

Mod installation

Posted: Sat May 24, 2014 6:30 am
by Leroy
Hi,

does any one knows how to install MODs on main phpBB3 files so new forums would be pre-loaded with them? Support for this product is non-existant.

Re: Mod installation

Posted: Mon May 26, 2014 3:42 pm
by echophp
Back from vacation.
You would modify the phpBB files normally like you do with phpBB.

Then if the mod has sql queries you would need to run those queries on all hosted forums. I believe in the admin area of echophp then under databases click on "Update Forums (mySQL)"


Then also edit mf_database_phpbb3.sql found in the folder mf_functions
To include any of sql queries from the mod as well.