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

Cannot access CVS

I can't access CVS for about a year now. Could someone please fix this for me?
After much searching I think I have finally found the problem:

http://lists.drupal.org/archives/development/2006-01/msg00063.html

Taxonomy and synonyms

I've tried searching the archive, but to no avail. How are the taxonomy synonyms expected to work? My first thought was that they're a sort of autocorrection mechanism (think of tags with umlauts). To my surprise, there are only two places in the core where synonyms are used at all: in the term edit form, and in the {term_data} updating code. This means synonyms are not used at all. Did I miss something? If so, should I write my own module for tag autocorrection, or is there a solution available already?

Adding more than one video to one node

I'm using the video module, which works really well, except I need to add more than one embedded video to a node. So that rather than have one embedded (youtube) video in a node, I could have say 5.

I'm unfortunately not an expert in the development of modules, so I was wondering if anyone had any tips on how to go about customising a module like video to do this.

thanks

thomas

How to distinguish calls to user validate?

I have a small module that validates users creating new accounts using the 'validate' op in the _user hook. However this hook also gets invoked when they try to change any aspect of their profile.

How do I tell the difference between these two contexts?

The best stab I have is that $account['status'] is set to 1 when someone is trying to change their profile, but it isn't in either of the cases that a non-user is trying to create an account or an admin person is creating one for them.

But where is the documentation? Is this the right test or is there a better one?

How to get notified of an event starting in 5/10/15 minutes?

The primary use of this would be either 1) online meetings or 2) meetings for folks in the local office. I know there are several existing modules for event notifications, but in place of getting notifications a day in advance, I want to figure out how to allow users to be notified in X minutes. It could just be a pulldown menu with times in 5 minute increments.

Is there any existing method for getting notifications in increments in minutes instead of days?

change preview button text

how can you change the preview button text? short of using the locale.module or image replacement, i can't figure it out, without hacking up node, since a button's text is controlled by its #value.

Pages

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