We require to use two templates at the same time. In detail:

We want to post some nodes inside a web page using template #1 (let's call it that). However, we require another template to a news main site (let's call it drupal.xxx.com) which requires to operate under a template #2. Both instances involve unauthenticated users.

We thought of a trick of passing authentication information inside a URL in the first scenario (in order for drupal to switch to the proper template according to the user looged in) and use one template for scenario B. Is it possible to pass template or authentication information inside a URL for a specific page?

Is there another way of succeeding what we want?

Comments

newilia’s picture

I 'd like to implement that also, has anoyone found the solution?

Dublin Drupaller’s picture

Multisite Configuration Patch
(with site-specific modules and themes)

http://drupal.org/node/view/5942

Jason

Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate

rkendall’s picture

another similar discussion:
http://drupal.org/node/view/8724