Need advice in multisite development

Hi all,

I am studying to use Drupal for a multisite application, here is quick summary of the application:

- Frontend will be published via 2 channels: one is internet marketing site and the other is restricted in intranet.

- Just one backend to manage those. Contents will be able to publish either internet or intranet.

- Management users are connected with AD database and SSO integration

I really appreciated your helps(book, codes, tutorials, ideas...) to head my starting in the right direction.

Thanks in advance
Tin

Progressive Login / Partial Login

Is anyone aware of a module or methodology to allow partial login similar to the way LinkedIn or Amazon.com know who you are and give you access to certain things in your account but when you want to do something that might cause damage you have to present your login credientials?

Thanks for any advice!

Planning Drupal Sites

Update: The guide located at http://planningdrupalsites.com is now a book - Drupal: The Guide to Planning and Building Websites, available at http://tinyurl.com/6zdlxwf

How do I start learning modules

Hi,

I started learning drupal when 6 started, but now version 7 is coming and I still can't do anything with the modules. How different is the modules in 7 and 6 and how do I learn module development so that I could contribute to the community?\

Thanks

Drupal 7 Alpha 5 - Install Problem

Hi,

I'm having a problem with the Drupal 7 Alpha 5 install.

One of the requirements is a "/tmp" directory. I've created a "tmp" directory at the root (domain.com/httpdocs/tmp) and made sure ownership / permissions are correct but the message still pops up..

There were other folders that needed to be created but creating those folders and setting the permissions removed those errors as expected but this /tmp just won't go away. Anyone experience this?

cheers,

Peter

Drupal 7.x hide function

Hi,
I'm trying to use the inbuilt blog module within drupal 7.x but I dont want the render($page['content']) to include the links to the author and comments parts of the page.

I've tried to hide this using the following (none of which have worked as of yet)
1. hide($content['links'])
2. hide($page['content']['system_main']['nodes'][$vid]['links']);

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x