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

nice_menus dropdown display in drupal-5

I just installed the latest dev version of this module and also applied the patches mentioned in the threads http://drupal.org/node/109865 (http://chilleddreams.com/d5/modules/nice_menus/nice_menus.patch)

In firefox, the dropdown submenu list always displays even though the 'expanded' option is not selected for the submenu.

video module problem

Hi,

I am having a problem with the video module. Everytime I try to upload something it gives me this error:

An illegal choice has been detected. Please contact the site administrator.

Does anyone have any suggestions?

Also does anyone know anything about converting movies to FLV videos on the server?

Thankyou!

Sarah :)

Querying a Custom Profile Field

Hello,

I put together some PHP code that lists the address of users with a common interest.

The common interests are custom fields in the profile (i.e. tennis).

I'd like to be able to search all users profiles to see if the common interest box was checked.

Once all people with the common interests are identified I would then like to present the list of all users to the individual currently utilizing this function.

This doesn't see to difficult; however, I can't see to get things going. Any help would be greatly appreciated.

Slideshare like module for drupal

Hi,

Does anayone has already explored the way to do a slideshare like module for Drupal?

The idea would be to use Openoffice server side ppt to flash converter to do the trick.

What do you think ? Right strategy?

Drupal forever :-)

Denis

Select nodes from database with url_aliases?

I am trying to get a list of all the nodes from the database with their corresponding url aliases and terms, but I can't see how to do this with SQL. I wish the url_alias table contained the nid. Here is my current sql:

SELECT nt.nid, nt.tid, t.name, n.title FROM conconone_term_node as nt, conconone_term_data as t, conconone_node as n WHERE nt.nid = n.nid and nt.tid = t.tid

Pages

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