- I clicked on the Plugins panel, then "Add New" as this sub-menu.
- In the Search field I typed in "Knowledge Building", pressed search and the top one that appeared was "knowledge building". I clicked, "Install Now".
- And it did!
- I selected, "Activate Plugin".
- Click on the "Posts" control panel and select "Categories".
- In the name field I typed, "Knowledge Building", gave a quick description then pressed, "Add New Category".
- Click on the "Settings" control panel, select, "knowledge building".
- Under the "Knowledge Building" column I clicked on "Progressive Inquiry", then pressed, "Save Changes".
- [When you update your version of WordPress you must repeat steps 9-15] Click on the Appearance control panel (or in WordPress 3.1 in the upper right hand corner of your dashboard, click on "Site Admin", then click on "Themes" (in version 3.2.1 go to the upper right corner and select the dropdown menu 'Howdy, username' and select 'Network Admin'--note, it goes back and forth between Network admin and Site Admin)), then click on the "Editor" sub-menu.
- I'm using the Twenty Ten theme--make sure it says the name of the theme you are editing where it says, "select theme to edit".
- Under the Templates list on the right hand side, select "Comments" (comments.php).
- Use Firefox's page search function and search for the following: "wp_list_comments( array( 'callback'' ) );" excluding the quotation marks. I find you want the Firefox window fairly wide so the lines of code don't wrap--easier to read.
- I cut that and replaced it with this. Note, the content between the "/*" and the "*/" are ignored, I included this copy of the original code so that it would be easy to revert to it if necessary, by just removing the commenting-out marks.
- knbu_list_comments();
/* wp_list_comments( array( 'callback' => 'twentyten_comment' ) );
*/ - **remember to change the twentyten to twentyeleven so you backup works**
- Then I pressed, "Update File".
- Then go back to the "Settings" control panel (in 3.2.1 you have to go back to the Site Admin in upper right hand corner) and select, "Discussion" then,
- Put a check next to: Enable threaded (nested) comments levels deep, scroll to the bottom and select, "Save Changes". Actually, I kind like 7 deep when I do the optional settings listed below (but in theme 2011 seems to not be necessary)... Also, scroll down to the bottom and select the "monsterID" it is fun! do Save Changes.
--I prefer to use more of the page on the comments and not the narrow space provided by 2010 theme so I made the following alterations:
- Click on the Appearance control panel, then click on the "Editor" sub-menu. (In 3.1 go to the dashboard of any site and click on "Site Admin" (in 3.2.1 select "Network Admin"!) in upper right-hand corner. Then drop-down the "Themes" menu on the left side and select, "Editor".)
- I'm using the Twenty Ten theme--make sure it says the name of the theme you are editing where it says, "select theme to edit".
- Under the Templates list on the right hand side, select "Stylesheet" (style.css) near the bottom.
- Use Firefox's page search function and search for the following: "=Structure".
- In that section, change, "940" to "1140" as this will make the comment column wider.
- Press, "Update File". You'll see that your discussions are wider, now.
- Go to the proper dashboard, select "Appearance", then, "Plugins" then "editor" (In Wordpress 3.1 go to "Plugins" then "Editor").
- Where it says, "Select plugin to edit:" select, "Knowledge Building" and press the "Select" button.
- Click on the Plugin File: "knowledge-building/kbsets/progressive_inquiry.xml" in its name.
- Do a Firefox search for: "Name="Problem"" (Don't include the 'outside' quotation marks here).
- Then simple change "Problem" with "Problem-Question".
- I also searched for the different sentence starters for each knowledge type, deleted the words and pasted in: "Name..." as a reminder for students to put the name/names of the authors of the post at the start of the post.
- I also changed the
for each knowledge type. - I posted my version of the file with the changes in wording.
0 comments:
Post a Comment