This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

node->body displayed first?

Hi,

I was planning on reusing node->body for my module, but it seems to get printed out before any content set in my module. I used the following two functions in my module, straight from the node.exmaple:

function course_view(&$node, $teaser = FALSE, $page = FALSE) {
$display = theme('course_display', $node);
$node->body .= $display;
$node->teaser .= $display;
$node = node_prepare($node, $teaser);
}

Simple_Access and RSS feeds

I understand that it is not possible to create a RSS feed that includes "simple-access enabled" blog entries. Am I correct ?

François-Xavier

CiviCRM install requirements

I'd like to test out CiviCRM and see what the buzz is about. I notice the requirements for CiviCRM call for PHP 4.11 or PHP 5.

However, I'm running Debian Sarge which uses PHP 4.10. I'd rather keep my Debian installation "pure" and not have to install PHP 4.11 or PHP 5 by hand. Anyone know if the Debian version of PHP 4.10 is good enough to run CiviCRM?

Problem with gallery.modul

I've just recently installed Gallery 2.0 and i've wiped my drupal installation clean to work on some integration but I'm having the following issue. I haven't seen this one reported anywhere-- so I figured I'd toss it up here to see if people have any ideas.

Using: Gallery 2.0
Drupal: 4.6.3
Gallery.Module: CVS HEAD (Updated 9/12/05)


Unable to get Gallery image block
Error (ERROR_CONFIGURATION_REQUIRED)

* in modules/core/classes/GalleryEmbed.class at line 764 (gallerystatus::error)
* in /home/xxxx/public_html/drupal/modules/gallery/gallery.module at line 185 (galleryembed::getimageblock)
* in ??? at line 0
* in /home/xxxx/public_html/drupal/includes/module.inc at line 182
* in /home/xxxx/public_html/drupal/modules/block.module at line 502
* in ??? at line 0
* in /home/xxxx/public_html/drupal/includes/module.inc at line 182
* in /home/xxxx/public_html/drupal/includes/theme.inc at line 864
* in ??? at line 0
* in /home/xxxx/public_html/drupal/includes/theme.inc at line 194
* in /home/xxxx/public_html/drupal/themes/engines/phptemplate/phptemplate.engine at line 204
* in ??? at line 0
* in /home/xxxx/public_html/drupal/includes/theme.inc at line 190
* in /home/xxxx/public_html/drupal/modules/node.module at line 1727
* in ??? at line 0
* in /home/xxxx/public_html/drupal/includes/menu.inc at line 354

Does the captcha module ever display a number?

Does the captcha module ever display a number? Because if not, I want to delete the word "number" from the captcha instructions ("Please type in the letters/numbers that are shown in the image above. ") -- Sometimes a user is confused if he's seeing zero or the letter O or the number one as opposed to the letter I.

Thanks in advance. :)

Image.module 4.6.3 <br> tag added after image

Hi,

I am upgrading my site to 4.6.3 from 4.5; The new image.module adds a <br> tag after each image, thumbnail or preview, if there's no description.

If a description is available, the <br> tag isn't there, only <p> </p> tags, surrounding the text.

This <br> tag is adding a lot of white space below each image, breaking the design...

Is there a way to remove it? I looked at the image.module code, but can't find it anywhere...

TIA,

Gstavo Melo

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions