Volunteer Drupal 4.7 Theme/Module Developer(s) Sought By Nonprofit

Greetings All,

The Institute for End User Computing, Inc. is a New York State based 501(c)(3) not-for-profit corporation pursuing the long term grand challenge goal of designing a new legacy free End User Computing Platform to integrate the best enabling technologies from all areas of computer science and leapfrog today's platforms. Our secondary objectives include educating the public about enabling technologies, public policy issues, and domain specific End User Computing applications, as well as promoting the study of computer science and allied disciplines.

We have a large static website at http://www.ieuc.org which is generated through the use of a rather complex semi-auotomated client side infrastructure that makes use of such tools as Tinderbox, iCal, and Endnote 6. On the server side our site also uses BBClone and phpicalendar.

We want to augment our online presence with a Drupal community that matches the look-and-feel of our existing pages. To that end, we would like volunteers to help us develop some custom Drupal 4.7 modules to encapsulate our existing functionality.

First, we want to create and then contribute to the Drupal Community a model to invoke BBClone's data collection facilities when Drupal nodes are visited.

Second, we are contemplating a much more challenging module to embed Drupal hooks in statically generated non-drupal pages. The idea would be to have our non-drupal CMS generate a call to a Drupal interface php script invoked each of our static pages with that page's globally unique ID. The script would query Drupal to see if that static page had an associated discussion. If it did, it would embed a link to that node in the static page indicating how many comments in the drupal database related to it. It would also create a "discuss this page" link on the page that would load a redirection node whose purpose would be to dynamically create a discussion forum associated with the original static page and redirect the page load request to load that node. This way static content could be controlled and developed outside of Drupal and only those pages with associated discusions would need to represented in the Drupal database, while providing the website visitor with the illusion that the entire site was a single unified system.

Third, we could use some help tweaking our custom Drupal theme to look like the rest of our site. This could also lead to a module with some sort of automatic cross-linking facility to unify Drupal and non-Drupal page navigation or ideally to a module that could automatically import and update cross-linked external XML-based content generated by arbitary client side GUI authoring tools.

Announcing Lullabot

Matt Westgate and Jeff Robbins are proud to announce the launch of Lullabot (the consulting group) and www.lullabot.com (the website). We hope to be a great resource for companies and individuals who are trying to gain a better understanding of the Drupal CMS and framework.

Imagemagick

hey there, newbie here..

i'm running on windows hosting and i have problems with my image handling. there is no admin settings for image handling in 4.7. I was told by my hosting provider that there is a image toolkit installed in C:\imagemagick.. how do i configure my site so that i don't get error messages regarding my image handling? thank you.

Anyone have the desire to Write a b2evolution to Drupal Script.

I would really like to bring my year old blog over from b2Evolution. I want to add some features over just a plan blog. I DO NOT have the skill to make this happen. If there anyone that has the skill or desire to make this?

To bring the Cats over, the posts and the comments. I am not sure how hard this would be....

Thanks!

The live chat module, questions

It works great, however, all the text is in black.. When I get more users on it, its going to be hard to read, is there anything/anyone that can allow colours or icons in the chat to help tell one person from the other??

Thanks in advanced :)

Unexpected behavior: Apache's mod_rewrite, Drupal's clean urls, and the file system

I thought I knew how Drupal's "clean" URLs interacted with Apache's mod_rewrite and the file system. The logical flow seems obvious after observing the following code in .htaccess:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

The Apache 1.3 documentation for RewriteCond says:

'-d' (is directory) Treats the TestString as a pathname and tests if it exists and is a directory.
'-f' (is regular file) Treats the TestString as a pathname and tests if it exists and is a regular file.

The code checks for a file or directory that matches the request and, if neither is found, rewrites the clean URL such that Drupal can handle it. But all is not as it seems. I expected RewriteCond %{REQUEST_FILENAME} !-f to require a complete match between the file system and the URL before failing.

Here is the caveat:
Apache will not rewrite a clean URL if Apache finds a file at the base of the Drupal installation whose name matches everything up to the first slash (/) in the request. As an added twist, Apache does the same if the file ends with .txt, .diff, and perhaps some other common extensions.

Here is how to demonstrate the quirk:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x