Tag Archives: drupal

Integrating zencart with your CMSes

Should I tell you what Zen Cart is? I don’t think it is needed. Still if there is really someone who never heard about Zen Cart, the following lines are quoted for you from Zen Cart’s website : Zen Cart™ … Continue reading

Posted in Open Source, Reviews | Tagged , , , , | Leave a comment

Return to wordpress

Long ago I have moved to Drupal from WordPress due to its lack of features. But the 2.5x series of wordpress is so cool that I could not but re-migrate to wordpress from Drupal. The main drawback I faced while … Continue reading

Posted in General | Tagged , | 1 Comment

Recent Topics – My First Drupal Mod

This site is developed on Drupal CMS. Today I though, I should show a block containing some recent posts like “Recent Comments” block. I searched drupal.org for long for any module. but i did not get. later, I have developed my first mod for drupal to show some recent topics/contents/posts.

How to do it:

1. Login as admin
2. Goto Administrator -> Site Building -> Blocks
3. Click “add block” link from top.
4. Enter “Recent Topics” in block description box
5. Write the following code in the block description box. You may change $list_no to any value.
Continue reading

Posted in Open Source, Scripts | Tagged | 17 Comments

Jquery & Javascript Tools Conflict

Yesterday, I have installed Javascript Tools 5x module in Drupal. After that I failed to upload files. I tried about an hour with many alternatives. Finally after disabling Javascript Tools, file uploading was ok again.

So far I know, Drupal upload files using jquery. so most probably jquery & javascript conflict with each other.

:( Continue reading

Posted in Scripts, Troubleshooting | Tagged | Leave a comment

Migration to Drupal

I dont know how but all of a sudden I fall in love with Drupal. May be for its clean interface. Now I am planning to invest my times for Drupal instead that of for Joomla. Joomla is not easy for new users.

Today, I have migrated my Wordpress posts to this site using Wordpress to Drupal Migration tool (wp2drupal5) which saves a lot of times & pains. Thanks to the developer.

I wish to change the look soon. Wish you will also like my new site. Continue reading

Posted in General | Tagged | Leave a comment