NFP Research Association looking for full site build and ongoing maintenance/development

As a member of this association, I am passing the following along to the community. It would be nice to see a Drupal site built here, and is a great fit for an OG implementation. Please ignore the unrealistic deadlines; like all NFP Associations, they're a bit slow in getting this sort of thing out.

BG

CALL FOR PROPOSALS / TECHNOLOGY VENDORS AND SERVICES

Description of Call:
The National Association for Research in Science Teaching is seeking a company to provide support to members to expand its current web services. For consideration, vendors are invited to submit proposals prior to October 14th, 2010. Applicant finalists will be expected to present a live web conference presentation of their services to the organization's Executive Board in November 2010. The entire review process will be completed by the end of December 2010.

About the Organization:

Views: all-argument page paths

I've set up my alias patterns to alias my nodes at: yyyy/mm/dd/node-title

Now I'd like to use Views to generate these pages. However, when I try to set up the page display path as:
%/%/%/%

...views simply ignores the change, reverting to the previous setting. It only works if I start with something before the first argument, e.g.: foo/%/%/%/%

is it possible to start a path in views with an argument?

taxonomy_node_get_terms() in Drupal 7

Hi,

I'd like to create a block which shows a list of items related to the current node. I know how to do this in Drupal 6: views with an argument with taxonomy_node_get_terms(). However, this function does not exist in Drupal 7.

Annotate example for Drupal 7

Hi everyone,

I started playing around with module development and I went directly for Drupal 7. I do have the D6 book and there is an example named 'annotate'. I am trying to convert this to Drupal 7 and despite documentation for some of the functions for D7 to contain wrong (or none at all) information I've managed to convert the code to the point where I am supposed to get the annotation form. Unfortunately, the form doent appear in the nodes and I cannot figure out why. Below is the code which I have:


<?php
// $Id: annotate.module,v 1.0 2010/09/08 22:22:55 pimmy Exp $

/**
* @file
* Allows people to add personal notes to nodes.
*/

/**
* Implementation of hook_menu().
*/
function annotate_menu() {
$items['admin/settings/annotate'] = array(
'title' => 'Personal note settings',
'description' => 'Change how notes behave.',
'page callback' => 'drupal_get_form',
'page arguments' => array('annotate_admin_settings'),
'access arguments' => array('administer site configuration'),
'type' => MENU_NORMAL_ITEM,
'file' => 'annotate.admin.inc',
);
return $items;
}

/**
* Implementation of hook_nodeapi().
*/
function annotate_node_view($node, $mode) {

global $user;

// Abort if the user is an anonymous user (not logged in) or

drupal vs joomla?

hi i'm very new to CMS and i have a doubt, that might sound a bit crazy.but still make me very clear which is a best CMS drupal or joomla??
Please be frank..
and can u give me sooe links of the websites that are been created by drupal???so that i can be very clear..

edited by silverwing - changed forum

Henrik Danielsson (TwoD)

He may not be known to everyone yet. Henrik Danielsson (TwoD) suddenly appeared out of nowhere approximately 18 months ago and started to post a couple of pretty solid patches to Wysiwyg module's queue. In case you do not know the Wysiwyg module yet: It allows you to integrate any kind of client-side content editor (WYSIWYG) with Drupal by building a communication layer between Drupal forms and the actual editor(s). Thus, working on the project requires a solid knowledge and highly advanced expertise of Drupal's Form API, Filter API, JavaScript, and lastly every individual editor library.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x