By Developers, For Developers

Historical errata for ExpressionEngine 2

PDF PgPaper PgTypeDescriptionFixed onComments
23ERROR

“Click on the “Content” button and then “Publish” at the top left of the Control Panel to add new content to the site. If you had multiple channels set up in EE (by default there’s only one),"

The default installation of EE2 (Build: 20091207) doesn’t create any channels. When I select Content -> Publish, the message “There are currently no channels” is displayed.

2009-12-20
24ERROR

“You should see three groups “feeds,” “search.,”
and “* site.”"

No groups are installed by default.

2009-12-20
35TYPO

Today is {current_time format=“%D, %F %d, %Y” }

The space before the } sign should be removed, or the tag isn’t interpreted.

2009-12-20
58ERROR

At the bottom of page 57, Ryan says:

Click on “Publish Page Customization”
and set the following items to “No”:

Page 58, however, does not begin with the promised information. Instead, it features a screen grab of a different control panel (create a new custom field).

2010-01-10
64TYPO

Perhaps I can redeem myself here. :-)

In the 6th paragraph, “they” should be “the”:

Click the link “Add/Edit Statuses.” Use >>they<< gray
button that read “Create a New Status” to create
a status called “Top Story.”

2010-01-09
23TYPO

Second paragraph under Editing Content. The word channel is missing an L:

Also notice the search functionality at the top of the page. It will let you search and sort content by channe, category, status (Open or Closed) and date range.

2009-12-20
17SUGGEST

During the file upload process, the example to use for the system directory is ‘ringo’, but if using the trial version of EE 2.0 you are unable to set a custom system directory name. Would be useful to make note of that in some fashion.

2010-01-09
26ERROR

In my trial version of EE, the File Manager is found on the Content Menu, not the Tools Menu as stated in the PDF.

2010-01-09
48ERROR

The html and css files that I downloaded from the book’s website feature a two-column category page, not three-column as described and pictured.

2010-01-10
79TYPO

Extra word ‘the’ in “We’ll start by wrapping the all of the content in the lead-article div with a basic EE Channel Entries Tag pair.”

2010-01-09
79TYPO

The text states: “Finally, we need to give the weblog parameter the value of news, which is the EE section from which we’re pulling the content.” I don’t see this weblog parameter in the displayed tag pair below.

2010-01-09
80SUGGEST

While not technically necessary, it would be nice to include the closing

tag in :

{title}

By {author}

{article_excerpt}

<a href=“{title_permalink=” news_articles/view“}”
class=“read_story” >Read Story
{/exp:channel:entries}

I would suggest:

{title}

By {author}

{article_excerpt}

<a href=“{title_permalink=” news_articles/view“}”
class=“read_story” >Read Story

{/exp:channel:entries}

2010-01-09
78TYPO

In the static downloaded html templates, the “Read Story” links are not enclosed in paragraph tags as they are in the subsequently developed dynamic pages. I think it would be better to be consistent and include the

tags in the static templates as well. Besides consistency, I think it looks better.

2010-01-09
82SUGGEST

In the last paragraph, the terms “weblog” and “section” are confusing to me. I think “channel” would be a better choice for each of these terms.

2010-01-09
85TYPO

Footnote 4 refers to the “weblog categories tag pair”. Should this be the “channel categories tag pair” instead?

2010-01-09
47SUGGEST

The template-home.html file that I downloaded has the category navigator list in News-Politics-Sports order, unlike the other template files which have the category navigator list in News-Sports-Politics order. This is also reflected in Figure 3.1. I think you should change the template-home.html and Figure 3.1 to be consistent with the others.

2010-01-10
17SUGGEST

Maybe include a small sidebar/callout reminding users that the 30-day trial requires that your web host have Zend Optimizer installed. While it’s not hidden, it’s not clearly pointed out on ee.com and it will save others lots of time, I’m sure. (I spent 2 hours trying to figure out why I couldn’t get the trial to install.)

2010-01-09
37TYPO

In the code sample, the time variable moves from its place below the h2 tag (where it was in previous examples) to below the closing address tag.

2010-01-09
86ERROR

In the first full paragraph on the page (it begins with, “Before the category…”), you say, “we need to tweak one setting in the Global Channel Preferences, which you can access under Content Administration section of the Control Panel.”

I actually found it under Admin > Channel Administration > Global Preferences.

2010-01-11
80ERROR

I had to change:

to

adding the [site_url} tag to get the proper link to the image (absent a basref declaration in the

).

P.S. The book is very helpful for someone new to EE (and starting with 2.0).

2010-01-11
92TYPO

There is a reference to URL in the form, yet no code exists for a URL field in the form. Suggest removing the text reference.

2010-01-11
95ERROR

Just realized that links are now allowed, preventing my 2 prior attempts at posting from showing up.

In short, related_categories_mode needs to be set to “yes” and not “on.” Apparently there was a change somewhere along the line.

More importantly, according to the beta support forum for ee 2, there is a bug preventing RCM from operating propertly. In my case, as I worked through the example in the book (and as reported in the forum), it only returns the entry currently being displayed, even though other entries are available for display in the database.

A simple forum search for related_categories_mode will show the entry I refer to.

2010-01-11
101TYPO

There are text references to “weblog entries tag pair” when it should be “channel entries tag pair.” Also the code on this page has an {exp:weblog:entries… rather than a {exp:channel:entries…

2010-01-11
101SUGGEST

At the end of the first full paragraph, it states “We want to configure it similarly to Letters to the Editor - with comments disabled.” Looking back at the earlier chapters, the book did not walk through disabling comments for the Letters to the Editor Channel. Perhaps it should have.

2010-01-11
102TYPO

The Module Configuration button is referred to as being “at the top left.” In build 20091211 it is at the “top right.”

2010-01-11
109TYPO

You refer to setting the feed template to type “feed.” In build 20091211, the type is listed as “RSS Page.”

2010-01-11
111SUGGEST

You refer to the Search Module as being “provided with both the free and paid version of EE.” From what I’ve read on the EE 2.0 site, there will be no free version. I suggest eliminating the reference to it.

2010-01-11
112TYPO

There is a dangling

tag at the end of the second line of the form. It should be removed.

2010-01-11
112ERROR

Unless the search_in parameter is specified on the exp:search the search will only look at the entry titles. I suggest calling for search_in=“everywhere”

2010-01-11
122ERROR

In the 2nd code segment, there’s a closing

missing. It should be placed just prior to the {/reverse_related_entries} tag.

2010-01-12
142-3TYPO

The text and code use “dynamic_parameter” when it should be “dynamic_parameters” (plural). It works fine once you do that.

2010-01-12
85TYPO

Just below the tag pair example, the paragraph begins with “This tag pair will output a nested unordered list with a id and class”. Grammatically, should say ‘an id’ rather than ‘a id’.

2010-01-14
110ERROR

In the code, the line:

related_categories_mode=“on”

should be

related_categories_mode=“yes”

2010-02-07
113SUGGEST


feed iconSubscribe to the News

Instead of:

feed iconSubscribe to the News

2010-02-07
23TYPO

Under the Editing Content heading in the second paragraph, second sentence, the word “channe” should be “channel”

2010-02-07
97ERROR

I copied the template-article-ee.html verbatim.

The related_categories_mode=“yes” only displays a single entry under the related articles within the “news_articles/view” template.

The book is missing the parameter dynamic=“off”.

2010-02-07
45-46ERROR

In the tag variables section under the Getting Started with Expression Engine chapter, there is sample code showing how to use tag variable with the Channel Entries tags to pull in content. The tag variable {body} should actually be {news_body} in order for this to work with the Agile Record sample site if we’re pulling content in from the “news” channel from that site.

2010-02-17
40ERROR

on page 40 the words “for” and “use” are highlighted.

{my_blog}

should be highlighted instead as it is on page 41.

2010-02-07Looking into this some more.
39TYPO

The b in blog here is capitalized in the code section while on page 40 and 41 it is lowercase. I think it should stay capitalized from page 39 on to the rest of the code.

2010-02-07
42TYPO

on the top: “Preload replacement rariables are not much..”

I think Scoobie Doo was aiding you on this one. It should be “Preload replacement variables are not much..”

2010-02-07
42TYPO

3rd paragraph

The first part, exp, indicates to EE that this in a EE tag.

I think it would sound better if it was

The first part, exp, indicates to EE that this in an EE tag.

2010-02-07
43SUGGEST

Complete Tag List seems to be from the 1.0 days of EE and not 2.0. Perhaps you can add them to the back of the book as an appendix or cheat sheet?

2010-02-07
44TYPO

paragraph #2

Unless you tell it exactly where to pull from EE will pull content from every channel.

—should be—

Unless you tell it exactly where to pull from, EE will pull content from every channel.

2010-02-07
44TYPO

6th paragraph

Another typical parameter for the Channel Entries Tag pair…

—should be—

Another typical parameter for the Channel Entries Tag Pair…

2010-02-07
45SUGGEST

for and use are highlighted in RED again in the code, why?

2010-02-17
45TYPO

on the first code snippet the limit is 1 and on page 46 the limit has changed to 2.

2010-02-07
46SUGGEST

Why did

"

Today is {current_time format=“%D, %F %d, %Y”}

"

jump a few spots to the middle of the page from where it was on the top in the final code? As a reader I found it confusing.

2010-02-07
47TYPO

You have listed in the output section today’s date twice

a) the date is showing two different dates

b) you removed it from the top in the code on page 46

c) it should now say Mon, March 1, 2010 instead of Mon, November 30, 2009 on the bottom since March was used earlier.

I personally think you should keep the time/date where it was on top instead of moving/adding it to the bottom.

2010-02-07
49TYPO

2nd paragraph

..to build a online version..

change to

..to build an online version..

2010-02-07
66-67TYPO

By default the status’s are not capitalized. So its not “Open” and “Closed”, rather it is “open” and “closed”.

2010-02-07
71SUGGEST

Where can I find the list of the two other parent categories with their children? To make it easier for the reader it should be here on this page. Off to the scavenger hunt…

2010-02-07
71ERROR

appending _ in front of say world is now deemed bad now. EE views world and _world as the same.

2010-02-07
83SUGGEST

{exp:channel:entries channel=“news_articles” disable=“pagnation” limit=“2” status=“Top Story”}

Should be

{exp:channel:entries channel=“news_articles” limit=“2” disable=“pagnation” status=“Top Story”}

for consistency’s sake.

2010-02-09
86ERROR

To submit your letter or comment, you can use our commment form or email editor@enginecitytimes.com. Letters may be edited for content, clarity and space constraints.

shows up in the third column and not under the full content. I added

"

To submit your letter or comment, you can use our commment form or email editor@enginecitytimes.com. Letters may be edited for content, clarity and space constraints.

"

to make this work properly

2010-02-09
92ERROR

Cartoon Image does not show up on the View template. Instead ALT is shown.

2010-02-09
0DEFER

There should be a chapter on how to upload from a local server to the main host server. Which parameters need to be changed within EE to make it work online as opposed to the local test development server the user is working on. That would be very helpful.

92ERROR

Article image is not showing either on the view pages.

2010-02-09
97OK

#42187: I copied the template-article-ee.html verbatim.

I did not use dynamic=“off”. {article_excerpt} is shown where the contact should be shown.

2010-02-17I've been discussing this with Philip over email and it might be a bug in the EE 2 beta.
103ERROR

You said to create a field group for the pages content but didn’t specify the specific options for this page. Would be helpfull if they were listed. Like is this a pure coded page or a wysiwyg page.

2010-02-17
73&75ERROR

When setting up member groups for writers and editors you specify: “Additionally, grant access to the Publish page and Edit page (listed as “CONTENT: Publish” and “CONTENT: Edit”). Everything else should be set to
No." Should you also not set the “CONTENT: Section” to yes as well?

2010-02-20
98TYPO

There is a paragraph that has been duplicated discussing related_categories_mode. It starts with “Before we add…” and ends with “would look like this”. This paragraph is on the page twice.

2010-05-01
61TYPO

I am pretty sure that Figure 4.3 on page 61 is incorrect as this is not what I see when clicking the Create a New Channel Field Group button. I do however see Figure 4.3 after I have created the Channel Field Group, clicked Add/Edit Custom Fields followed by Create a New Custom Field.

2010-05-01
25ERROR

After clicking the Content button and then Publish no “channels” came up. It said “There are currently no channels.” Where do we get the “channels?”

2010-04-27Kelly, the channels come from the Agile Records site, which you install with the installation wizard. This is covered on page 21 of the PDF. \n \nI'll add some language to clarify this on page 25. Thanks for the report! \n
89TYPO

The paragraph beginning with “Before the category link will work properly, we need…” states that in order to tweak one setting in the global preferences you “(click Admin and
choose Overview)”. This is incorrect. The correct menu path is Admin/Channel Administration/Global Preferences.

2010-05-01
123SUGGEST

Last paragraph suggested changes.

1. “Click Create a New Custom Field at the top left”, should be ‘top right’
2. Figure 7.2 needs updating to reflect EE 2.0

2010-05-01
0DEFER

Two words.. Cheat Sheet!

95ERROR

Comments/Form don’t work. I even copy/pasted the code from the book download link and still no luck.

2010-05-01
95SUGGEST

The comments/form doesn’t work when you click “View Rendered Template” on the “View” page, but they do work when you click on the link “READ STORY” link from the “/news_articles/page.” You might want to mentioned this somehow. I’m new to EE so I couldn’t figure out why my comments weren’t working from the “/news_articles/view” page “View Rendered Template” link.

2010-05-01
37OK

Today is {current_time format=“%D, %F %d, %Y” }

doesn’t display correctly. It just displays "

Today is {current_time format=“%D, %F %d, %Y” }

" in the browser.

2010-04-27This works okay for me using the code in the book.
26TYPO

On page 26 it says “You should see four groups: about, global_embeds, * news, and search. The asterisk next to the third group denotes that its index template is the home page of the site.”

Figure 1.6 on the next page shows a different set of template groups and “site” is the group with the asterisk next to it.

The text does not match the image.

2010-04-27
170TYPO

Second to last paragraph, last sentence:

“You should a form like in Figure 10.3.”

s/b

“You should see a form like in Figure 10.3.”

2010-05-01
165ERROR

Paragraph 3:

In the Control Panel, select the Admin button, and then under Content Administration select Global Preferences. Look for the Cache Dynamic Channel Queries preference and toggle it to Yes. Click Submit to save your changes.

Global Preferences is not under “Content Administration”, it is under “Channel Administration”.

2010-05-01
44SUGGEST

paragraph #3 Let’s go back to our hello_world template… —should be— Let’s go back to our my_info template…

2010-04-27
36SUGGEST

“2.\tThere are several ways to remove or change the index.php file from the URL. We’ll discuss those ways later in the book.”

I didn’t see this later in the book. Any plans to include it? Thanks

2010-04-27
50TYPO

Last sentence of the first paragraph says, “This section is limited to the most three recent letters.” Should be, “…the three most recent letters.”

2010-04-27
4432TYPO

Page 44(PDF) and 32(PRINT) - Tag Variables - Third paragraph;

“Let’s go back to our hello_world template…” -> shouldn’t that be “Let’s go back to our my_info template…” ?

2010-04-27
123TYPO

“The next step is to create a way relate…” should read “The next step is to create a way to relate…”

2010-05-01
57TYPO

Minor typo. Transposition of words…
4th Paragraph
“We also have the option of creating NEW A template for this channel.”

Are “NEW” and “A” transposed?

2010-04-27
100101TYPO

In the MakingthePages/template-category-ee.html file (Line 21) and in the “Checking Your Work” (Pg.101) the code should be “id” not “class” to make the 3 columns display correctly.

Example: <div id=“{switch=”lcol|mcol|rcol“}”>

2010-05-01
95-96ERROR

I am also having issues getting the comments to work. Setting the AdminSecurity & Privacy>Security & Sessions / Require IP Address and User Agent when receiving comments? switch of ‘Off’ allowed the form to appear, but I can’t get any of the comments I submit to post properly. I just get a blank page on Submit.

2010-05-01
98ERROR

Copying and pasting Related Articles code into view template renders everything except the {article_excerpt} tags which it prints explicitly.

2010-05-01
88TYPO

The paragraph that begins on page 87 with “Before we add the ExpressionEngine code to make the…” then repeats itself after “it would look like this:” on page 88 rather than show the code example after the “:” character.

2010-05-01
114TYPO

“AArticles” should just be “Articles”

2010-05-01
128TYPO

“With all of the preferences set, click Create New Upload Destination to add the news articles destination to ExpressionEngine.” In the latest EE2 build, the button says “Submit”, not “Create New Upload Desitnation.”

2010-05-01
142DEFER

In Advanced Templating, can you include a section on using “Snippets”, a new feature in EE2.x?

I have no idea how to use them and I thought it was a key missing element, in an otherwise excellent book!

98ERROR

Upgrading to v2.02 fixed the above article_excerpt issues

2012-06-10
101TYPO

The category page template in the downloadable code bundle has 4 recent articles using an lcol|rcol format instead of the 3 articles/columns listed in the book and in the PDF’s inline code helper.

2012-06-10
96TYPO

The content pasted below is duplicated on the following page (p97):

Placed in the Channel Entries tag pair, it would look like this: Before we add the ExpressionEngine code to make the related articles display, let’s briefly discuss how we’re going to tell ExpressionEngine to show articles that are somehow related to the one being viewed. There are complex ways to do this—based on tags and relationships between entries—but we’ll keep it simple for this site and define related articles as those that belong to the same cate- gory as the article being shown. Luckily for us, ExpressionEngine has a parameter we can set in a Channel Entries tag pair to make this hap- pen almost automatically: related_categories_mode=“yes”. Placed in the Channel Entries tag pair, it would look like this:

2012-06-10
117TYPO

The text inside of the Field Instructions box in the screenshot says “Use this field to assign this article to a print edition of the newspaper.” However, the text on the previous page that mentions creating brief instructions for this new custom field says “Choose the print edition in which article appeared.” These two should probably match up.

2012-06-10
100TYPO

In template-category-ee.html

line 21 reads class=“{switch=”lcol|mcol|rcol"}, while the CSS styles target IDs. So line 21 should be

id=“{switch=”lcol|mcol|rcol"}

to match the stylesheet. Or the stylesheet should be changed to classes to match the template.

2012-06-10
123TYPO

For

“The next step is to create a way relate each news article”

read

“The next step is to create a way to relate each news article”

2012-06-10
123TYPO

Second last para: “Click the red ‘Add/Edit Custom Fields’ text next to New Articles”… that should be News Articles

2012-06-10
127ERROR

The initial Stylesheet that we are told to load (EngineCityTimes > CSS > screen > core.css) lacks some of the styles that are found in Complete Templates > static_templates > css > core.css. Because of this, when testing the Printe Edition template, the styles for the related entries do not work.

2012-06-10
127SUGGEST

On p127 we are asked to place this code in the print_edition page:

{embed=“includes/document_header”
title=“{exp:channel:entries channel=”print_editions" disable=“pagination|member_data” limit=“1”}
{title} Print Edition
{/exp:channel:entries}"
}

But the Print Editions pages still have the default Engine City Times titles, rather than showing the March 2, 2010 Print Edition etc. The book needs to point out that you also have to alter the embed file for this to work.

In the document_header file, one option is to change

<p>Engine City Times</p>

to

<p>{if embed:title}{embed:title}{if:else}Engine City Times{/if}</p>

and it works.

131TYPO

Paragraph 4 reads: “You can also restrict an upload destination to a one or more member groups.”

Need to remove “a” from “to a one or more…”

2012-06-10
137TYPO

Para 5 reads: “If you have image uploaded in the File Man- ager, then let’s get started embedding.”

For “image”, read “images”.

2012-06-10
134TYPO

The book reads “From the Field Type list, choose Upload, and then choose Image from the File Type select list.” There is no “Upload” option in the Field Type list, it’s actually called “File” instead.

2012-06-10
140TYPO

Paragraph 2 reads: “From the Field Type list, choose Upload”. That should say “choose File”.

2012-06-10
53SUGGEST

The phrase, “navigate to the System Administration
area by using the Admin button at the top,” is confusing because there is a sub-category under “Admin” called System Administration, which does not include “General Configuration.”

2012-06-10
160SUGGEST

I couldn’t get the Save Template as File procedure to work until I checked the Docs, where it points out that, whatever folder you save templates to, that folder needs to have permissions set to 777. This should be mentioned in the book.

2012-06-10
166TYPO

Instead of looking for page_cache directory in the system folder, look in
system > expressionengine > cache
(text doesn’t mention the expressionengine directory).

2012-06-10
91ERROR

The permalink is missing the closing paragraph tag in the Featured Top Story section code listing.

2012-06-10
88TYPO

In paragraph 4, instead of “page; template” read “page template” (remove the semicolon).

2012-06-10
88TYPO

On the second last line, for “use a underscored”, read “use an underscored”.

2012-06-10
51ERROR

The Create a New Custom Field form now has six additional options after Text Direction — Show Formatting Buttons, Show Smileys, etc. They aren’t mentioned in the discussion or shown in Figure 4.3 on page 50.

2012-06-10
47TYPO

“We also have the option of creating new a template for this channel.”

Should probably read:

“We also have the option of creating a new template for this channel.”

With the words “new” and “a” switched.

2012-06-10
89SUGGEST

In the Related Articles code, the parameter “dynamic” is shown, set to “no.” This is not mentioned in the text. It should be included in the discussion of the parameters, and the rationale for using it should be explained. (Disable pagination is also not mentioned. Since that was previously discussed in another context, it may not need to be discussed here, but it should be mentioned.)

2012-06-10
90ERROR

The CSS for the Related Articles section does not display the three articles in three columns, as shown in Figure 5.6. If the width of the columns is changed from 220px to 170px (matching the column widths for the Letters to the Editor), the three columns are displayed correctly.

2012-06-10
90ERROR

In the discussion of template-category.html, the text says “To the right is a placeholder for a cartoon image.” This placeholder appears to be missing in the template.

2012-06-10
151ERROR

The code for the page_title embed variable is incomplete. To make it work, you also need to add the status parameter with the three statuses that have been defined.

2012-06-10
165TYPO

In the Disabling Unneeded Queries section, the text says: “If we wanted to disable all six …” — this should be “five.”

2012-06-10
48TYPO

“to” has to be added in the sentence: It’s up to us build a simple

2012-06-10
22ERROR

With the release of EE 2.1.0, the installer directory is now located at /system/installer instead of “the expressionengine directory in your system directory”.

2012-07-05ExpressionEngine will still redirect you to the installation wizard. There is no need to go to the subdirectory.
94SUGGEST

“The ability to comment on every
news article was enabled when we created the news_articles channel and
set its preferences in Chapter 4, Creating and Configuring the Site, on
page 53.”

We haven’t touched the “Comment Posting Preferences” options, which allows the ability to comment. We only touched “Enabling versioning” and “Setting notification preferences”. The latter was used to have a mail notification send when a comment was entered.

The ability to post comments is ON by default.

2012-06-10
98ERROR

This is the first time “dynamic=”no“” is used in a EE tag. The usage should be explained here.

2012-06-10
99TYPO

“To the right is a placeholder for a cartoon image.”

There is no placeholder for a cartoon image in the downloadable template-category.html file.

2012-06-10
103TYPO

“URI” must be changed to “URL”. Also on pages 104, 106, 149.

2012-07-05This usage is correct.
112TYPO

Invalid link in footnote: expressionengine.com/templates/source/category/feeds/

2012-06-10
115TYPO

“We set the values of the search_in
parameter to “everywhere” to tell […]"

The code snippet on page 115 doesn’t show the search_in parameter. This parameter is used on page 116 for the first time.

2012-06-10
152TYPO

Last sentence, where it reads “give the name parameter the value of name and…” the value should actually be “title” instead of “name”, as is demonstrated in the sample code on the following page.

2012-06-10
137TYPO

“Above the Article Body textarea is a formatting toolbar […]”

This toolbar is not visible, as we haven’t set the “Show Formatting Buttons” to Yes for the custom field article_body.

2012-06-10
151TYPO

“In the downloaded directory of site template files, open letter_form.html,
copy the entire contents […]”

The name of the file should be template-letters-saef.html instead of letter_form.html.

2012-06-10
154ERROR

{if:else} should be added to the saef.html code, to avoid the

-tag being displayed when one is not logged in:

{if logged_out}

To submit a letter you must have a member account. Please log in or sign up for a free account.

{if:else}

{/if}

2012-06-10
177ERROR

The link h t t p : / /eequickstartguide.com/downloads/first_timer.zip does not work.

2012-06-10
179ERROR

The link h t t p : //eequickstartguide.com/downloads/sample_module.zip does not work

2012-06-10
184ERROR

The link h t t p : //eequickstartguide.com/downloads/eeinsider.zip does not work

2012-06-10
114TYPO

The list of categories in the feed’s ‘subject’ element always ends with a ‘,’.

2012-06-10
89ERROR

Hi,

I had a bit of a head scratching moment when it came to Embedding Reusable Code on page 89 of the PDF, as it doesn’t explain that you need to choose the correct ‘Template Type’ when creating a template to ‘embed’ into another template.

It appears that embedding straightforward mark-up uses the ‘Static’ option, but when embedding tag pairs, ‘Web Page’ is needed.

I was stumped for a while when it came to embedding the category list as the Engine City Times pages were displaying the tag pairs and paramaters.

Best,

Sam

2012-06-10
109ERROR

‘includes/masthead’ template needs its type changing in the preferences from ‘Static’ to ‘Web Page’ to display correctly.

2012-06-10
78TYPO

“…added the CSS that makes page look nice.”

Should read:

“…added the CSS that makes the page look nice.”

2012-06-10
158TYPO

“You also benefit from an easy to way to back up your templates…”

Should read:

“You also benefit from an easy way to back up your templates…”

2012-06-10
37TYPO

There is a space between the end quote and the end curly bracket in {current_time format=“%D, %F %d, %Y” }. It will not display correctly unless the space is removed.

2012-06-10
5848ERROR

’Publish Page Customization" does not have the options:

- Display URL Title Field
- Display Ping Buttons

It does have this:

- Display Rich Formatting Buttons

- Default Entry Title
- URL Title Prefix

So, tutorial can’t be followed here.

2012-06-10
79ERROR

The CSS used in chapter 5 for the Engine City Times homepage breaks in IE7 (specifically the core.css from the “Engine City Times” directory). You must use the core.css from the “complete_templates” directory, specifically; complete_templates>static_tempates>css>screen>core.css. Also the IE patches must be copied in from the “patches” directory, the others are empty.

2012-06-10
112ERROR

Link to EE templates - 404

2012-06-10
1DEFER

Can you please discuss snippets vs. global variables citing specific examples when we should use one as opposed to the other. Thanks!

60ERROR

“….category URL already exists, simply append _politics (as an example) to the category name…” should read “… to the category title” otherwise the display name looks wrong ie: you would get “World_politics” as the display when you actually want “World” as the display with the underlying URL having the value “world_politics”.

2012-06-10
75ERROR

The core.css file has a font size of 15px for the right hand column news articles heading instead of 18px like the left hand column headings.

#sec-story-right h4 {
\tfont-size:15px; < change this to 18px
\tfont-weight:normal;
\tmargin:0;
}

2012-06-10
60TYPO

The following sentence references a ‘Custom Fields’ option, this is actually ‘Channel Fields’ in ExpressionEngine v2.2.2.

“Click Administration in the breadcrumb trail at the top, and then choose the Custom Fields option under Channel Administration.”

Thanks.

2012-06-10
108SUGGEST

Searchbox code defaults to only open status. There is no mention of this so any keywords that are related to Top Story or Featured Top Story are ignored unless the simple_form parameters, status=“open|Top Story|Featured Top Story”, are set.

2012-06-10
31ERROR

On the listing of blog entries in the screenshot, the date is not actually displayed (only the EE tag is shown).

Categories: