Wordpress to WordpressMU importing

Posted by Andrea under Where can I find...?, how to

I love it when someone gets to me to-do list before me. It’s like an early birthday present. That being said, Jim over at BatavaTuesdays has written up a pretty thorough step-by-step process. I haven’t tested it myself, but it looks right so far.
The quick overview is to make a SQL backup of the [...] Read more »

1 Comment

Missing plugins folder and mu-plugins folder

Posted by Andrea under Where can I find...?

If you’ve recently downloaded a newer version of MU, you may have noticed on a fresh install that the plugins folder and the mu-plugins folder are not there. Or, maybe you’ve seen them referenced, and finding them not where they are supposed to be, got horribly confused. No worries.
There are not there because in [...] Read more »

No Comments

How to get a zip from trac of recently changes files

Posted by Andrea under Basics, Where can I find...?

Now that we are familiar with the trac system, how can one get a small zip containing just the needed files that have been recently changed?
First, you need to know what you already have installed. As of this writing, if you have the latest from the download page, you have installed 1.2.5a. This is [...] Read more »

3 Comments

What is trac and how do I use it?

Posted by Andrea under Basics, Where can I find...?

Ah, the trac system. Trac is a program on the server that keeps a record of every single code change made by the devs. It also serves as a bug reporting and archiving tool. Every time a change is made to the codebase, it is submitted to trac. When you read about “development version” or [...] Read more »

2 Comments

Where to find error logs

Posted by Andrea under Where can I find...?

Error logs play an important part in determining what is going on with your setup. Sometimes errors are surpressed from screen viewing, so the results are stored in a file. The system itself will write to an error log in the root folder. That is the first file you should check. The file is named [...] Read more »

3 Comments

Got questions? We’ll try and answer

Posted by Andrea under Where can I find...?

If you’ve stumbled your way here, I’m looking for reader feedback. If you’ve got questions about wordpressmu and can’t seem to find the answer, I’ll try and help.
The only caveat is, I’ll stick to the distributed codebase. I can point out, however, if you need a plugin or not and where to find it - [...] Read more »

6 Comments

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);
Close
E-mail It
This blog has been fine-tuned with 13 WordPress Tweaks.