See the Mailing lists or Drupal Issue queue. There are also various working groups on groups.drupal.org

MENU_VISIBLE_IF_HAS_CHILDREN?

I have a question about how menu.inc uses MENU_VISIBLE_IF_HAS_CHILDREN. I've been looking at the code and it seems like it is doing what it says: if there is a parent and MENU_VISIBLE_IF_HAS_CHILDREN is set and there are in fact children (any children, whether visible or not), then make the parent visible.

I am interested in whether there is a need for a new constant MENU_VISIBLE_IF_HAS_VISIBLE_CHILDREN or if this is really redudant and what we mean by the former is always going to be the later (in which case, there seems to be a problem with the code.)

submit form_alter elements in admin/node

guys,

im trying to build a massive operators in admin/node, like updating prices from many nodes.
i used form_alter hook to change the normal Approve/Promote/Denote/Unpublish selection but i cant execute my the code.

How to contribute new tasks_advanced module?

I've been working on a module that extends the Tasklist (tasks) module, and would like to contribute to the drupal community, by listing it in the modules list.

How would I go about doing this?

There's no information about hwo to do this in the "Contribute" section of this site.

Cheers,
Balarama Bosch

Developing modules for a photo agency

Hi!
I am (slowly) developing a site for a small independent photo agency *). I feel that a lot of the functionality that I need is already in Drupal core and contrib, but there are certain points that I need to address, probably through developing a few new modules. (Theming is obviously an important part of it too, but that's another story.)

I have a few ideas on how to implement the functionality that I need and some choices to make, so I'm hoping for some comments and wisdom from the community. Also, if someone else is already doing or has done anything like this, that would be good to know. Hopefully this could turn into a solution that other picture agencies can use, or even better, a set of general modules that can be used in many different contexts.

In short, I need too look at 1) the handling of large image files and the quality of resized images, 2) a specific image search function and 3) ecommerce integration.

Below are my thoughts so far – sorry for the long post. Please look at the parts that interest you and state your opinion! Thanks!

Error when searching and under other circumstances

I recieve the following error below the search results after i send of a search our site under development at www.torturecare.org.uk/new :

warning: array_map(): The first argument, 'utf8_encode', should be either NULL or a valid callback in /var/www/localhost/htdocs/temp/php/torture/new/includes/unicode.inc on line 284.

I also got the same error when using a html for a link in a textarea that was used in the contact module >> settings >> 'Additional information:' field.

rank search result according to number of votes

Hi,
I want a snippet or alteration to the search module. I want the number of votes a node has to be included in determing the node position in the search result. Right now the 3 factors are comments, post date and Keyword relevance
I want "total vote counts" to be the 4th factor.
Any idea how to do this.
Please advice

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Drupal core