Getting a Module's Latest CVS Version

Hi, I'm fairly new to working with Drupal, having only developed a module for my boss to size an ice machine. I'm looking to develop in a Drupal/E-Commerce site, and noticed that the E-Commerce suite isn't fully compatible with the latest beta release. I've heard the current CVS works with it, but I don't know a simple way to download all the files without going through and clicking on each one. Is there an easy way? Or is that it? Any help is appreciated.

Any progress on sorting taxonomies in 4.7?

I remember coming across several discussions on this subject, including propositions for patches to the taxonomy module, but have not seen anything about it in the discussions on Drupal 4.7. I would be grateful for any enlightenment that anyone can provide.

Here's a brief statement of the problem: when you display a taxonomy term with its dependent nodes (eg: www.example.com/taxonomy/term/9), then the nodes are sorted by stickiness and descending creation dates, in other words anything sticky appears at the top of the list and the rest is sorted such that the most recent nodes appear at the top of the list.

In my case, however, I wanted to do something different: I use the taxonomy (and the taxonomy_context module) to group together articles submitted at various times in a "series", where (logically) I want the series to start at the beginning, in other words with the first, not the last submitted node. In other words, I want the nodes sorted by creation date ASCENDING.

I could find no easy way to do this using existing functionality and contributed modules, so I ended up doing something I hate: hacking taxonomy.module as follows:
- added a new field "sortorder" to "term_data" table
- added four new fields to the term definition form, to allow four separate sortorders to be defined in descending order of priority
- modified the SELECT statements which find nodes for a term, to include the sortorder defined for the specific term.

Adding tags to users

Hi,

Is there a way, or a module, or anything like that, to give some tags to users? For example "webmaster", "moderator", or anything else? This way, when we look at comments or forums, we can easily know who is this one, what role he has in the website, and of course if he is really a moderator, administrator, or anything else...

Because I had some problems before from someone who claimed to be something he isn't...

Thanks

Drupal 4.7 module skeleton

Does anyone have a drupal 4.7 module skeleton the most basic module, like just printing "hello" on the screen? I would really appreciate getting a copy to get me started with a working base module.

Thanks

Norm

Problem while upgrading to CVS

Hi,

So I'm upgrading my website to CVS version, and I'm updating my database with the update.php script... but I'm still on the windows Please wait while your site is being updated and the process started about one hour ago... it seems to be quite long...

So what happened?

Thanks

New module install system?

Ive tried to install CCK module. README says to load cck.mysql into DB. But there is no cck.mysql in the tarball.

The reason is explained here: http://drupal.org/node/48801

But what is that new installation system?
How can I launch moduleName.install?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x