Installing Mods.. - NBS






 

 

Installing Mods.. - NBS

View Full Version : Installing Mods..


Chuckun
09-Jul-2006, 10:16 PM
forgive my stupidity, but I'm new to the script, and I have it on a private, hidden server, just getting to know the Multi-Forums phpBB script.

I was wondering.. To install mods, do I install them just as I would in a normal phpBB? or do the mods have to be edited like they do for portal systems etc.. ?

Thanks :)
Chuckun

Collin1000
09-Jul-2006, 11:00 PM
Yes, do them just as normal. At least, thats how I do it. :D

Derek
10-Jul-2006, 12:22 AM
You should be able to install them like normal but you will have to place any sql queries that you would normally execute when you install in the new_forum_sql.php so the new forums have the new tables/inserts. Also if new tables were added, you will have to add the uninstall code (DROP TABLE ...) into the delete_forum_sql.php file. You will have to execute the install queries for the forums that already exist, you can do this in phpmyadmin, I will also have a script soon that will execute the queries for every forum so you don't have to manually do each forum.

Thanks,
Derek

Collin1000
10-Jul-2006, 03:37 AM
You should be able to install them like normal but you will have to place any sql queries that you would normally execute when you install in the new_forum_sql.php so the new forums have the new tables/inserts. Also if new tables were added, you will have to add the uninstall code (DROP TABLE ...) into the delete_forum_sql.php file. You will have to execute the install queries for the forums that already exist, you can do this in phpmyadmin, I will also have a script soon that will execute the queries for every forum so you don't have to manually do each forum.

Thanks,
Derek


Well that solves my cash mod error, thanks a bunch! :cheeky:

Chuckun
10-Jul-2006, 10:08 PM
cheers a bunch Derek :D THANKS!!

luky
20-Sep-2006, 11:09 AM
Maby we can get people to make installing scripts that you run and they edit the files, just like easy mod but it also does the sql into the sql_install php file and runs the install on exsisting forums. That'd be awesome!