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

Who can make a Clone YouTube Module?

http://labb.dev.mammon.se/swfupload/
who can use this one make a uploader module.

and this one
http://www.maybor.com/files/file_uploader.zip
is hack video.module and image.module

thanks man.

Soccer statistics system

Hello, I'm new to drupal but I know PHP/SQL etc. very well. Now I want to setup a soccer statistics system with information like matches, goals, wich team member player in wich game, wich player made a goal, injuries:wich player in wich match etc... Does anybody see a challenge for themself??? If you can help me get on my way, please comment or mail me... Thanx!

Simple profile type module with photo

I am looking for a simple profile type module.

Features:
All profiles fields must be hard coded. I will change or add manually as my need.
One or multiple photo uploads options.

Does any simple module have above features?

Title table with theme function

I am building a module for drupal 4.7.

In this module i have a table that needs a title.(not a header).

example(non drupal code):

Yahoo Publisher & Inline blocks

Hi,

I use Yahoo publisher (like google adsense) on my sites, and I need some kind of custom blocks, I saw some of the post on making custom regions and blocks, but I'm really looking for a module I guess, that would make it as easy as possible.

Does anyone know if the adsense module would work for Yahoo Publisher?
Has anyone tried it?

Thanks in Advance
Asher

hook_comment() problem

I wrote my own hook_comment() mymodule_comment() to do some jobs while comments are deleted or posted. insert works just fine, but code in case 'delete' doesn't invoke when a comment is being deleted. I have no idea why. The following is the code

mymodule_comment(...)
switch ($op) {
case 'delete':
do this;
break;

case 'insert':
do that;
break;

Thanks...

Pages

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