Any Drupal Users in the NYC area?

Is there a NYC Drupal users group? If not, how can we get one started?

Mike
http://ixlr8.org

Perl script to assist in repeated installation of modules

In order to make my life a bit easier when I wear my drupal site implementation/customization hat, I wrote this simple but dangerous perl script. (It was written in a day, so it is more a working prototype than anything else.)

It is designed to populate a database that it parses from the contents of the drupal modules webpage with module name, (part of) the module description, and the download url for the module. (give it its own db, don't try to have it share your drupal site's db)

The database file I am distributing with the module is based on last weekend's page (jan 13th) of 4.6 modules

Used on the command line, it can be used to simply search for and/or install modules.

drupal_module_installer.pl clear
will remove the contents of the default db so you can repopulate it or change which version you are working with

drupal_module_installer.pl update
will download and parse the module page for the version specified in the config section

for example:
drupal_module_installer.pl info wysiwyg

returns the following:

Results for modules that match your query: wysiwyg
Htmlarea
Allows Drupal to use the HTMLArea WYSIWYG formatter to replace text area fields.
--------------------------------------

quicktags
The quicktags module adds buttons above all your textareas. It uses on-the-fly generated javascript to do the magick. It is not a wysiwyg editor, but something far simpler: It simply inserts the basic HTML into your textarea.

Swap Login and Nav Menu Blocks

I'd like to hide the Nav Menu block until a user logs in. spreadfirefox.com appears to work this way--it displays the login block until someone logs in, then it swaps the login block out for the nav menu block. I'm currently using the latest version of CivicSpace, which is based off of Drupal 4.5.

creating a community of school/campus blogs

Hi, I am new to drupal and was wondering if someone could point me in the right direction. I want to setup a site for multiple high schools to each have there own blog. So lets say the school name was "Sample" then when they sign up their blog would be created under www.domain.com/sample . Students could then post articles blog entries, polls, whatever, etc. Only relevant information to the school would then show up on their site.

Any suggestions for getting me going in the right direction...

Thanks in advance.

Image Module - only display some galleries

Is it possible to only display some galleries on the 'Image galleries' page?

I need some of the galleries for the images on the site, they are uploaded through the Htmlarea upload function, which uses the image module. But I do not want the public to be able to view these galleries, just have them there for uploading.

Can I choose which galleries to display? I'm using drupal version 4.5.3 which I realise is ancient, but I have modified the core, so upgrading is difficult.

Thanks

Miles

Create php page

Lets consider on php from which accept event_title and event_description . I want insert this data in my database. But to insert data I have to submit form. Now I have problem that how to submit form and specify action when I created page.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.5.x or older