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

Student Mark Result Publication

1) To publish the Student's Mark List for the Monthly Test
2) Spread Sheet data is the input

Group Events Block not showing

Hi,

I'm new to drupal and I'm having some problems. I have OG, OG Calendar and Events installed, but the "Group Events" block won't show. I've tried putting on the left, right, content, and nothing comes up. The "Calendar to browse events." block shows up fine.

Also, is there a way to create a block that shows a list of calendars for the groups a person belongs to?

Thanks

need Help in new module !

<?php
/* $Id$ */
/**
*Display help and module info
@param section which section of the site we're displaying help
@return help text for section
*/
function picbib_help($section=' ')
{
$output= ' ';

switch($section)
{
case "admin/help#ipicbibe":
$output = '

' .t("Displays links to nodes containing pics").'

';
break;
}
return $output;
} //function on this date_help

Cant' get Audio module to work

Hi there

I'm essentially a newbie to drupal and cms's in general. I've been developing a small website for our local church and wanted to upload some mp3 files that had been recorded.

All the main text files and images are uploading just fine, but when I try to upload an mp3 I'm getting database errors as listed below:

• user warning: Table 'cmsdb.bsjaudio_metadata' doesn't exist query: SELECT DISTINCT a.value FROM bsjaudio_metadata a WHERE a.tag = 'artist' AND LOWER(a.value) LIKE LOWER('test%') ORDER BY a.value LIMIT 0, 10 in /home/md93/public_html/bsj/drupal-5.1/includes/database.mysql.inc on line 172.
• The selected file could not be copied, because no file by that name exists. Please check that you supplied the correct filename.
• user warning: Table 'cmsdb.bsjaudio_file' doesn't exist query: INSERT INTO bsjaudio_file (vid, origname, filename, filepath, filemime, filesize) VALUES (46, '13gaelic blessing.mp3', '13gaelic blessing_1.mp3', 'files/audio/13gaelic blessing_1.mp3', 'audio/mpeg', 1494121) in /home/md93/public_html/bsj/drupal-5.1/includes/database.mysql.inc on line 172.

taxonomy_browser: how to use checkboxes?

Hi there,
I am trying to figure out how to personalise the taxonomy_browser form, and specifically hot to get checkboxes instead of select lists for some categories (not all of them).
Any hint is much appreciated.
Regards
big67

Help needed in getting form values !

Hi,
I am new to module development .I am building a module which has a form in the block. i need that form values (data in the form elements ) for further processing how can i get that data ? i tried to use $_GET as in php but no use please can anyone help me
thanks in advance .

Pages

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