Uncategorized

Image disappears when trying to edit any content in Drupal 6.x

Problem: I am using Drupal 6.x and I use lots of modules for file attachment, Image resize, imageupload, thumbnail creation etc. When I post a new article under any section with some images attached to it. It gets disappeared when I try to edit it again.

Why this problem occurs?
At first, I though it occurred due to my personal settings related to CKEditor. Then second thought goes to the another innocent module (assumed culprit by that time 😉 ) Imagresize module. But disabling them and replicating the same issue didn’t solve my problem.

How to enable user profile in Drupal 7

If you are making a website using Drupal 6.x (I am using Drupal 6.24), then you can add/edit/delete user profile settings very easily by accessing this link: http://your-site-name/admin/user/profile

But, the Profile module is deprecated in Drupal 7, because it is already integrated to Drupal 7. Although, it is still there in hidden mode to provide an upgrade path for Drupal 6 sites that used it or if you are still living in Drupal 6.x world

In Drupal 7 you can find inbuilt profile module under: http://your-site-name/admin/config/people/accounts/fields
But, I assure you it will confuse you more (at least I got confused and didn’t had courage to experiment on it) and you will not be able to add your personal and professionals tab etc 😀

How to change Blog items count in Drupal

If you are using Drupal CMS for your website and you are displaying recent blog post items in a block anywhere in your website. You will see that it shows 10 recent blog posts always. I was trying to make it to list only 5 recent items but I didn’t get any clue how to do that.

After googling for few hours I got some solutions which I am sharing below.