Paid adaptation of MovieDB

Hello,

I have adapted the MovieDB module to a certain extent, but am unable to figure out how to link the actor's name to a new field of the character they play, and make both fields clickable and searchable.

Eg.
Die Hard

Bruce Willis as John McClane

Both 'Bruce Willis' and 'John McClane' would be clickable ('Willis' takes you to Bruce Willis's filmography, 'McClane' takes you to a page which lists all of the actors who have played the character 'John McClane' with the film title as well).

Drupal developer | www.ifood.tv

www.ifood.tv, rapidy growing web video community, is looking for Drupal developer preferably based in India (New York and other places will be considered too). We have talented team of drupal developers and you will work along the best. We pay top salaries and liberally award stock options. We are rapidly growing and we need someone to start as soon as possible. We give the best and expect the best. You must be a passionate individual willing to work in an entrepreneurial environment.

user and database access

Hi,

I have a site where I want the user to enter data into a website, and then there is some php code which enters the data into various new tables that I've created in my drupal database. Then there are other pages in the site where selections from the information in the table are displayed back to the user.

Drupal Reinstall Script

I've written a reinstall script for Drupal. It is not a module and should be placed on the top directory. THIS SHOULD ONLY BE USED FOR DEVELOPMENT PURPOSES. It clears your DB and then runs the install script.

date value of text field (set by using javascript popup calendar) does not appear when editing node

Hi,

Please note ...I am learning to program in Drupal/PHP....and have tried getting help from posts in the forum....not much luck...

I am exploring the use of the javascript popup calendar (jscalendar) in a custom node module. I am creating a very basic module to test this. Also, I've used the readme file provided by the author of jscalendar for help.

the main functions of the module is listed below.

here's a brief description

I am able to use the pop calendar attached to the field, fromdate to select a date. It is entered in the table, exam as : 2007-07-17 13:28:06.

fieldtype of fromdate in table exam is varchar2(20).

When I view the node, I see the value of fromdate.

When I go to edit the node, the text field fromdate in the form is blank. If I use this popup calendar in a CCK nodetype, the value does appear in the textfield when the node is viewed in edit mode.

I would like the value to appear in the textfield ,fromdate when the node (that is, from my custom module)is viewed in edit mode.

I suspect it is my exam_load that may be the problem....or do I have to use exam_prepare function to set the date display format. I've tried this..not getting it to work...I'm not understanding this properly.

Any ideas on what I am doing incorrectly or not doing at all....or need to do ?

date value of text field (set by using javascript popup calendar) does not appear when editing node

Hi,

Please note ...I am learning to program in Drupal/PHP....and have tried getting help from posts in the forum....not much luck...

I am exploring the use of the javascript popup calendar (jscalendar) in a custom node module. I am creating a very basic module to test this. Also, I've used the readme file provided by the author of jscalendar for help.

the main functions of the module is listed below.

here's a brief description

I am able to use the pop calendar attached to the field, fromdate to select a date. It is entered in the table, exam as : 2007-07-17 13:28:06.

fieldtype of fromdate in table exam is varchar2(20).

When I view the node, I see the value of fromdate.

When I go to edit the node, the text field fromdate in the form is blank. If I use this popup calendar in a CCK nodetype, the value does appear in the textfield when the node is viewed in edit mode.

I would like the value to appear in the textfield ,fromdate when the node (that is, from my custom module)is viewed in edit mode.

I suspect it is my exam_load that may be the problem....or do I have to use exam_prepare function to set the date display format. I've tried this..not getting it to work...I'm not understanding this properly.

Any ideas on what I am doing incorrectly or not doing at all....or need to do ?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x