Changes between Version 2 and Version 3 of Ticket #2512
- Timestamp:
- 02/27/2006 09:35:11 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2512 – Description
v2 v3 1 1 I've had several clients ask me to set up a test install of their blog so that they can try out theme changes and plugins without compromising their main blog. If we let a constant determine the options table, they could use the same table_prefix as their main blog, but just specify a different options table so plugins, home/siteurl, themes could be different, but all the other blog data (posts, comments, links, categories) would be the same. 2 3 I'm uploading a patch that should do this. It does it dynamically, from the database, but this is really only going to be used for development purposes, so I think that's acceptable. We can't save the option in the local options table because changes in the main blog won't be reflected. I'm open to suggestions here as to an alternate strategy.