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

Custom node teaser page

I have an array containing the nid(node ID)... how to list the teasers of these items?

is there a function something like print_node_teaser($nid) which i can use to print the teasers??

I dont want to use views....

hooks for adding / removing user from buddylist

Are there any hook implementations that I could implement into my own module when a user adds another user to his buddylist? or when he removes a user from buddylist ?

or is there any other way to accomplish this ?

k.

PRoblem with path in Quickfile

I try to use quickfile to sell images but i cant create any quickfile node, all the time i recibe a error about
The file doesn't exist.

my path to the file is:

/home/14833/domains/files/textura.zip

im shure the path is right, i try diferent paths inside and outside domain but i have the same result

there is any posible conflict between file product inside ecommerce module and quickfile mdule? i need to diseable something?

the domain in mediatemple hosting

at the last moment i recibe this other error when i try to create the node:

Return value for 'blank' checkboxes?

Basically I have a custom contact forum currently working but came across an issue. One of the questions I ask can have 1 or more answers to them so instead of having a text field or menu, i created multiple checkboxes. If the user checks off the corresponding value, that will be included in the email. If the checkbox is left blank, a 0 will return in the email. This is the code that I have for the body of the email:

upgrading my video modules

My site is currently under development (I hired a team from overseas)... the site is going well, however, I am not impressed with the 'media section'. The media section is broken into 3 categories - photo, video, music.

I want the videos on my site to have similar capabilities as youtube - specifically, I want the cover picture for the videos to be a snapshot of first frame of the video. As of now, members are required to assign "cover pictures" for videos.

Saving a file from a module settings form

Hi all, I'm new with Drupal development, and so far amazed with how easy is to hook up into Drupal's framework to build modules.

I'm trying to write a module to import a list of users to drupal (a CSV or XML file with some custom fields that will be mapped to custom profile fields), and trying to use this project to learn how to build modules.

I already built the skeleton of my module, made the form and added an input 'file' into the settings form. What I would like to do now is to save this file into the server, so then I can process it to create all the users. I cannot get where is there I can access the file data to save it.

Pages

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