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

How to ensure your patches can be accepted/helpful? (a Question)

Following the delayed branch of the DBA module as discussed here I'd like to pose a question to Module/CVS maintainers...

Do you really expect contributors to submit functionality changes without any code style repairs, or vice-versa, bother with code style repairs if they are not doing any bugfix or additional functionality?

<X-POST>...
I sympathise with both sides of the story here. :-/

I find it really hard to split my head in three when trying to help fix up a module. In the course of porting, it's hard to resist repairing code style issues where I see them, and usually the only reason I'd be opening up the code in the first place is to actually bugfix or add a feature. This inevitably leads to a three-in-one patch :(
However, even if I did get enough encouragement to go back and try to branch those bits into 3 separate patches ... how does one go about that?

Should random style/text/comment fixes come first? (effectively repairing a release you are not even intending to, or even able to, run - which may be critically broken in the first place - boring)

NodeReference - Only nodes you own?

I would like to have NodeRefernce only show nodes that the user owns when creating new content. Anyone have any thoughts on how to do this? As it already available and I am missing something?

Thanks.

currency script

Hi i am in need of currency script .I dont need currency conversion script.I just need to display status of various currency...like
1 dollar- 40 indian rupees.
like this ..is there anything available...

Getting ncck to work

Hi,

From the lack of topics about this module, I might just be missing something simple, but I can't seem to get this to work. I'm trying to make a digg like website. I installed the module, but when I post a youtube link as the url of a storylink or even a weblink, it doesn't change the link into an embedded video. I also tried to post the link into the body, but that didn't work either. Can someone please guide me through the process of getting this module to work? Thanks for your help.

Attach Image Galleries to a single node / Moderate photos uploaded to gallery

Hi there,

I'm searching and searching but can't find a solution. What I need is the possibility to attach image galleries created with the image-module and the image-gallery-module to nodes. Not as a link but as a real gallery with thumbnails.

And then I'd like to have two roles: One role can upload images and another role can moderate this images. Moderate means lock and unlock images in galleries.

bye
Dirk

How drupal handle $section

I have the following code in "onthisdate.module"

<?php
/* $Id$ */

function onthisdate_help($section='') {

  $output = '';
  
  switch($section) {
    case "admin/help#onthisdate":
      $output = '<p>This is a little help</p>';
      $output .= '<p>Second text</p>';
      break;
  }
  
  return $output;
}

I put some text in $output variable. I want to know:

Pages

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