Jquery problems

Hi,

I posted this in themes to start with but feel it is more appropriate here. Help appreciated:

I can't seem to get jquery working in drupal 6 RC 1. I just enter some very simple code in a new node of type Page:

Drupal with an image voting/rating-system?

Hi everyone!

My project is to develop a webshop of postcards. However, the biggest challenge is to find out an open-source CMS which support image voting/rating-system. The idea is that visitors of the shop could view images of postcards and give them a rating, for example from 1 to 10. Afterwards all data will be used when decisions are made about which cards will be printed for a real. It's the way how the demand can more easily meet the supply and that's of course something that many clients wish, like in this case too.

jquery not working in drupal 6 RC1

Hi

I can't seem to eget jquery working in drupal 6 RC 1. I just enter some very simple code in a new page:

<?php
drupal_add_js(
'$(document).ready(function(){
$("p").fadeIn("slow");
});',
'inline'
);

if(Drupal.jsEnabled){
print "ENABLED";
}
?>
<p id="one">Paragraph one</p>
<p>Paragraph two</p>
<p>Paragraph three</p>

the drupal.jsenabled test tells me that js is enabled but the paragraphs refuse to fade in.

Maintain an Operations Manual with Drupal

I run a chain of fast food restaurants, and we're planning on creating a complete operations manual for our restaurants. It would include information about everything related to the restaurant.

I've thought about setting this up as a static manual in print form, but I don't think that's a really good idea. So I think it's better to go with an online version that is constantly updated.

What I need in general is a hierarchical setup of all the items. For example on the equipment

Drupal 6.0 RC2: Fetching available updates form behind a proxy

I just installed Drupal 6.0 RC2. While trying to get available updates via:
http://www.myhost.tld/de/admin/reports/updates/check
I'm getting:

Unable to fetch any information about available new releases and updates.

I assume this is due to the fact that I'm sitting behind a proxy server. If I bypass the proxy, everything works fine.
Is there any settings-page where I could specify my proxy? Or is there any other way to make that work?

Need module developement around Taxonomy

I am looking for a experienced developer to produce a module that
- adds a Taxonomy Term to a Vocabulary whenever a Node is created (for each node type one different vocabulary).
- The Term should reflect the Title of the node
- The new has to be assigned to the node
- another taxonomy term, is also assigned, like "Parent" Node

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x