Drupal 5.x
Drupal 6.13 and 5.19 released
Drupal 6.13 and 5.19, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download. Both releases fix some other smaller issues as well.
Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. For more information about the Drupal 6.x release series, consult the Drupal 6.0 release announcement, more information on the 5.x releases can be found in Drupal 5.0 release announcement.
Formatting multiple images in a story using Image Field and Image cache
Ok bear with me as I am novice and been struggling for a while.
I am trying to format a story page that I have setup using image field and image cache to display multiple images.
http://www.suffolkcountymantas.co.uk/support/drupal/content/opel-manta-v...
I want to display the body text first then the multiple images after it either one at a time or preferably two side by side.
I also would like to put the image description underneath each image.
All I seem to get is images inline but I am not very experienced with css and have found it difficult how to format this. I also have the content template module installed.
Many thanks in advance
Richard
How to rate a content in its table view?
Hi i have created a table view for my content type 'file' i need 2 show the option to rate the nodes as a different column in the table view.
However im not able to do this yet.Is it possible to do so?
if so pls give guide me with the steps :)
Thanks,
Ninu
Blocks not correctly shown only in the front page
I've noted that recently the front page of my Drupal based web site shows the blocks, that normally should be shown on the right side, on the left side, at the complete bottom.
In other pages different from the front one, this doesn't happen.
May you suggest me which could be the cause?
Best regards,
Michele.
How to call og using module_invoke()?
Hi Guys,
How can I call the og 'organic group' by using module_invoke()? It displays nothing when I use the code below in my .module file
Thanks in advance
-Mark
<?php
function theme_cec_community_list($param) {
$list = $param['list'];
$block_group = module_invoke('og', 'block', 'view', 0);
$content = '<div>'.$block_group['content'].'</div>';
return $content;
}
?>How to set mail type from text to html... m using drupal_mail() function.
M using drupal_mail() function to send email. How can I set the email type from text to html?
