Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Cloning a Forum
DaniM53
New
HI, is there any documentation I can check out in regards to cloning a forum? I need to basically copy an exisiting one and upload it into a new one as we change them with our program starts. Thank you!
0
Comments
what aspect are you cloning? the site template? or the data?
I'll assume site template...
just copy and paste the whole directory structure. then you'll need a sql script to create a clean database with the proper table names (just do a structure dump on your existing db)
then in the copied directory structure, modify the config.php file to point to the new/clean database.
there are lots of variations on this theme that you can play with. but what i described works.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
HI yes, just the site template. Thank you!
NP
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained