Drupal 8 is released!
Today, DrupalTM announced the release of its latest version, Drupal 8. Drupal is the open source, digital experience framework behind millions of websites and applications. It powers many of the web’s most influential platforms. Drupal 8 changes how those platforms create and deliver the world’s best digital experiences.
How to bulk delete all unapproved comments in Drupal?
Responsive Youtube Embed in Drupal without installing Modules
I was using Omega and needed to make Youtube embeds be responsive to match my responsive design (without installing any module) and have them resize correctly along with the rest of my content. After some Googling and research, I came up with this solution.
The trick from WebDesignerWall is very simple. You need to wrap the embed code with a
Upgrading imagecache presets to Drupal 7 image styles
While doing a Drupal 6 to 7 upgrade for a web project, I was wondering if there was a way to upgrade my imagecache presets to Drupal 7 image styles. Image styles in Drupal 7 are the equivalent of Imagecache presets in Drupal 6. I found out that you can do it via Features or finding another solution (the one posted by Drupal user Vladimir). Here's how I migrated my Drupal 6 imagecache presets to D7 image styles. Create file in "Drupal_ROOT" and paste the following code:
..Drupal is pink!
...because Drupal is pink! A small message to all female drupallers around the globe! :)
Disable comments by default for specific content type
You can disable comments from your content types admin by editing the content type on which you want to disable comments.
Go to admin/content/types, In the Comment settings section, set Default comments setting to Disabled. Save the content type. You are done! But, this will only change new posts, what for the existing posts? You have to change them manually by editing each node. It can be a bind.
We are going to do it via SQL snippets which I've tested on Drupal 7 and should work for Drupal 6 as well (in my case I have a content type 'quotation'):
Displaying Recent Tweets in Drupal
There are many ways on how to show your recent tweets in Drupal sites. I am going to show you two methods to achieve this.
Custom code
Using the following code in a custom block. Working for both Drupal 6 and 7.
Drupal 6 cache_form table overload issue solution
A known issue in Drupal 6 where cache_form table isn't cleared when the items are expired. This causes cache_form to grow without an end. Solution?
In phpMyAdmin, truncate the cache_form table using the following query:
This issue is fixed in drupal 7.
Voilà !
Finally moved to Drupal 7 with a new look and feel
I finally seized the moment and moved my personal static website into my lovely Drupal :) Also, I migrated my oooold blog from OverBlog to WordPress and then to here to Drupal.
The new site is based on Drupal 7 and as you can see it got a new look and feel as well.
Hmmm, how hard is to be your own client!!
Drupal 7.0 is released!
After nearly three years of intense community collaboration by nearly a thousand contributors, Drupal 7.0 is today officially released and ready for download!
Built for community, by community