Archive - Sep 2008

Date
  • All
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

September 23rd

Open External Link in New Windows in Drupal

Tagged:

DrupalIf our site using RSS feed from other sites and people click links inside it then it will open the links in same Windows. it would be not good for us as website administrator. How we avoid this?

We can use External Link module to solve this.

September 17th

Error with CCK: Class 'views_handler_filter_string'

Tagged:

I've installed Views modules and I found this error on my site:

Fatal error: Class 'views_handler_filter_string' not found in /home/example/public_html/modules/cck/includes/content.views.inc on line 151

 

Seems Views and CCK Modules got related.

To fix it you must upload the new version of CCK Modules and that works for me.

 

September 5th

Vote for Drupal in Open Source CMS Award

Tagged:

This year, Drupal 6 was nominated for best CMS in two categories. Please help us by voting for Drupal in both of them:

Best Overall Open Source CMS

Watching Youtube Video on Drupal 5 Site

Tagged:

 YouTube is the most popular video sharing site on the web. If you have a drupal site and you want to embed video content on your site so people can watch directly from your site, what can you do?

In drupal 5 you can use some methods to embed youtube video in your content. I found this article here, not detailed but I think it may be useful.