Archive for the ‘Drupal Modules’ Category

Want to remove language from node links?

Wednesday, November 19th, 2008

Try this module on the attachment..

http://drupal.org/node/242408#comment-945345

Theming Views 2 in Drupal 6

Thursday, November 6th, 2008

I found a simple tutorial for newbie.. !!!

Click here… I spend more than one hour to find out this.. Pity me !

WYSIWYG Editor?

Tuesday, October 28th, 2008

This might not be the best, might not be the lightest, or might not be your favorite !

But I like it..

FCKEditor is my choice.

Download the module here

Download the editor here

Need a Search Engine Friendly URL?

Tuesday, October 28th, 2008

If you need a search engine friendly URL in drupal (who dont need anyway), pathauto is your best friend

Download PathAuto

Required Module: Token

Must Activated Core Module: Path

Image Cache - Using more than one presets

Monday, October 27th, 2008

If you want to use two presets or more, you can use this code..

Sigh.. Wasting hours looking for this answer.. Silly me !

<?php
print theme('imagecache', $preset, $image['filepath'], $alt, $title, $attributes);
?>

This is the example…

<?php
print theme('imagecache', 'small', 'test.jpg', 'just a test image', 'test image');
?>

..

New Features in Views 2

Monday, October 27th, 2008

Watch this video

http://www.masteringdrupal.com/screencast/new-features-in-views2/play

Views Introduction in Drupal 6

Monday, October 27th, 2008

I’m a bit confused in the beginning. Hope this video can help