Utility: Delete all nodes in a site
Here is a module that can come in handy in certain cases.
Say you have a site and want to delete all content in it.
Reasons are:
Informative articles on various technologies ...
Here is a module that can come in handy in certain cases.
Say you have a site and want to delete all content in it.
Reasons are:
2bits released a new module today.
It is called clean feeds.
Currently Drupal's feeds contain all the markup, including the HTML tags for images, hyperlinks, ...etc. This can cause a site to lose clicks when users click on external URLs included in the feed.
Most sites do not include links in their feeds.
This module is designed to address this, and make sure that when users are interested, the site owner will not lose traffic.
Note: for Drupal 4.7, a patch to the node.module is required. Check the patches directory included with the clean feeds module for a patch as well as a pre-patched node.module.
2bits now has a section dedicated to Drupal software downloads.
In that section you will find various modules that are not released on Drupal.org for one reason or the other. Reasons include lack of time, unknown license, ...etc.
We are making those available in case they are useful to someone.
In particular, check the Spread Fire Fox affiliates module for 4.7.
An article on TechCrunch describes ChangeEverything.ca, and how it is a social initiative for change, powered by Drupal.
We blogged about ChangeEverything when they launched, and work for phase 2 is continuing.
Nick Lewis covered how to assign unique CSS Ids for menus in the navigation block in a recent article.
In this article, I describe how to do the same for the primary and secondary links.
With some modifications, this technique can also be used to manipulate the primary and secondary links in other ways.
First, in the template.php of your theme, add this function. If there is no template.php file, then create one.
function phptemplate_menu_links($links) {
return _phptemplate_callback('menu_links', array(
'links' => $links,
));
}
Then, create a file called menu_links.tpl.php in your theme directory.
The good folks at Social Signal were asked by Vancity, a Vancouver, B.C. credit union, to launch a grassroots Change Everything.
The idea centers on changing things in yourself, your community and the world. A grassroots social networking site that brings people together.
The next release of Drupal will be 4.8 or 5.0, depending on what features make it by the September 1 code freeze.
One feature that eases the installation process, is the long awaited automated installer.
There is no need to manually create the database tables any more.
Here are the steps for creating a 4.8/5.0 Drupal site, with the messages you are expected to see.
If you are on a shared host, then you create the database from the control panel provided to you. For example, this will be under MySQL in cPanel. You have to give the database a name, and create a database user with all privileges to the database you just created.
Drupal can run on virtually any hosting environment, from the very inexpensive shared hosting plans all the way to dedicated servers, and everything in between.
However, some of Drupal's features require specific Apache or PHP features that may or may not be available on any given hosting environment.
Normally, dedicated hosting is not an issue, since your site will have control on the software and its configuration, as well as a competent system administrator that can handle those changes. The same is true for most virtual private servers as well.
However, shared hosting is often where the most problems are encountered. Not all hosting company support all the features that Drupal requires.
Thanks to Wolfgang Ziegler (fago on Drupal.org and a Google Summer of Code for 2006), the feedback module was totally rewritten for 4.7.
The module now allows multiple feedback pages, each going to a different email address. It also has configurable categories.
The only thing that did not get carried over is the validation of the email address. The reason is that this feature was unreliable and slow since it involved opening a socket to the SMTP server for the domain, and trying to contact the user's email.
Several ISPs do not allow this including large ones like AOL and MSN. It also tied up a PHP process while slow socket operations happened.
We needed to have a newsflash announcement at the top of certain pages on a site. Here is a quick way of doing this with minimal theme code.
In order to do this, we decided to use the new "regions" feature for Drupal 4.7 blocks.
Is your Drupal or Backdrop CMS site slow?
Is it suffering from server resources shortages?
Is it experiencing outages?
Contact us for Drupal or Backdrop CMS Performance Optimization and Tuning Consulting
List of recent content on this site.
Do you use any of our Drupal modules?
Did you find our Drupal, Backdrop CMS and LAMP performance articles informative?
Contact us for Drupal and Backdrop CMS Performance Optimization and Tuning Consulting
Most Comments