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

Will the Project Module be upgraded to work with Drupal 4.5?

Is the Project Module still being developed? Drupal 4.5 has been out for a while and the project module page still only has a download for drupal 4.4.

project module for 4.5(.1)?

I use(d) the project module for a few php projects and would like to use it for my theme/engine (based on chameleon) that i've been working on. I haven't checked in a while but kind of assumed that it would be ready for 4.5 by now. How is it going? Is the CVS working in 4.5? I tried 4.4 when I upgraded to 4.5 but there were some errors.

Clean Urls working but php session id tagged on the end ?

This one has me confused.
I am running a single set of code for 3 sites. All have been running for some time.
I was doing some developement on a user profile search module for one of the sites (just simple tweaking as it has been running for some time on a live site) and did encounter a snytax error. Fixed it and the site is fine. This module also runs on the other two sites mentioned.

how to create new chat room?

regardings the chatbox.module, there is only one chat room available. it there possible to customize chat rooms, just like IRC-like features?

Most recent images block

I think this would be really cool, and I don't know how to write it myself. It is almost like the "Most recent comments" block, instead I would like to have a "Most recently added image" block (or something along those lines) where the block shows the thumbnail of the newest image and links to it's node. If there is one already, please tell me; if you can help me to make one please tell me also. Thanks.

Creating Upcoming Events module from Select Taxonomy MYSQL question.

Hey I'm modifying the Upcoming Events block so that it only shows content from a select Taxonomy.

This is the original code
$result = db_query_range("SELECT n.nid, n.title, n.status, n.moderate, e.* FROM {node} n ". node_access_join_sql() ." INNER JOIN {event} e ON n.nid = e.nid WHERE n.type='event' AND ". node_access_where_sql() ." AND n.status = 1 AND e.start >= $time ORDER BY e.start",0,$limit);

I tried modifying by adding another JOIN to query the taxonomy table, but there is a flaw in my MYSQL.

Pages

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