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

I need a break.com like module

Hello,

I'm wanting a gallery that will allow my users to submit videos and comment on them and so on. The most important thing is to allow users to upload thier own videos, and then i can accept/deny their requests. Is there any gallery that would allow me to do this on drupal? Doesnt have to be a video gallery, I think it could be changed to a video one rather easily.

Thank you for any help.

CVS questions - promoting as release and adding to Modules page

I've got my module to a point where it's ready for release. I've tagged as DRUPAL-4-7 as explained in the handbook, but my module still doesn't have a release entry.

I'm also unsure how I can add the module to the drupal.org/project/Modules page - any ideas pls?

Module is at: http://drupal.org/project/phoneblogz

Thanks all,

Matt

Displaying the Date for a Blog with a variable

Hello:

Could someone please tell me what file holds the function for displaying the date for when a Blog was submitted?

On the blog post page the following line displays:

"Submitted by [bloggers name] on [date] - [time]"

I looked at the statistics.module file and I'm not sure if the timestamp from one of the functions in that file will work to provide me the above [date] which I would like to capture as a variable and use to display(echo) the blog [date] elsewhere on the blog page.

Child Category is not associated to correct parent Category (Taxonomy)

I built some categories in the Taxonomy Modul. They can be associated multiply. So I wanted to realize following structure:

ZP
ADAC
*Region 1
*Region 2
DMSB
*ADAC (with child categories)
*BMV

But "ADAC" appears in the wrong way.

The Parents I set for ADAC are and also "DMSB".
But in the Category list (and also in the Site Map of Site Menu Modul) the categories are listed this way:

taxonomy_node_save() not creating the term<->node relation

Hi there,

I'm trying to do a term freetagging insert on node insertion. When somebody creates a node i want to create tags from some node variables. So i have the following code in the hook_insert() function:

Module weight (which hook gets called first)

I've developed several new modules and node types for a site I'm doing, for one of these node types, after I create a new one with the submit form I want to redirect to another page.

I've been doing this with drupal_goto at the end of the hook_insert and I also tried hook_nodeapi but the issue is that it kicks in before the image attach module has had it's hook_nodeapi called.

Pages

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