School Class Microsites

Hey,

I'm looking to use Drupal for the school I work for. I have done a lot of work with Drupal as freelance before working here, so I'm not scared of getting dirty.

I want to create a sort of microsite for each class, so only related content shows in the class microsite. The type of content will be like News, photos, letters etc. Each content could be related to more than one class. I was originally thinking of using OG but I feel taxonomy would be better. The only problem I think I will have with taxonomy is not being able to limit people to there microsite.

need help - i am lost

Hi,
I am new to drupal,
and I really need some help from experienced users.
(i need this type of website because i am a videographer and need to show my work to potential customers)

qadrawdi.module - "Quick and Dirty Raw Data Import" - any examples of usage?

Are there any examples of usage of module - qadrawdi - "Quick and Dirty Raw Data Import"

http://drupal.org/project/qadrawdi ... but no D7 version yet released ..

This module provides the functionality to import raw data into drupal nodes. It offers an customizable path that can be queried with a HTTP POST request to store the desired data into a node. The path can be protected by a key that must be passed along at each POST request.
The quick and dirty raw data import module does by far not provide advanced methods but it gives the possibility to quickly import node entries into an existing drupal installation. I used it to convert a pligg website with round about 6000 pages into a drupal one with the help of this module and a ruby script reading the database and firing the post requests within 20 minutes.

Here are the functions in qadrawdi.module
but where/how are they invoked?

function qadrawdi_init()
function qadrawdi_menu()
function qadrawdi_admin
function qadrawdi_callback
function qadrawdi_create_node
function qadrawdi_create_node($type, $username, &$title, &$body, $vocabulary = 1, $tags = array())

In fact does this module work in drupal-7.0? I've changed the *.info header from "6.x" to "7.x" but I'm not sure if that is enough to make it work in drupal-7.0.

Notice: Undefined index: addvalue in line 3

Upgraded http://educationechosystem.com/ to drupal 7 but getting below error

Notice: Undefined index: addvalue in line 3

Please let me know what setting need to change ?

permissions tab, module-defined node type

I have created a module-defined node type (following job post example in Pro Drupal Dev book), and by implementing hook_permission I get my permissions on the Permissions tab under People in the admin interface. However, there are also "default" permissions for my module mixed in with the other node types. How can I make those default perms go away? Or, if I can't, is there anything bad that can happen if someone uses them instead of mine? Thanks.

Connection was reset

Hi,

I'm developing a theme and going to use the theme.info file to place my theme settings. The problem is that every time I put too many characters into string as in here:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x