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

Module Building Newbie....

HI all

I'll begin with....so far I am very pleased about what I have seen over the past few weeks about Drupal. It will fit my requirements very nicely...

warning: call_user_func_array()

warning: call_user_func_array(): First argumented is expected to be a valid callback, 'node_page' was given in /home/egjug2/public_html/includes/menu.inc on line 354.

in my drupal, i got this error!!
check it egjug.org

when i open another link like admin it work but the menus and blocks disappear.

I wonder how this problem will be solved?

And why it is?

multiple images in custom image node

Hi,

I created my own image node with some custom fields more or less successfully from node_example.module and image.module. It works fine so far, but now I want to be able to not only upload one image but multiple images with the same post.

I cant really figure it out, I have 2 image forms in hook_form :

small bug in archive.module

Replace string
$years = drupal_map_assoc(range(2000, 2005));

with
$years = drupal_map_assoc(range(2000, 2006));

in /modules/archive.module :)

Boza.

Multimedia posting to blog nodes

I am using 4.6.3 and understand that there is momentum in developing an encompassing tool to upload media files using the uploader and generate nodes for them, etc possibly in 4.7. My question is this: Does anyone know of a module or module cocktail to allow users to go to their own blog and post either pictures, audio, or video in their own blog without having to use a "video blog" a podcast blog and a text/photo blog? Can the blog node point to all these other nodes somehow? Can a person upload their video or audio file while posting the post?

Locale for anonymous user, 2nd TRY

Hello,

I am currently working on a multilingual Web Site.

I would like to know if there is a way (code question) to change the interface translation for anonymous user.

I have taken a look to the locale.module code, but I can not figure how to use it to make interface changed for anonymous user. I am abble to find user browser default language or add a link that allow the user to change language, I can compare the language against locale to see if it is available and I can save his configuration in a cookie. But I am unable to change interface translation !

Pages

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