This is the P2PU Archive. If you want the current site, go to www.p2pu.org!

Introduction to Drupal

My recent threads

You haven't posted any discussions yet.

Recently updated threads

Week 4 - discussion

Go back to: General discussion

Week 4 - Tasks See the list of Site Organization tutorials. This isn't an exhaustive list of all aspects of site organization, but it covers the essentials. 

  • 1. Search engine friendly-ness
  • 2. Menus
  • 3. Taxonomy
  • 4. More like this blocks
  • 5. On site search

Task 1: From the tutorials listed, select a minimum of 2 tutorials to practice, each under a different category of site organization. Start at the top, and find the first two that are new to you.

Task 2: While you work on the tutorials, look at how the two aspects of site organization affect each other.

  • For example you may find that taxonomy affects how you can set a faceted search block in ApacheSolr.
  • Or you may find that the path system you set up affects how you can control block visibility based on paths & wildcards.

Share what you discover below. Any warnings or tips to offer?

James R Stone's picture
James R Stone
Sat, 2010-10-16 19:41
  • Pathauto is a great tool for people new to Drupal, and at first it seemed an ideal tool for me. As I get more involved with the architecture of my sites though I find it limiting and not very useful. I prefer to have more naming control over my links.
  • I enjoyed the tutorial about Menus from GotDrupal.
  • I find the table for decision making between CCK and Taxonomy very helpful. Taxonomy is a whole world unto itself and I find it extremely flexible, extendable and rich. Taxonomy is one of those tools like Views and CCK, I use it more and more.
Paula Cohen's picture
Paula Cohen
Mon, 2010-10-18 20:51

Curious encounters while formatting my website (real one - not the Sandbox)using Text Editor Tinymce. In many instances the formatted text on the editing screen did not translate when viewing the site online.
Anyone else experience this, is it typical, suggestions of how to streamline the formatting?
I'd appreciate any suggestions/recommendations

Thanks,
Paula

Benji Fisher's picture
Benji Fisher
Wed, 2010-10-20 05:39

Paula: I am pretty sure this is caused by the input filter you are using. You can put any text you want into a node (or elsewhere). If you are using a WYSIWYG text editor like TinyMCE, then you may not even be aware what text you are entering. *When the page is displayed*, Drupal applies the selected input format. If that format is "Filtered HTML," then almost all HTML tags are stripped.

I think the solution is to figure out what sort of formatting you want to do, look at the HTML produced by TinyMCE, and configure "Filtered HTML" to allow those tags. Or you can create a new input filter. You could also switch to "Full HTML", but then you risk the sorts of problems that input filters are designed to prevent.

If you come up with a configuration of TinyMCE and a corresponding input filter that work well together, I would like to see them!

Paulo Gomes's picture
Paulo Gomes
Sat, 2010-10-23 04:11

Finally finished tasks for week 4, with some delay, my conclusions can be found at http://pgomes.dev3.webenabled.net/blog/week-4-tasks-organizing-your-site