• Resolved sigma6

    (@sigma6)


    Hi,
    I’m new here, I hope I post at the right place!

    I’m starting to build a website for a festival using wordpress and thought about archiving the past editions… I thought I could show the program in standard pages but it seems a bit tricky to archive it after the festival is finished…

    Anybody has a solution for this kind of thing?

    The structure should be a bit like this one
    HERE

    a brief complete program, a daily detailed list of events and a detailed page for every project.

    The idea is also to change the design every year so if I can find a solution where I can archive the whole wordpress to start over with a new one without having to install everything every year?!?

    I don’t know if I’m understandable, but if anyone here had to deal with the same dilemma as me I’d be very happy to get his point of view.

    Thanks very much!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The idea is also to change the design every year so if I can find a solution where I can archive the whole wordpress to start over with a new one without having to install everything every year?!?

    A simple solution would be at the start of each year, just open your wp-config.php file and change the table prefix. This would prompt you to install the blog again resulting in you having a clean site, but you old site would still be in the old (previous) tables in the same database. When you change the table prefix, WP just creates a new set of tables in the same db…it’s like installing a new blog. This of course, assumes you don’t need people to have access to the archive, but you just want them for backup purposes.

    Thread Starter sigma6

    (@sigma6)

    Ouah, thanks for the reactivity!

    That’s already a great idea, but it’s quite important to have access to old infos… Can we imagine a dynamic change of the database prefix? Or is it a completely crazy idea?

    Lots of ways to do this, but if it’s important to have access to the old info, then you may consider doing what I already suggested, but in addition:

    1. Make a copy of your wp source code and rename it something else. For example, assuming your blog is in a subdirectory called blog, then copy it and rename it blog1 or anything you want to name it.

    2. Leave the config file in the copy the same as the original…change the table prefix back to the original if you have already changed it for the new site.

    3. Dump the original tables in the db into an sql file, open it with a text editor, do a search/replace on the url to change the directory name from the old (http://yoursite/blog) to (http://yoursite/blog1) and then drop those tables in the db and import the sql file.

    To see how to dump the db, make the changes, and import it back, watch the video below and just see the part about dumping/editing/importing the db…remember, you are only dumping the original tables…not the new ones of you have already set-up a new blog.

    http://educhalk.org/blog/?p=82

    Or, you could go about this the other way if you don’t mind your main url changing and you wouldn’t need to make any changes to the db. For example,

    1. Make a copy of your wp source code. For example, if you current site is in a directory called blog, then copy that entire directory and call it something different…blog1 for example.

    2. Open the wp-config.php file (in your new blog — blog1) and change the table prefix to something different…say from wp_ to wp1_

    3. Visit the new site and you will be prompted to install the new blog.

    4. Post a link on the original site to the new site.

    Again, lots of ways to do this…just something to think about.

    Thread Starter sigma6

    (@sigma6)

    Ok, this seems the easiest way! I thought I could find a ready made system, plugin like but it’s less complicated than I thought to proceed your way!

    Thanks very much for the time you spent explaining to me!

    You may also consider using WordPressMU and have a different blog for each “festival”. MU allows you to create multiple blogs on the same domain with one install of the WordPress software. Assuming you do one every year, you could have:

    yourdomain.com/2008
    yourdomain.com/2009
    yourdomain.com/2010

    or if you want to, you can use subdomains,

    2008.yourdomain.com
    2009.yourdomain.com
    2010.yourdomain.com

    Then the main blog, which would be yourdomain.com, could have links to the active site, as well as archived sites, and with plugins, can even have posts in a sidebar from the active site. Check out WordPressMU – one installation of WordPress for many blogs – awesome!

    BTW, there is even a way to have a different domain name for each blog in MU, but it doesn’t seem like that is what you want. πŸ™‚

    Thread Starter sigma6

    (@sigma6)

    Great, thanks very much! I’ll have a look at it!
    So it means it’s completely different blog each time? I can have also different pages themes, etc. right?
    What are the advantages than duplicating wordpress? Can I have the same users for all the blogs? every blogs are kept in the same database?
    I never heard about this version of wordpress, I’m looking at it, it seems obscure, is it only the documentation that is obscure and installing is as easy as standard version?

    Thanks, sorry for all the questions…

    I’ve been operating an mu site for nearly two years at the link below, so I’ll respond to a few of those questions based on my own experience…others opinions may differ.

    http://kentuckyclassroom.org/

    So it means it’s completely different blog each time? I can have also different pages themes, etc. right?

    Yes, as the name implies, mu allows you to set-up multiple blogs from a single source code and database. You can configure multiple databases as well if you plan to host thousands of blogs. I have over 450 blogs on the site above and am still using a single database.

    What are the advantages than duplicating wordpress?

    Well, the obvious advantage is running everything from a single source code. As admin, you have a single login to all the blogs on the site and can manage everything from the site admin area.

    Can I have the same users for all the blogs? every blogs are kept in the same database?

    Yes and yes.

    I never heard about this version of wordpress, I’m looking at it, it seems obscure, is it only the documentation that is obscure and installing is as easy as standard version?

    No and no. The documentation is very sparse compared to wordpress, and it is not as easy to install and manage as regular wordpress.

    My advice is to not use mu unless you are considering hosting hundreds of blogs for other users. I’ll put it this way, I’m very familiar with mu, but unless I’m hosting a site with hundreds of users and I want to allow users to create and manage their own blogs (like in the site I linked to above), then I would not use mu. I have several of my own blogs hosted as individual, regular wordpress installs even though I could have set them all up under a single mu install.

    For what it seems you are wanting to do, my advice is to stick with individual wordpress installs.

    Thread Starter sigma6

    (@sigma6)

    Ok,
    Thanks! I’m not really afraid in installing wordpress mu, but I’ll do a list with pros and cons to see if it’s a good idea or not.

    Anyway, thanks for your advices, it helps me a lot!

    I would very much disagree with figaro on the individual installs, even if you are doing just two blogs – you may have more in the future and migrating from individual blogs to mu can be more work then it’s worth. Even if you think you are only going to have one blog, I still suggest mu – you never know what will change in the future. The biggest advantage to mu is one install – so when a new version comes out, you update one place and all blogs are updated.

    MU is NOT that hard to set up at all, in fact, I would say with the newest release of 2.7 it’s just as easy as stand alone. You upload the files, create a database, fill out some forms and it is set up. You will need to set permissions on your server so the installer can create some files, but if you use a cPanel host, that is easy enough to do in the file manager.

    If you want help setting up WordPress MU, you can certainly ask here, but the better place would be at the MU forums at http://mu.wordpress.org/forums/ . If you want personal help (free), ask at my site at http://www.grandslambert.com/ . It’s sparse now because I just set it up on Tuesday with MU and bbPress integration in about 15 minutes. I will begin populating it this weekend. πŸ™‚

    Thread Starter sigma6

    (@sigma6)

    Thanks slambert!

    I’ll try MU first and if it’s too much a pain to install (wich I doubt) I’ll follow figaro’s advice πŸ˜‰

    I had a look at your website, ok it’s a bit empty for now, but I’ll register to your forum and ask you a lot of quesitons hehe πŸ™‚ I’m also working on a website that must be community like and try to have full integration with bbpress like you did.

    I must say I’m still new to wordpress, I have my blog running it since only a few months http://www.sigma6.ch/nightly/ but it’s so easy to end up with something working really fast
    I’m looking forward playing around with wordpress and bbpress integration!

    Thanks agains for your help both of you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Festival website needs archiving’ is closed to new replies.