Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I apologize if this is the wrong place for this, but I'm curious: has anybody tried the old (4.5.x) Weblink module with a Drupal 4.6.0? The new Weblink module has removed almost all the functionality of the old one, so I would like to go back if possible.
Or was it "taxonomy user"? I remember seeing something in CVS right around 4.3 or 4.4 that automatically tagged user-contributed content with a taxonomy term generated from their username. This enabled a simple, universal way of tracking each user's content. I thought it was a good idea at the time, but I didn't have any kind of use for it. When I look back in CVS, I can't find it anymore.
Over at http://www.reblog.org they have a wonderful aggregator called refeed that is being used as a reblogger tool. There is a reblog plugin for a few popular blogging tools like Wordpress, Movable Type, etc.
Hi,
search module works good, but when I try to find some text with slash (for example: 30/05/2005) it will make error:
Not Found
The requested URL /gauranga/search/node/30/05/05 was not found on this server.
I tryed to search also here on drupal.org but it is same error.
It is possible to repair this error in .htaccess file or I must change code in search module?
I've built a node module and i was wondering if there is a way to pass parameters to the module before the form is shown.
e.g. is it possible to do something like: http://example.com/node/add/mynodetype/23/56 so that 23 and 56 are 2 parameter values that can be used in the form (e.g. as hidden fields)
I'm struggling with this problem for over a week now, so I think it's the time to ask some help.
I created a form with an upload field in it. Therefor I used the function form_file(t('Archive'), 'archive', 70, '', TRUE); which displays the field I expected nicely. Now the problem is, when I browse to a local file on my computer and try uploading it to the server using the submit button, nothing happens. More specific I can't find the file anywhere on the server. So the question is, how do you handle such an upload after the submit button was hit?