views:

791

answers:

3

I am using drupal for the first time. I have successfully developed my first drupal website to a certain extent. I have used my own custom theme for the front-end and blue marine theme for administrator. Now my client's requirement is that when he clicks on preview button before submitting the page in admin panel, he wants to see the preview in a pop-up window with the front-end's theme. Please help me with your ideas and suggestions on how to achieve this?

+1  A: 

When you set the administration theme, leave the "Use administration theme for content editing" unchecked. This should allow content creation / previewing in the "front-end" theme.

EDIT: Assuming you are using Drupal 6.x

aadvaark
A: 

@aadvaark that doesn't work properly.

I'm also in this situation as well because I don't want to preview the node with the input box there and all that.

I want to press the preview button and have a new window open with the front-end theme and the content text where it's supposed to be. I've searched for what seems like DAYS to try and find a simple solution to this...

A: 

As far as I know Themeing is a complicated process in Drupal, it involves many modules and hooks, so I don't think it's an easy task for a module (maybe) to do that, or in core like Wordpress.

Khaled Al Hourani