Editor reviews are provided by professional editors who evaluate a blog based on the following criteria: Frequency of Updates, Relevance of Content, Site Design, and Writing Style.
There are two essential things that I need to do to Be Fused. One is a complete redesign, because I really dislike the current theme. The second is to change the navigation and category structure.
I have been thinking off and on for some time about...
Find the number of results in a view. Add this snippet to the header or footer of the view, depending on where you want the number of results to be displayed.
From: http://drupal.org/node/131031
Drupal ships with an incredibly powerful and flexible categorisation system, called Taxonomy. However, many developers and site builders get confused when trying to decide if something should be a taxonomy term or a field in its own right.
There is...
To move the contents of a directory to a parent directory, first navigate to the child directory and then run the command snippet below.
For example, the parent directory is called "mum" and the child directory is called "baby", navigate to "baby"...
You can use node relativity to attach nodes to other nodes. In this case, I am using it to attach reviews to product nodes, where the reviews are nodes in their own right. I want to be able to view the reviews (children) within the product node...