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.
Using .htaccess is one of the best ways to redirect a URL to a new URL. Particular care needs to be taken with Drupal sites for it to work correctly.
The following snippets needs to be added to the root .htaccess file directly after the following...
The Drupal link function is a handy and easy way to create hyperlinks in your module or theme.
The syntax for the link function is:
print l(anchor text, path);
This is an example of a simple link that might exist in a theme template...
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...