User login

Needs Improvement

Workable solution needs improvement

Testing nodeapi to see when it lets us do what

So we have testing the data available to see what happens when we try to save one our action-space associated actions or other content.

The nodes created are 571: Required, an Action space (organic group).
And 572: A new action to test, an Action.

Setting up a simple (one-person) blog site with Drupal core

gengou: just a question : i don't want to use "Blog module" (don't want to create Multiple blogs -> Blog module creates a blog for each user)... I Just want to do a Single blog.
[5:29pm] ben-agaric: And yes-- or admin/content/types to make a new one, and Views (which is being developed in #drupal, which is why we try to send you here)
[5:30pm] ben-agaric: gengou ^^
[5:30pm] gengou: should i create "stories" ?
[5:30pm] ben-agaric: Sure.

Locale slowing stuff down, too many cache refreshes: investigating the professional way

So I finally found a thread where folks went about investigating what caused the locale cache refresh issue in the more Drupalish way:

locale initialization slowness
http://drupal.org/node/65801

And in particular this debugging patch:

taxonomy_term_count_nodes() flakes out: empty white screen when term has itself as parent

So yeah, that's pretty much it. Agaric's place module (place_taxonomy to be precise) has a custom page to display all countries with the number of actions and other content posted in them (yes, we will replace this with views eventually).

Somehow (Taxonomy_manager? Places_taxonomy's own save?) the term "Milano" got itself as a parent. The result: taxonomy_term_count_nodes() flakes out and causes the custom /countries page to display an absolutely empty white screen, no error messages anywhere.

Agaric wants to be able to have a page view associated with a block view with arguments

Pass view URL argument for block to page via more link

Just do it. It works.

Research: Similar, not what we need:

Panels arguments get picked up by Views sometimes, sometimes not
http://drupal.org/node/108823

In fact this person doesn't even get his question answered, but his export of his view is a nice example, including PHP code in the "empty" text.

Passing a variable from one Panel to another Panel, both using Views?

Theme dropdown select form element

Adapted (taken) from All Drupal Themes:

form#place-taxonomy-terms-dropdown-form {
border: 1px solid #f2f2f2;
background-color: #FAFAFA;
}

form#place-taxonomy-terms-dropdown-form input,
form#place-taxonomy-terms-dropdown-form select {
padding: 1px;
border:1px solid #eee;
font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
color:#777;
}

Restarting Apache the safe way: test first (ironically, discovered accidentally)

Even in GNU-Linux, don't believe everything you read.

Views calls to clear its own cache a little more often than it needs to

Views calls to clear its own cache a little more often than it needs to
Every time you visit the modules page, rather than just when you save it (which is also too often theoretically, but possibly)

Seems this could be made more precise.

Views module, starting line 21:

Syndicate content